/* 
 * ------- additional css elements  ---------------------
 */
/*===========================
色変更
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#;
}

/*----------------------------
table
-----------------------------*/



table th {
	border: 1px #dadada solid;
	background-color: #56bd66;
	color: #fff;
}
table td {
	border: 1px #ddd solid;
}
.tbl-1 td {
	text-align: center;
}
.tbl-2 {
	margin-top: 10px;
	margin-bottom:10px;
}
.tbl-2 th {
	width:30%;
	text-align: center;
}
.td-01 {
	text-align:center;
}
/* 線のtable */

table.table-various1 th {
	border-bottom: 1px #dadada solid;
}
table.table-various1 th span {
	color: #333;
}

table.table-various1 td {
	border-bottom: 1px #ddd solid;
}

/* 横→縦 */


 @media only screen and (max-width: 768px) {
table {
 border-top: 1px #ddd solid;
}

table.table-various1 th {
 background-color: #eee;
 box-sizing: border-box;
}

/*　可変しないtable　*/

.noChangeTable table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.noChangeTable table td {
	width:auto;
	display:table-cell;
}

}

/*----------------------------
others
-----------------------------*/

/* number */
	 
.r-number {
	background-color: #3596ba;
	color: #FFF;
} 

/* faq */
.content .faq h3::before {
 background-color: #f19c5c;
}
.content .faq h3::after {
 background: #dcdcdc;
}

.content .faq .answer::before {
 background-color: #87A9D1;
}

/*----------------------------
list
-----------------------------*/

.content ul.check li::before {
	color:#79cf9b;
}

.content ul.circle li:before {
	background-color: #222;
}





/*===========================
追加
===========================*/

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

.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#319DA6;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

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

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

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

.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #A81120;
}
.catchcopy2 {
	font-size: 1.5rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #A81120;
}


.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: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
	border-radius:20px;
}
.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;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.comingsoon {
	border: 4px double #ccc;
	padding: 20% 2em;
	text-align: center;
	font-size: 2em;
}

/*===========================
list
===========================*/

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_circle2 li {
	float: left;
	width: 43%;
	padding: 0 0 0.3em 1em;
	margin: 0 1%;
	border-bottom: none;
}
ul.nb_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.nb_circle, ul.nb_circle2, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 44%;
	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.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 , .content ul.circle3 li, .content ul.check3 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;
}
}

/* ボタン */

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

/* フローSmall */

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

.area_flowS .inner_flow h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.area_flowS .inner_flow h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

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


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


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	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) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}

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


/*===========================
レスポ化対応
===========================*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}


.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}


/* onOff */

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

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

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


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

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}



/* list */

ul.liReseter  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}

ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:1em;
	width:31%;
	box-sizing: border-box;
	margin:0 1% 0.8em 1% ;
}

ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}



/* img float */

.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW90p {
	width:90%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

/* contactBtn */

.contactBtnWrap {
	clear:both;
	padding:0;
	text-align:center;
}

.contactBtn {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 10px;
}

.txtContacBnr a {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	background-color:#557DAE;
	width:200px;
	box-sizing: border-box;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}

.txtContacBnrPC {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	background-color:#557DAE;
	width:200px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p.txtBnr {
	display:inline-block;
	margin:0 1em 0 0;
}


.txtBnr a {
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.2em 1.5em 0.2em 1em;
	background-color:#5B87CE;
	margin:0 0 0.4em 0;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

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

@media only screen and (max-width: 600px) {
	

p.txtBnr {
	box-sizing: border-box;
	margin:0 auto 0.8em auto;
	min-width:280px;
}
	
.txtBnr a {
}

}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


.tdCenter {
	text-align:center;
	vertical-align:middle;
}

.tdVmiddle {
	vertical-align:middle;
}

.nowrap {
	white-space: nowrap;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




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

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

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}







@media screen and (max-width: 768px) {

/* onOff */


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


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

.contPadW50p , .contPadW60p , .contPadW70p , .contPadW80p , .contPadW90p {
	width:100%;
}

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}


/* contactBtn */

.contactBtnWrap {
}

.contactBtn {
	margin:0 10px 10px 0;
}


/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.scroll table td {
	width:auto;
	display:table-cell;
}


}

@media only screen and (max-width: 600px) {
	
/* list */

ul.liReseterFloat3Div  {
}

ul.liReseterFloat3Div li {
	float:none;
	width:100%;
	box-sizing: border-box;
	margin:0 1% 0.8em;
}
	
/* img float */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}



/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


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


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



}

/* Flexboxレイアウト */ 

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item4-5 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item4-5-t1 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

@media screen and (max-width: 768px) {

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item4-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}
}

/* 枠  */ 

.boxSimple {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #1a54a5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #1a54a5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;
	
}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#F4F8FB;
	box-shadow: 0px 0px 0px 10px #F4F8FB;
	border:  dotted 2px #1a54a5;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

dl.history {
	overflow:auto;
}

