@charset "UTF-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* / end destyle.css */


/* Common layout
-----------------------------------------*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub{
  bottom: -0.25em;
}

sub.btm{
  bottom: 0em;
}

sup {
  top: -0.5em;
}

sub,
.subText{
	font-size:1.2rem;
}

.note{
	position: relative;
	padding: 0 0 0 15px;
	font-size:1.5rem;
}

.note::before{
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

.note_2{
	position: relative;
	padding: 0 0 0 42px;
	font-size:1.5rem;
}

.note_2::before{
	content: "出展：";
	position: absolute;
	top:0;
	left:0;
}

.notelist ul li{
	font-size:1.5rem;
}

.text_c{text-align: center;}
.text_l{text-align: left;}
.text_r{text-align: right;}

.lineh-txt1{line-height:2.0;}
.lineh-txt2{line-height:1.4;}

.flow_con{overflow: hidden;}
.psrlt_con{position: relative;}
.textblock{margin: 0 auto;}
.txtdbk{display: block;}
.flex_con{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_con_2{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_con_3{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_con_4{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
}

.flexinner{width:50%;}
.flexinner_b_1{width:20%;}
.flexinner_b_2{width:80%;}
.flexinner_b_3{width:60px;}
.flexinner_b_4{width:110px;}
.flexinner_b_5{width:35%;}
.flexinner_b_6{width:80px;}
.flexinner_b_7{width:75%;}
.flexinner_b_8{width:70%;}

.imgblock{
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.imgblock_w100{
	display: block;
	margin:0 auto;
	width: 100%;
}

.imgblock_w50{
	display: block;
	margin:0 auto;
	width: 50%;
}

.imgblock_w70{
	display: block;
	margin:0 auto;
	width: 70%;
}

.imgblock_2{
	display: block;
	margin:0 auto;
	max-width:800px;
}

.imgblock_3{
	display: block;
	margin:0 auto;
	max-width:450px;
}

.imgblock_mat0{
	display: block;
	max-width: 100%;
}

figure{counter-reset:imgcapicon;}
figure img{padding-bottom:8px;}
figure img.mb0{padding-bottom:0px;}
figcaption{
	font-size:1.6rem;
	line-height: 1.6;
	margin:8px 0 0;
}
figcaption.txt_icon{
	text-align: center;
	margin:0 0 8px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
figcaption.txt_icon::before{
	font-family: 'Material Icons';
	content: "\e5c5";
	font-size:3.0rem;
	color:#006cb8;
}
figure.bdrbox{border:1px solid #CCCCCC;}
figure img.bdr_line{border:1px solid #CCCCCC;}
figure.flow_con{position: relative;}
figure.flow_con.pd_m{
	padding-bottom:40px;
	margin-bottom:20px;
}

.wfbox01{
	max-width:400px;
	margin:0 auto;
}

.wfbox02{
	max-width:650px;
	margin:0 auto;
}

.wfbox03{
	max-width:800px;
	margin:0 auto;
}

.font_s{font-size:1.3rem;}
.font_m{font-size:1.8rem}
.font_l{font-size:2.2rem;}
.number_size{font-size:4.0rem;}
.font_b{font-weight: bold;}
.clear{clear: both;}
.spbr{display:none;}
.pinter{cursor: pointer;}

.font_c_b{color: #006cb8;}
.pdf_icon_c{color: #ed1d24;}
.txtRed{color: #c00;}
.ho_color01{color:#f7ab00;}
.ho_color02{color:#00ac97;}
.ho_color03{color:#e85298;}
.clo_txt_1{color:#1EAAE6;}
.clo_txt_2{color:#ED61B8;}
.clo_txt_3{color:#5AB43C;}
.clo_txt_4{color:#F2CA3A;}
.clo_txt_5{color:#87441C;}
.clo_txt_6{color:#151515;}
.clo_txt_7{color:#e50014;}
.clo_txt_8{color:#ee5a24;}
.clo_txt_9{color:#A3A3A3;}
.clo_txt_10{color:#ffffff;}
.clo_txt_11{color:#d55f7d;}
.clo_txt_12{color:#3F98D2;}
.clo_bdr_1{border:1px solid #1EAAE6;}
.clo_bdr_2{border:1px solid #ED61B8;}
.clo_bdr_3{border:1px solid #5AB43C;}
.clo_bdr_4{border:1px solid #F2CA3A;}
.clo_bdr_5{border:1px solid #87441C;}
.clo_bdr_6{border:1px solid #CCCCCC;}
.clo_bdr_7{border:1px solid #e50014;}
.clo_bdr_8{border:1px solid #ee5a24;}
.clo_bdr_9{border:1px solid #f7ab00;}
.clo_bdr_10{border:1px solid #00ac97;}
.clo_bdr_11{border:1px solid #e85298;}
.clo_bg_1{background:#BCE6F7;}
.clo_bg_2{background:#F0C5DF;}
.clo_bg_3{background:#A7DE95;}
.clo_bg_3_2{background:#5AB43C;}
.clo_bg_4{background:#F5E8B8;}
.clo_bg_5{background:#DECDC3;}
.clo_bg_6{background:#E3E3E3;}
.clo_bg_7{background:#ffe3e5;}
.clo_bg_8{background:#ffe6dd;}
.clo_bg_8_2{background:#ee5a24;}
.clo_bg_9{background:#f7ab00;}
.clo_bg_10{background: #00ac97;}
.clo_bg_11{background:#e85298;}

a.clo_linktxt_1{color:#000000;}

div#mainArea .attentionRed {
	font-weight: bold;
	color: #E6004F;
	font-size:3.2rem;
}
.wdbox_1{
	max-width:600px;
	margin:0 auto;
}
.Redbox{
	border:1px solid #c00;
	padding:15px;
}
.graybox{
	background:#E3E3E3;
	padding:15px;
}

div#mainArea .numtxt{
	font-weight:600;
	font-size:2.0rem;
}
div#mainArea .numtxt span{font-size:6.0rem;}

div#mainArea .greenbox{
	background: #fff;
	border:3px solid #104350;
	padding: 20px;
	border-radius: 10px;
}
div#mainArea .greenbox02{
	background: #ddecf0;
	padding: 20px;
}
div#mainArea .orangebox{
	background: #FFF4EE;
	border:1px solid #EC8D53;
	padding: 20px;
}
div#mainArea .yellowbox{
	border:5px solid #F5E8B8;
	padding: 10px;
	border-radius:10px;
}
div#mainArea .buleboxsp{
	border:5px solid #BCE6F7;
	border-radius:10px;
	padding:30px;
}


.box_lay{
	padding:15px;
}
.box_lay_2{
	padding: 20px;
	border-radius:10px;
}
.box_lay_3{
	padding: 20px;
	background:#fff;
}
.box_lay_4{
	padding: 20px;
	background:#E7F8FF;
}
.box_lay_5{
	padding: 20px;
	background:#FFFEEE;
	border-radius:10px;
	border:2px solid #2A8AD4;
}
.box_lay_6{
	padding: 20px;
	background:#fff;
	border-radius:10px;
}
.box_lay_7{
	background:#2A8AD4;
	padding:20px;
	border-radius:10px;
}
.box_lay_8{
	border:3px solid #5AB43C;
	background:"#ffffff";
	padding:20px;
	border-radius:10px;
}
.box_lay_9{
	background: #fbfbee;
	padding: 20px;
	margin-bottom: 20px;
}
.box_lay_10{
	border:3px solid #ED61B8;
	background:"#ffffff";
	padding:20px;
}
.box_lay_bdr_bb{
	padding:0 0 40px;
	border-bottom:5px dotted #2A8AD4;
}

.box_lay_rd{
	padding:15px;
	border-radius:20px;
}
.box_lay_bdr3{
	padding: 30px;
	border: 3px solid #E3E3E3;
}
.asidebox{
	padding: 20px;
	border: 1px solid #5FAFED;
}
.co2_kmBlock{
	padding: 30px;
	border: 3px solid #E3E3E3;
	border-radius:10px;
}
.co2_mWidth{
	padding: 20px;
	border: 3px solid #ffca7d;
	background:#fffae6;
	border-radius:10px;
}
.co2_mWidth_2{
	padding: 20px;
	border: 2px solid #ffca7d;
	background:#fff;
}
.bluebox{
	background: #e7effa;
	border:1px solid #c8cced;
	padding: 15px;
}
.bluebox02{
	background: #F4F7FB;
	border:1px solid #CCDBED;
	padding: 15px;
	border-radius: 10px;
}
.bluebox03{
	background: #fff;
	border:1px solid #CACACA;
	padding: 20px;
}
.img_arrow{
	background:#006cb8;
	padding:5px;
}
.img_arrow::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 30px;
	border-color: transparent transparent transparent #006cb8;
}

.mb00 {margin-bottom:0px;}
.mb03 {margin-bottom:3px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb29{margin-bottom:29px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}

.pdb05{padding-bottom:5px;}
.pdb10{padding-bottom:10px;}
.pdb15{padding-bottom:15px;}
.pdb20{padding-bottom:20px;}
.pdb25{padding-bottom:25px;}
.pdb30{padding-bottom:30px;}
.pdb35{padding-bottom:35px;}
.pdb40{padding-bottom:40px;}
.pdb45{padding-bottom:45px;}
.pdb50{padding-bottom:50px;}
.pdb50{padding-bottom:50px;}
.pdgcum_top0{padding:0 20px 20px;}

.pdl05{padding-left:5px;}
.pdl10{padding-left:10px;}
.pdl15{padding-left:15px;}
.pdl20{padding-left:20px;}
.pdl25{padding-left:25px;}

.ml0 {margin-left: 0;}
.ml01 {margin-left: 1px;}
.ml05 {margin-left: 5px;}
.ml08 {margin-left: 8px;}
.ml10 {margin-left: 10px;}
.ml13 {margin-left: 13px;}
.ml14 {margin-left: 14px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml24 {margin-left: 24px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml32 {margin-left: 32px;}
.ml40 {margin-left: 40px;}
.ml53 {margin-left: 53px;}
.ml80 {margin-left: 80px;}

.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}

.mt01 {margin-top: 1px;}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}

.pdt30 {padding-top: 30px;}
.pdt40 {padding-top: 40px;}
.pdt50 {padding-top: 50px;}
.pdt60 {padding-top: 60px;}

.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.indent02{
	text-indent: -1.1em;
	margin-left: 1.1em;
}
.indent03{
	text-indent: -2.0em;
	margin-left: 2.0em;
}
.indent04{
	text-indent: -2.7em;
	margin-left: 2.7em;
}

.list_iconnone::before{
	display: none;
}

.w100px,
.w500px,
.w650px{
	width: 100%;
}

.w120px{width: 150px;}

.moviearea{
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
	border:2px solid #ccc;
}

.moviearea iframe,
.moviearea img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.moviearea a{display: block;}
.moviearea a:hover{opacity:0.6;}

@media screen and (min-width:0px) and ( max-width:999px) {
	.spnone{display: none;}
	.tblw_br{display: block;}
	.imgsp_center{display: block; margin:0 auto; width:140px;}
	.sp_mb10{margin-bottom:10px;}
	.sp_mb20{margin-bottom:20px;}
	.sp_mb30{margin-bottom:30px;}
	.sp_mr10{margin-right:10px;}
	.sp_mr20{margin-right:20px;}
	.sp_mr30{margin-right:30px;}
	.w05{width:100%;}
	.w10{width:100%;}
	.w15{width:100%;}
	.w20{width:100%;}
	.w25{width:100%;}
	.w30{width:100%;}
	.w31{width:100%;}
	.w32{width:100%;}
	.w33{width:100%;}
	.w35{width:100%;}
	.w40{width:100%;}
	.w45{width:100%;}
	.w46{width:100%;}
	.w47{width:100%;}
	.w48{width:100%;}
	.w49{width:100%;}
	.w50{width:100%;}
	.w55{width:100%;}
	.w60{width:100%;}
	.w65{width:100%;}
	.w68{width:100%;}
	.w69{width:100%;}
	.w70{width:100%;}
	.w80{width:100%;}
	.w90{width:100%;}
	.box-two{width:100%;}
	.imgblock_w70{
		width: 150px;
	}
}

@media screen and (max-width:767px) {
	.imgblock_2,
	.imgblock_3{max-width:100%; width:100%;}
	.spbr{display: block;}
	.spbrnone{display: none;}
	.pcbrpctab{display: none;}
	.sp_2_mb10{margin-bottom:10px;}
	.sp_2_mb20{margin-bottom:20px;}
	.sp_2_mb30{margin-bottom:30px;}
	.sp_2_mr10{margin-right:10px;}
	.sp_2_mr20{margin-right:20px;}
	.sp_2_mr30{margin-right:30px;}
	.bokin_pg1 .font_l{font-size:2.0rem;}
	div#mainArea .buleboxsp{padding:15px;}
}

@media print, screen and (min-width:768px) {
	.mdrl20px{margin:0 20px;}
	.imgblock_pc100_sp50{width: 100%;}
	.spbrpctab{display: none;}
	div#mainArea img.object_fit_img{
		width: 100%;
		height: 190px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /*IE対策*/
	}
	.img_w100w50{width: 50%;}

	table thead th.w05{width:5%;}
	table thead th.w10{width:10%;}
	table thead th.w15{width:15%;}
	table thead th.w20{width:20%;}
	table thead th.w25{width:25%;}
	table thead th.w30{width:30%;}
	table thead th.w31{width:31%;}
	table thead th.w32{width:32%;}
	table thead th.w33{width:33%;}
	table thead th.w35{width:35%;}
	table thead th.w40{width:40%;}
	table thead th.w45{width:45%;}
	table thead th.w46{width:46%;}
	table thead th.w47{width:47%;}
	table thead th.w48{width:48%;}
	table thead th.w49{width:49%;}
	table thead th.w50{width:50%;}
	table thead th.w55{width:55%;}
	table thead th.w60{width:60%;}
	table thead th.w65{width:65%;}
	table thead th.w68{width:68%;}
	table thead th.w69{width:69%;}
	table thead th.w70{width:70%;}
	table thead th.w80{width:80%;}
	table thead th.w90{width:90%;}
}

