@charset 'utf-8';


/* - - - - - - - - - - - - - - - - - - - - - 
	Common Style
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_main_visual
//////////////////////////*/

.box_main_visual {
	margin-bottom: 6rem;
	position: relative;
}

.visual_headline {
	margin: auto;
	padding: 10% 0;
	color: #fff;
	font-size: 1.65em;
	line-height: 1.2;
	width: 90%;
	max-width: 800px;
}

.visual_headline span {
	margin-bottom: 3px;
	font-size: 0.5em;
	font-weight: normal;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_tab
//////////////////////////*/

.box_tab {
margin-bottom: 6rem;
}

.list_tab > li {
	margin-bottom: 1.5rem;
	padding: 1.5rem 0.5rem;
	color: #00b28f;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #eee;
}

.list_tab > li:hover,
.list_tab > li.active {
	color: #efefef;
	background-color: #00b28f;
}


/* .tab_link */

.tab_link > li {
	padding: 0;
}

.tab_link > li a {
	padding: 1.5rem 0.5rem;
	color: #00b28f;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	display: block;
}

.tab_link > li.active a,
.tab_link > li a:hover {
	color: #fff;
	font-weight: bold;
}


/* .tab_conte */

.tab_conte {
	display: none;
}

.tab_conte.active {
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_anchor
//////////////////////////*/

.box_anchor {
	margin-bottom: 6rem;
}

.box_anchor ul {
	padding: 2.5rem 0;
	border-top: 1px solid #0ab593;
	border-bottom: 1px solid #0ab593;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/*
	-ms-flex-pack: justify;
	justify-content: space-between;
	*/
}

.box_anchor ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 1.5rem;
}

.box_anchor ul li {
	padding: 0 1rem;
	width: 50%;
}

.box_anchor ul li a {
	padding-left: 1.5em;
	color: #00b28f;
	font-size: 0.85em;
	line-height: 1.4;
	text-decoration: none;
	background: url("../images/icon_arrow1.png") no-repeat 3px 6px;
	background-size: 9px 5px;
	display: inline-block;
}

.box_anchor ul li a:hover {
	color: #333;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .list_page_contents
//////////////////////////*/

.list_page_contents {
	margin: auto;
	padding: 0 4rem 2.5rem;
	border: 1px solid #00b28f;
	width: 100%;
	max-width: 960px;
	position: relative;
}

.list_page_contents dl {
	margin-top: -1.7rem;
}

.list_page_contents dt {
	margin-bottom: 3rem;
	text-align: center;
}

.list_page_contents dt span {
	padding: 0 1rem;
	color: #00b28f;
	font-size: 1.35em;
	background-color: #fff;
}

.list_page_contents dd {
}

.list_page_contents dd ul li {
	margin-bottom: 2rem;
}

.list_page_contents dd ul li a {
	padding-left: 1.5em;
	color: #333;
	line-height: 1.4;
	text-decoration: none;
	background: url("../images/icon_arrow2.png") no-repeat 0 0;
	background-size: 17px;
	display: inline-block;
}

.list_page_contents dd ul li a:hover,
.list_page_contents dd ul li a.current {
	color: #1bb18f;
}


/* .list_page_contents_cat */

.list_page_contents_cat_inner {
	margin-bottom: 3rem;
}

.list_page_contents_cat .cat_headline {
	margin-bottom: 1rem;
	font-weight: bold;
}

.list_page_contents_cat ul {
	margin: 0 0 2rem 0.5rem;
}

.list_page_contents_cat ul + dl {
	margin: -1rem 0 -1rem 0.5rem;
}

.list_page_contents .list_page_contents_cat_inner ul li {
	margin-bottom: 1rem;
}

.list_page_contents .list_page_contents_cat_inner ul li a {

	font-weight: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_pager
//////////////////////////*/

.box_pager {
	margin-bottom: 13rem;
	padding: 2rem 1rem;
	background-color: #f6f6f6;
}

.box_pager ol {
	letter-spacing: -0.4em;
	text-align: center;
}

.box_pager ol li {
	margin: 0 0.5rem;
	letter-spacing: normal;
	display: inline-block;
}

.box_pager ol li a,
.box_pager ol li span {
	color: #ccc;
	font-size: 0.85em;
	line-height: 4rem;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	display: block;
}

.box_pager ol li a:not(.prev):not(.next),
.box_pager ol li span {
	width: 4rem;
	height: 4rem;
}

.box_pager ol li a:not(.current) {
	color: #fff;
	background-color: #ccc;
}

.box_pager ol li a.prev,
.box_pager ol li a.next {
	color: #ccc;
	background-color: #fff;
	width: 6rem;
	height: 4rem;
}

.box_pager ol li a:hover,
.box_pager ol li a.current,
.box_pager ol li span {
	color: #fff;
	background-color: #00b28f;
	border: 1px solid #00b28f;
}

.box_pager ol li a.prev::before {
	content: '< ';
}

.box_pager ol li a.next::after {
	content: ' >';
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* img
//////////////////////////*/

.box_img {
	text-align: center;
}

.box_img figcaption {
	margin-top: 1rem;
	color: #666;
	font-size: 0.85em;
	line-height: 1.4;
	text-align: center;
	display: block;
}


.mt-image-left,
.mt-image-right {
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
}

.mt-image-left img,
.mt-image-right img {
	margin-bottom: 1.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* font
//////////////////////////*/

.attention {
	color: #fb0202;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
	display: inline-block;
}

.indent3 {
	padding-left: 3em;
	text-indent: -3em;
	display: inline-block;
}

.text_left { text-align: left !important; }
.text_center { text-align: center !important; }
.text_right { text-align: right !important; }


/* - - - - - - - - - - - - - - - - - - - - - 
/* btn
//////////////////////////*/

.btn a {
	padding: 1rem;
	color: #00b28f;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00b28f;
	display: block;
}

.btn a:hover {
	color: #fff;
	background-color: #00b28f;
}

.btn a[target="_blank"]::after {
	display: none;
}


/* .btn_more */

.btn_more {
	margin: 2rem auto 0;
	width: 90%;
	max-width: 240px;
}

.btn_more a {
	text-indent: 150%;
	background: #000 url("../images/btn_moretxt.png") no-repeat center center;
	white-space: nowrap;
	overflow: hidden;
}

/*
.btn_more a::before {
	content: '▼';
	margin-right: 0.5rem;
	font-size: 0.65em;
	position: relative;
	top: -1px;
}
*/


/* .btn_back */

.btn_back {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

.btn_back a {
	padding: 2rem 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	background-color: #00b28f;
	display: block;
}

.btn_back a::before {
	content: '<';
	margin-right: 5px;
}

.btn_back a:hover {
	color: #fff;
	background-color: #00b28f;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .article_conte
//////////////////////////*/

/* common */

.article_conte * {
	line-height: 1.8;
}

.article_conte .box_inner:last-of-type {
	margin-bottom: 13rem;
}

.article_conte p {
	margin-bottom: 2em;
}

/*
.article_conte * :last-of-type {
	margin-bottom: 0;
} 
*/


/* --- link --- */

a[target="_blank"]::after {
	content: url("../images/icon_blank2.png");
	padding-left: 3px;
}

a.link_pdf {
	text-decoration: none;
	display: inline-block;
}

a.link_pdf[target="_blank"]::after {
	display: none;
}

.link_pdf.big {
	padding-left: 4rem;
	background: url("../images/icon_pdf2.png") no-repeat left center;
	background-size: 31px 33px;
}

.link_pdf.small {
	padding-right: 2.5rem;
	background: url("../images/icon_pdf.png") no-repeat right center;
	background-size: 18px;
}

.link_pdf.bg_gray {
	background-color: #f6f6f9;
}

.link_pdf.bg_gray.big {
	padding: 1.5rem 1.5rem 1.5rem 5.5rem;
	background-position: 1rem center;
}

.link_pdf.bg_gray.small {
	padding: 1.5rem 3.5rem 1.5rem 1.5rem;
	background-position: 98% center;
}

a.link_movie {
	padding-left: 4rem;
	text-decoration: none;
	background: url("../images/icon_movie2.png") no-repeat left center;
	background-size: 31px 30px;
	display: inline-block;
}

a.link_movie[target="_blank"]::after {
	display: none;
}


/* --- .title_headline --- */

.title_headline {
	margin-bottom: 5.5rem;
	color: #00b28f;
	font-size: 1.65em;
	line-height: 1.4;
	text-align: center;
}

.title_headline span {
	margin: 0 auto 1rem;
	padding: 1rem;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #00b28f;
	display: table;
}

.title_headline2 {
	margin-bottom: 3rem;
	padding-left: 1.5rem;
	color: #00b28f;
	font-size: 1.5em;
	line-height: 1.4;
	border-left: 8px solid #00b28f;
}

.title_headline3 {
	margin-bottom: 2rem;
	color: #333;
	font-size: 1.35em;
	line-height: 1.4;
}

.title_headline4 {
	margin-bottom: 2rem;
	padding-left: 5.5rem;
	color: #333;
	font-size: 1.35em;
	line-height: 1.4;
	position: relative;
}

.title_headline4 span {
	padding-top: 5px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	background-color: #00b28f;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.title_headline5 {
	margin-bottom: 2rem;
	color: #19aa8b;
	font-size: 1.35em;
	line-height: 1.4;
}

.title_headline6 {
  padding: 10px 60px;
	color: #19aa8b;
	font-size: 1.375em;
	line-height: 1;
  font-weight: 300;
  border: 1px solid #19aa8b;
  display: table;
  margin: 8rem auto;
}


/* --- .title_label ---*/

.title_label {
	margin: 0 auto 2.5rem;
	padding: 0.5rem 2.5rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #00b28f;
	display: table;
}


/* --- .box_list ---　*/

.box_list {
	margin: 0 0 2em 1.5em;
}

.box_list li {
	line-height: 1.6;
}

.box_list li:not(:last-child) {
	margin-bottom: 1.5rem;
}

ol.box_list li {
	list-style: decimal;
}

ul.box_list li {
	list-style: disc;
}

.box_list li div,
.box_list li section {
	margin-top: 1.5rem;
}


/* .box_list_num */

.box_list_num {
	margin-bottom: 2em;
	counter-reset: list-number;
}

.box_list_num li::before {
	counter-increment: list-number;
}

.box_list_num.brackets li {
	padding-left: 3em;
	text-indent: -3em;
	list-style: none;
}

.box_list_num.brackets li::before {
  content: '(' counter(list-number) ') ';
}


/* .box_list_link */

.box_list_link {
	margin: 0 0 2em;
}

.box_list.box_list_link li {
	padding-left: 1.65em;
	line-height: 1.4;
	text-decoration: none;
	background: url("../images/icon_arrow2.png") no-repeat left 2px;
	background-size: 17px;
	list-style: none;
}


/* --- .box_border --- */

.box_border {
	padding: 3rem 2.5rem;
	border: 1px solid #00b28f;
}

.box_border + * {
	margin-top: 2em;
}

.box_border .title_headline {
	margin-bottom: 1.5rem;
	font-size: 1.25em;
	text-align: left;
}

.box_border .box_list {
	margin-bottom: 0;
}

.box_border .box_list + * {
	margin-top: 2em;
}

.box_border *:last-child {
	margin-bottom: 0;
}


/* --- .box_bggray --- */

.box_bggray {
	padding: 3rem 2.5rem;
	background-color: #f6f6f9;
}

.box_bggray + * {
	margin-top: 2em;
}

.box_bggray .box_list {
	margin-bottom: 0;
}


/* --- .box_number_conte --- */

.box_number_conte {
	margin-bottom: 3rem;
	background-color: #fff;
}

div .box_number_conte:last-of-type,
section .box_number_conte:last-of-type {
	margin-bottom: 0;
}

.box_number_conte > dl {
}

.box_number_conte > dl > dt {
	padding: 1.5rem 1.5rem 1.5rem 5.5rem;
	color: #00b28f;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

.box_number_conte > dl > dt span,
.box_number_conte > span {
	padding-top: 7px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background-color: #00b28f;
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
}

.box_number_conte > dl > dd {
	padding: 3rem 1.5rem;
}

.box_number_conte .box_number_conte_inner:not(:last-of-type) {
	margin-bottom: 3rem;
}

.box_number_conte_inner .inner_label {
	padding: 1rem 1.5rem;
	color: #00b28f;
	font-weight: bold;
	line-height: 1;
	border: 1px solid #00b28f;
	display: inline-block;
}

.box_number_conte_inner > p {
	margin: 1.5rem 0 2rem;
}

.box_number_conte_inner dl {
}

.box_number_conte_inner dt {
	margin-bottom: 0.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.box_number_conte_inner dd:not(:last-of-type) {
	margin-bottom: 2.5rem;
}

.box_number_conte_inner dd li:not(:last-child) {
	margin-bottom: 0.5rem;
}


/* .txt_only */

.box_number_conte.txt_only {
	margin-bottom: 1.5rem;
	padding: 0;
	width: 100%;
	position: relative;
	display: table;
}

.box_number_conte.txt_only > span {
	vertical-align: middle;
	position: static;
	display: table-cell;
}

.box_number_conte.txt_only p {
	margin-bottom: 0;
	padding: 1.5rem;
	display: table-cell;
}


/* --- .box_float_conte --- */

.box_float_conte {
}

.box_float_conte .txt_area {
	margin-bottom: 1.5rem;
}

.box_float_conte .txt_area p:last-of-type {
	margin-bottom: 0;
}


/* .float_txt */

.box_float_conte.float_txt .txt_area {
	margin-bottom: 0;
}

/* .float_img */

.float_img_inner .title_headline2 {
	font-size: 1.4em;
}


/* --- .box_table --- */

.box_table_scroll {
  white-space: nowrap;
  overflow: auto;
}

.box_table {
	margin-bottom: 2em;
	border: 1px solid #ccc;
}

.box_table caption {
	font-weight: bold;
	text-align: left;
}

.box_table tr {
	border-bottom: 1px solid #ccc;
}

.box_table th,
.box_table td {
	padding: 1rem;
	font-size: 0.85em;
	vertical-align: top;
	word-break: break-word;
	border-right: 1px solid #ccc;
}

.box_table thead th {
	font-weight: normal;
	background-color: #f6f6f9;
}

.box_table tbody th {
	font-weight: normal;
	text-align: left;
	background-color: #f6f6f9;
	width: 25%;
}

.box_table tbody th.nowrap {
	white-space: nowrap;
}

.box_table tbody th + th {
	position: relative;
}

.box_table tbody th + th::after {
	content: '';
	background-color: #f6f6f9;
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
}

.box_table tbody p:last-child {
	margin-bottom: 0;
}

.box_table .table_dl {
}

.box_table .table_dl dd:not(:last-of-type) {
	margin-bottom: 1rem;
}

.box_table .box_list {
	margin-bottom: 0;
}


/* .box_table_border */

.box_table_border {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.box_table_border tbody td {
	border-left: 1px solid #ccc;
}


/* --- .list_faq --- */

.list_faq dt {
	margin-bottom: 2px;
	padding: 1rem 2.5rem 1rem 7rem;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6;
	background: #f6f6f9 url("../images/icon_arrow6.png") no-repeat 97% center;
	background-size: 17px 8px;
	position: relative;
}

.list_faq dt:hover {
	cursor: pointer;
}

.list_faq dt::before {
	content: 'Q';
	padding: 1rem 0.5rem;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #00b28f;
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.list_faq dd {
	padding: 1.5rem 1rem 2rem 8rem;
	min-height: 95px;
	position: relative;
	display: none;
}

.list_faq dd::before {
	content: 'A';
	padding: 1rem 0.5rem;
	color: #00b28f;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border: 2px solid #00b28f;
	width: 46px;
	height: 30px;
	position: absolute;
	top: 1rem;
	bottom: 0;
	left: 0;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media SP
//////////////////////////*/

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

  /* --- common --- */
  .pc { display: none; }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .article_conte
  //////////////////////////*/
  
  /* --- .title_headline --- */
  .title_headline6 {
    padding: 10px;
  }

}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media PC
//////////////////////////*/

@media print, screen and (min-width: 768px) {

  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .box_main_visual
  //////////////////////////*/

  .box_main_visual {
    margin-bottom: 3rem;
  }

  .visual_headline {
    padding:  6rem 0;
    font-size: 2.2em;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .box_breadcrumbs
  //////////////////////////*/

  .box_breadcrumbs {
    margin: 0 auto 7rem;
    width: 90%;
    max-width: 960px;
    position: relative;
    z-index: 1;
  }

  .box_breadcrumbs ol li {
    font-size: 0.85em;
    line-height: 1.2;
    display: inline;
  }

  .box_breadcrumbs ol li + li::before {
    margin: 0 0.5rem;
    color: #666;
    content: ">";
  }

  .box_breadcrumbs ol li a {
    color: #666;
  }

  .box_breadcrumbs .now_place {
    color: #00b28f;
    text-decoration: underline;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .box_tab
  //////////////////////////*/

  .box_tab {
  margin-bottom: 7rem;
  }

  .list_tab {
    border-bottom: 2px solid #00b28f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list_tab > li {
    margin-bottom: 0;
    padding: 2rem 1rem;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    width: 25%;
    max-width: 225px;
  }


  /* .tab_link */

  .tab_link > li {
    padding: 0;
    font-size: 1em;
  }

  .tab_link > li a {
    padding: 2rem 1rem;
    font-size: 1.2em;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .box_anchor
  //////////////////////////*/

  .box_anchor ul li {
    padding: 0 2rem;
  }

  .box_anchor ul li a {
    font-size: 1em;
    background-position: 3px 8px;
  }


  /* .clmn3 */
  .box_anchor.clmn3 ul li {
    width: calc(100%/3);
  }

  .box_anchor.clmn3 ul li:nth-last-child(3) {
    margin-bottom: 0;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .list_page_contents
  //////////////////////////*/

  .list_page_contents dd ul,
  .list_page_contents .list_page_contents_cat dd {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
  }

  .list_page_contents dd ul li {
    width: 25%;
  }


  /* .list_page_contents_cat */

  .list_page_contents .list_page_contents_cat_inner {
    margin-bottom: 0;
    width: calc(99%/3);
  }

  .list_page_contents_cat .list_page_contents_cat_inner:not(:nth-last-child(-n+3)) {
    margin-bottom: 1rem;
  }

  .list_page_contents_cat ul {
    display: block;
  }

  .list_page_contents_cat ul + dl {
    margin: -2rem 0 -2rem 0.5rem;
  }

  .list_page_contents .list_page_contents_cat_inner ul li {
    width: 100%;
  }

  .list_page_contents .list_page_contents_cat_inner ul li a {
    font-size: 0.9em;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* img
  //////////////////////////*/

  .box_img figcaption {
    text-align: left;
  }


  .mt-image-left,
  .mt-image-right {
    width: 100%;
    max-width: 400px;
  }

  .mt-image-left {
    margin: 0 20px 20px 0;
    float: left;
  }

  .mt-image-right {
    margin: 0 0 20px 20px;
    float: right;
  }

  .mt-image-center {
    margin: 0 auto;
    display: block;
  }


  /* - - - - - - - - - - - - - - - - - - - - - 
  /* .article_conte
  //////////////////////////*/

  /* --- .title_headline --- */

  .title_headline {
    font-size: 2em;
    text-align: left;
  }

  .title_headline span {
    margin: 0 1.5rem 0 0;
    padding: 1rem 1.5rem;
    font-size: 0.6em;
    width: auto;
    max-width: none;
    position: relative;
    top: -5px;
    display: inline-block;
  }

  .title_headline2 {
    margin-bottom: 4rem;
    font-size: 1.75em;
  }

  .title_headline3 {
    margin-bottom: 3rem;
    font-size: 1.55em;
  }

  .title_headline4 {
    margin-bottom: 3rem;
    padding-top: 0.5rem;
    font-size: 1.55em;
  }

  .title_headline4 span {
    padding-top: 0;
  }

  .title_headline5 {
    margin-bottom: 3rem;
    font-size: 1.55em;
  }


  .box .title_headline2 {
    margin-bottom: 2.5rem;
    font-size: 1.55em;
  }


  .box .title_headline3,
  .box .title_headline5 {
    margin-bottom: 1.5rem;
    font-size: 1.45em;
  }


  /* --- .box_list --- */

  .box_list li .box_bggray {
    padding: 3rem;
  }


  /* --- .box_border --- */

  .box_border {
    padding: 3rem;
  }

  .box_border .title_headline {
    font-size: 1.45em;
  }


  /* --- .box_bggray --- */

  .box_bggray {
    padding: 5rem 6rem;
  }


  /* --- .box_number_conte --- */

  .box_number_conte > dl > dd {
    padding: 3.5rem 3.5rem 3.5rem 5.5rem;
  }

  .box_number_conte .box_number_conte_inner:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }


  /* --- .box_float_conte --- */

  .box_float_conte {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .box_float_conte .txt_area {
    margin-bottom: 0;
    width: 63%;
  }

  .box_float_conte .txt_area p:last-of-type {
    margin-bottom: 0;
  }

  .box_float_conte .box_img {
    width: 35%;
    max-width: 280px;
  }

  .box_float_conte.float_left .txt_area {
    margin-left: auto;
    order: 2;
  }

  .box_float_conte.float_left .box_img {
    order: 1;
  }

  .box_float_conte.float_right .txt_area {
    order: 1;
  }

  .box_float_conte.float_right .box_img {
    margin-left: auto;
    order: 2;
  }


  /* .float_txt */

  .box_float_conte.float_txt .txt_area {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box_float_conte.float_txt .txt_area .title_headline3 {
    width: 35%;
    max-width: 280px;
  }

  .box_float_conte.float_txt .txt_area p {
    width: 62%;
  }


  /* .float_img */

  .box_float_conte.float_img .float_img_inner {
    width: 50%;
  }

  .box_float_conte.float_img .box_img {
    /*text-align: left;*/
    width: 100%;
    max-width: none;
  }


  /* --- .box_table --- */

  .box_table_scroll {
    white-space: normal;
    overflow: hidden;
  }

  .box_table th,
  .box_table td {
    padding: 1.5rem 2rem;
    font-size: 1em;
  }

  .box_table tbody th {
    max-width: 270px;
  }

  .box_table .table_dl.float dt {
    float: left;
    clear: left;
  }


  /* --- .list_faq --- */

  .list_faq dt {
    padding: 1.5rem 4.5rem 1.5rem 12rem;
    font-size: 1.35em;
    background: #f6f6f9 url("../images/icon_arrow6.png") no-repeat 97% center;
    background-size: 34px 15px;
  }

  .list_faq dt::before {
    padding: 1.5rem 0.5rem;
    width: 100px;
  }

  .list_faq dd {
    padding: 2.5rem 1.5rem 3rem 14rem;
  }

  .list_faq dd::before {
    font-size: 1.35em;
    width: 96px;
    top: 2rem;
  }


}



/* - - - - - - - - - - - - - - - - - - - - - 
	aaa
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .aaa
//////////////////////////*/

/* aaa 
/////////////////////////*/

/* --- aaa --- */

/* aaa */