dl.history dt {
	float: left;
	clear:left;
	width: 14em;
	margin:0;
	padding: 1.2em 0 1.2em 0.5em;
}

dl.history dd {
	margin:0;
	padding: 1.2em 0 1.2em  14.5em;
	border-bottom:#cccccc dotted 2px;
}


dl.history dd:last-child  {
	border-bottom:none;
}



@media only screen and (max-width: 768px) {
	

dl.history dt {
	width: 14em;
	padding: 1.4em 0 1.4em 0.5em;
}

dl.history dd {
	padding: 1.4em 0 1.4em  14.5em;
}

}

@media only screen and (max-width: 600px) {
	

dl.history dt {
	float:none;
	margin:0;
	padding: 0.3em 0 0.3em 0;
}

dl.history dd {
	margin:0;
	padding: 0 0 0.3em 0;
	margin-bottom:0.5em;
}


}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.disp-flex {
	display:flex;
	justify-content:space-between;
	width:100%;	
	align-items: center;
	flex-wrap: wrap;
}
.disp-flex li {
	width:23%;
	margin-right:2%
}
.disp-flex li:nth-of-type(4),.disp-flex li:nth-of-type(8) {
	margin-right:0%;
}
.wd-f {
	width:100%;
	margin:auto;
}
@media (max-width: 768px) {
.list-history li {
	width:100%;
	margin:2%;
}
.disp-flex {
	flex-wrap:wrap;
	
}
.disp-flex li {
	width:100%;
	margin-right:0%;
	margin-top:5%;
}
.wd-f {
	width:100%;
}
}

.btn-br a {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #103306;
    border: 1px solid;
    font-size: 100%;
	padding:0.2em;
	position: relative;
    display: block;
	border-radius:20px;
	text-decoration: none;
    color: #103306;
}
.btn-br a::before {
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);

}


.btn-br a:hover::before, .btn-br a:hover::after {
    animation: arrow .5s ease-out;
}
.btn-br a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after {
    animation: arrow .5s ease-out;
}
.btn-br a:hover {
    background-color: #79cf9b;
    color: #fff;
	transition: all .5s ease-out;
	
}


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

.box-img {
    padding: 20rem 6rem 10rem;
    background: url(../img/content/bg-box01.jpg) no-repeat;
    background-size: cover;
	background-position:bottom center;
    color: #fff;
	font-size:1.3em;
	text-shadow: #868686 2px 2px 10px, #868686 -2px 2px 10px, #868686 2px -2px 10px, #868686 -2px -2px 10px, 0 0 1px #868686, 0 0 3px #868686, 0 0 6px #868686, 0 0 8px #868686, 0 0 10px #868686;
	font-weight: 800;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1), 0px 3px 15px 0px rgba(0, 0, 0, .08), 0px 5px 28px 0px rgba(0, 0, 0, .06);
	line-height: 2;
	letter-spacing: 0.1em;
    box-sizing: border-box;
	 border-radius:10px;
}
.box-img02 {
    padding: 20rem 6rem 10rem;
    background: url(../img/content/bg-box02.jpg) no-repeat;
    background-size: cover;
	background-position:bottom  center;
    color: #333;
	font-size:1.3em;
	text-shadow: #fff 2px 2px 10px, #fff -2px 2px 10px, #fff 2px -2px 10px, #fff -2px -2px 10px, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
	font-weight: 800;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1), 0px 3px 15px 0px rgba(0, 0, 0, .08), 0px 5px 28px 0px rgba(0, 0, 0, .06);
	line-height: 2;
	letter-spacing: 0.1em;
    box-sizing: border-box;
	 border-radius:10px;
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 12%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
.box-img {
    padding: 3rem 1rem 3rem;
    background-size: 500%;
	background-position:center;
    color: #fff;
	font-size:1.1em;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-shadow: #868686 2px 2px 10px, #868686 -2px 2px 10px, #868686 2px -2px 10px, #868686 -2px -2px 10px, 0 0 1px #868686, 0 0 3px #868686;
	
}
.box-img02 {
    padding: 3rem 1rem 3rem;
    background-size: 400%;
	background-position:top;
    color: #fff;
	font-size:1.1em;
	text-shadow: #868686 2px 2px 10px, #868686 -2px 2px 10px, #868686 2px -2px 10px, #868686 -2px -2px 10px, 0 0 1px #868686, 0 0 3px #868686, 0 0 6px #868686, 0 0 8px #868686, 0 0 10px #868686;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1), 0px 3px 15px 0px rgba(0, 0, 0, .08), 0px 5px 28px 0px rgba(0, 0, 0, .06);
	line-height: 1.8;
}
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:7% auto 10%;
}
.wrap-h4 {
  width:100%;
  margin:7% auto 11%;
}
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 14px;
  font-weight:900;
  color: #fff;
  background: rgb(60,179,126);
  background: -moz-linear-gradient(left, rgba(60,179,126,1) 0%, rgba(140,239,192,1) 100%);
  background: -webkit-linear-gradient(left, rgba(60,179,126,1) 0%,rgba(140,239,192,1) 100%);
  background: linear-gradient(to right, rgba(60,179,126,1) 0%,rgba(140,239,192,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb37b', endColorstr='#8cefc0',GradientType=1
  );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
	 border-radius:10px;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #3cb37b;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #3cb37e;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #3cb37e;
  margin-bottom: 1vh;
}