@media print, screen and (min-width:1000px) {
.pcbr{display:none;}
.tblw_br{display: none;}
.imgsp_center{width:10%;}
div#mainArea .pageankerlink{
	padding-top: 140px;
	margin-top: -140px;
}
.float_r{float:right;}
.float_l{float:left;}
.flex_ml5{margin-left:5px;}
.flex_mr5{margin-right:5px;}
.flex_ml10{margin-left:10px;}
.flex_ml20{margin-left:20px;}
.flex_1{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
}
.flex_2{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_3{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_4{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_5{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_6{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_7{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex_8{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	/* -ms-flex-wrap: wrap;
	flex-wrap: wrap; */
}

.w100px{width: 100px;}
.w500px{width: 500px;}
.w650px{width: 650px;}
.pc_mr10{margin-right:10px;}
.pc_mr20{margin-right:20px;}
.pc_mr30{margin-right:30px;}
.pc_ml10{margin-left:10px;}
.pc_ml20{margin-left:20px;}
.pc_ml30{margin-left:30px;}
.pc_mb10{margin-bottom:10px;}
.pc_mb20{margin-bottom:20px;}
.pc_mb30{margin-bottom:30px;}
.pc_mb35{margin-bottom:35px;}
.w05{width:5%;}
.w08{width:8%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w31{width:31%;}
.w32{width:32%;}
.w33{width:33%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w46{width:46%;}
.w47{width:47%;}
.w48{width:48%;}
.w49{width:49%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w68{width:68%;}
.w69{width:69%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.box-two{width:49%;}
}