/* 
 * ------- additional css elements  ---------------------
 */

 
/*===========================
catch
===========================*/

 
/* .main-vis .catch {
	position: absolute;
	text-align: left;
	line-height: 1.4em;
	color: #FFF;
	text-shadow: 1px 1px 5px #333;
	letter-spacing: 0em;
	font-family: 'Noto Sans Japanese';
	font-weight: 200;
	left: 2vw;
	top: 37vh;
	font-size: 3vw !important;
}
.main-vis .catch .subcatch {
	font-size:2vw;
	line-height: 0 !important;
} */
/*===========================
pickup
===========================*/

.pickupInner .pickup-oneThird {
	width: 30%;
	margin: 0 0 1.5em 5%;
	list-style: none;
	float: left;
}
.pickupInner .pickup-oneThird:first-child {
	margin-left: 0;
}
.pickupInner .pickup-oneThird img {
	max-width: 100%;
	height:auto;
}
/* .pickupInner .various1 img, .pickup-half img {
	max-width: 100%;
	height:auto;
}
.pickup-full .various1 .one_third {
	margin-left: 0;
}
.pickup-half .one_half {
	margin-left: 0;
} */


/*===========================
list
===========================*/

ul.check li {
	padding: 0 0 0.5em 2em !important;
}
ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
	margin-bottom: 0.2em;
}
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;
	width: 42%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	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, ul.check3 li {
	float: left;
	width: 30%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
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;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
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.check4 li::before {
 display: block;
 position: absolute;
 content: "\f14a";
 font-family: FontAwesome;
 font-size: 1.3em;
 margin-left: -1.2em;
}
ul.circle5 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.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.point2 li {
	background: #84A3B5;
	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.li_pdf {
	position: relative;
}
ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.li_pdf2 {
	position: relative;
}
ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
ol.num-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.num-list li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
  display:inline-block;
	background: #ee8800;
	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: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
 float: none;
 padding: 0 0 0.5em 1.8em;
 margin: 0 1% 0.7em;
 width: 90%;
}
ul.circle5 li {
 width: 90%;
}
ul.li_pdf2 li {
 float: none;
 width: 90%;
 margin: 0 auto;
 margin-bottom: 0.5em;
}
}
/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom: 0;
}
table th {
	vertical-align:middle;
	background-color: #f7f7f7;
	color:#333;
	border:1px #ccc solid;
	text-align: center;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table td.tdcolor {
	background-color:#e7f2fe;
}
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 #ddd solid;
 border-bottom: 1px #ddd solid;
}
.scroll table td {
 width:auto;
 display:table-cell;
}
}
/*===========================
others
===========================*/

.wrapper {
	padding: 0 40px;
}
.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;
}
h4.various1 {
	font-size:1.2em;
	padding: .5em .75em;
	margin-bottom: 1em !important;
	background-color: #e0efde;
}
.content h5 {
	font-family: 'Sawarabi Mincho';
	font-size:1.2rem;
	position: relative;
	padding-left: 0.7em;
	margin: 0 0 0.7em 0;
}
.content h5::after {
 position: absolute;
 top: 50%;
 left:0;
 transform:translateY(-50%);
 content: '';
 width: 5px;
 height:1em;
 background-color: #1065b0;
 border-radius: 4px;
}
.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.1em;
	color: #E66700;
}
.catchcopy2 {
	font-size:1.2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #E66700;
}
.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
 position: relative;
 background: none;
 bottom: 0;
}
.box2 {
	background-color: #F2FAFC;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #F2FAFC;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
 position: relative;
 background: none;
 bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
	background-color:#FFF;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.comingsoon {
	padding: 20% 2em;
	background-color:#eee;
	text-align: center;
}
.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #64aed9;
	border-radius: 2px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #73a4d0;
}
.btn3 a {
	font-size:1.1rem;
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.5em 3em;
	line-height: 30px;
	background: #1080B0;
	border-radius: 30px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #1397cf;
}
.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;
}
ul.lineup li {
	background: #8AB6E6;
	padding: 0.4em 1em;
	margin: 0 15px 0.5em 0;
	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用 */
	display:inline-block;
	width:28%;
}
ul.lineup2 li {
	background: #1A7580;
	padding: 0.4em 1em;
	margin: 0 15px 0.5em 0;
	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用 */
	display:inline-block;
	width:28%;
}
/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.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 h2 {
	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;
}
}
/* フローSmall */

.area_flowS {
	padding:0 0px;
	width: 100%;
	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*/
.addbtn1 {
	background:#5381C6;
	padding:0.2em 1em;
	border-radius:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.tx90 {
	font-size:0.9em;
}
.txtR {
	float:right;
}
.bnr a :hover {
	opacity:0.5;
	transition: 0.4s;
}
/*******************************
table
*******************************/
.tb1 th, .tb1 td {
	text-align:center;
	vertical-align:middle;
}
.col_td {
	background:#F5F8FA;
}
.addmt65 {
	margin-top:65px;
}
/*******************************
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;
}
 .addmt65 {
 margin-top:0;


}
}
.catch .mainCatch span {
	display:inline-block;
    font-size: 0.5em;
	line-height:1.3em;
}

.hoverTrans 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.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