@media only screen and (max-width: 768px) {
.top-1 h1 {
	font-size:1.6em;
	line-height:1.4;
	margin-bottom:30px;
}
.p-ttl02 {
    margin-top:1em !important;
    margin-bottom: 0.6em;
}
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 14px;
	font-weight:800;
    color: #fff;
    padding: 8px 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 100;
	box-sizing: content-box;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color:#3cb37b  transparent transparent transparent ;
    position: absolute;
    top:auto;
	bottom:-10%;
    left: 46%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.flow > li:not(:last-child) {
    margin-bottom: 2vh;
}
.flow > li dl {
    padding-left: 10px;
    position: relative;
}
.flow > li dl::before {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    background: #5bafc4;
    border-radius: 50%;
    left: 0px;
}
.flow > li dl dt {
	margin-top:10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}

}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-1 th{
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}
}
.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-1col > li{
  width:96%;
  margin:2% 0% 0 0%; 
}
.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-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%;
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:2%;
}
.flex-4col > li{
  width:23%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction: row-reverse;
}

@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-4col > 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;  
}

}

dl.dl-f {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-f dt {
  background-color: #D9D9D9;
  flex-basis: 10%;
  padding:0.4em 0.2em 0.4em 0.5em;
  text-align: center;
  font-weight: bold;
}
dl.dl-f dd {
  flex-basis: 87%;
  padding:0.4em 0.2em 0.4em 0.5em;
  background:#f7f7f7;
}
@media screen and (max-width: 768px) {
 dl.dl-f {
   flex-flow: column;
 }
}
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:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:90%;
}
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:28%;
    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-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
.box-sd {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
		border-radius:20px;
}
.box-sd02 {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}

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

}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.4em 1.8em 0.4em 1em;
    line-height: 1.6;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:300px;
    -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;
}
.btn-d a {
    text-decoration: none;
    text-align: center;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0.4em 1.8em 0.4em 1em;
    line-height: 1.4;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:90%;
	font-size:0.9em;
	border:1px solid #999;
	border-radius:20px;
    -webkit-transition: all .3s;
}
.btn-d a:hover {
    opacity:0.7;
}
.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: 24px;
    font-weight:900;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 600px;
    width: 96%;
    margin-top: 0.5em;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 600px;
    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;
　　width: 100vw;
    margin: 0 calc(50% - 50vw);
	background:#f5f5f5;
}

@media only screen and (max-width: 768px){
	.btn-b a {
    padding: 0.4em 1.8em 0.4em 1em;
    line-height: 1.6;
	width:90%;
}
	.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;
	}
	
}
.h2-ttl {
	font-size: 2.6em;
    text-align: center;
    margin-bottom: 2em;
	line-height:1.6;
}
@media screen and (max-width: 768px) {
.h2-ttl {
     font-size: 1.8em;
    line-height: 1.3em;
}
}
/* 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;
}	
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px 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 {
    width:auto;
    min-width: auto;
    display:table-cell !important;
    padding:2%;
    font-size:12px;
	/*
    border: 1px #ccc solid;
	*/
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
	vertical-align:middle !important;
    display:table-cell !important;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:300px !important;
    min-width: 350px;
    display:table-cell !important;
    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;
}


}


@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 {
    font-size: 140% !important;
    letter-spacing: nomal;
}
.tx-130p {
    font-size: 1.6em !important;
    letter-spacing: nomal;
}
.tx-120p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-110p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
}
.img-frame img {
	border-radius: 20px;
}

.img-same {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
.img-same img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h4-ttl {
  background:#79cf9b;
  padding:0.5em;
  text-align:center;
  color:#fff;
  	border-radius:20px;
}
.res-mb30 {
	margin-bottom:30px;
}
@media only screen and (max-width: 768px) {
   h3 {
      margin-bottom:1em !important;
   }
   .res-mb30 {
	margin-bottom:0px;
}
}

@media only screen and (max-width: 1220px) {
	.fat-nav li {
		margin-left:0.2em;
		font-size:0.8em;
	}
}
@media only screen and (max-width: 890px) {
	.fat-nav {
	   right:0%;
	   padding:12px 2px 12px 0px;
	}
	.fat-nav li {
		margin-left:0.05em;
		font-size:0.5em;
	}
	header .logo {
		margin-left:0%;
	}
}
.t-wrapper {
	overflow-x:hidden;
}

.n-disp {
	  display: none;
}
@media screen and (max-width: 1300px) {
.n-disp {
	  display: block;
}
}