@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}



/* for sp link */
#sp_btn {
	display: none;
	text-align: center;
	padding-top: 40px;
}
body {
	-webkit-text-size-adjust: 100%; /* iphone 自動調整対策 */
	font-family: 'Century Gothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

body {
	width: 100% !important;
}



/* hover img alpha2 */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha( opacity=0.8 )";
}

.nbo_header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(bg_nbo_header.jpg) no-repeat top center;
}

.social_box {
                                text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social_buttons {
                                display: inline-block;
                                text-align: left;
}

.sp_nbo_header {
	display: none;
}

.wrap {
                                background: #fafafa;
}



header {
	width: 100%; /* android view point */
	height: 100%;
	margin: -3px auto 0;
	position:relative;
                                border-bottom: 5px solid #293e40;
                                animation: show 2s ease 0s 1 normal;
}


@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.p2_hdr {
                                margin-bottom: 40px;
}

/* 記事メインイメージ */
.head_img_01 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(630/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main.jpg) top center / cover no-repeat;
}

.catch {
                                position: absolute;
                                top: 0;
                                left: 50%;
                                transform: translateX(-50%);
                                width: 100%;
                                max-width: 860px;
                                height: 150px;
	background: url(img_catch.svg) top center no-repeat;
	z-index: 4;
                                overflow: hidden;
}

.catch2 {
                                position: absolute;
                                top: 0;
                                left: 50%;
                                transform: translateX(-50%);
                                width: 100%;
                                max-width: 860px;
                                height: 150px;
	background: url(img_catch.svg) top center no-repeat;
	z-index: 4;
                                overflow: hidden;
}

.main_ttl {
	position: absolute;
	bottom: 100px;
	left: 50%;
                                transform: translateX(-50%);
                                width: 100%;
                                max-width: 900px;
	height: 185px;
	background: url(img_ttl.svg) top center no-repeat;
	z-index: 3;
                                overflow: hidden;
}


.head_img_02 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(500/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main2.jpg) top center / cover no-repeat;
}

.main_ttl2 {
	position: absolute;
	bottom: 0;
	left: 50%;
                                transform: translateX(-50%);
                                width: 100%;
                                max-width: 900px;
	height: 185px;
	background: url(img_ttl.svg) top center no-repeat;
	z-index: 3;
                                overflow: hidden;
}




h1 {
                                text-indent: 100%;
                                white-space: nowrap;
                                overflow: hidden;
}


.leadarea {
  width: 100%;
  max-width: 860px;
  position: relative;
  z-index:5;
  margin: -100px auto 45px;
  padding: 35px;
  background: #FFF;
  border-bottom: 5px solid #c80422;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}


.lead {
  font-size: 1.1rem;
  line-height: 160%;
 color: #293e40;
}



.dropcap {
	display: block;
	font-size: 2.5em;
	float: left;
	margin: -30px .2em 0 0;
	padding: 25px 5px 0;
	line-height: 1.3;
	background: #243f40;
	color: #FFF;
}



.main_name_box {
                                display: flex;
                                line-height: 140%;
                                color: #FFF;
justify-content: space-between;
align-items: flex-end;
}
.name_flex1 {
                                margin-right: auto;
                                text-align: left;
                                padding-left: 5px;
                                border-left: 1px solid #81b5A1;
                                
}

.p2_ttl-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                background: #FFF;
                                align-items: center;
}
.p2ttl-item:nth-child(1) {
	-webkit-flex: 0 1 35%;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%;
}
.p2ttl-item:nth-child(2) {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
                                
}

.p2ttl-item img {
                                width: 100%;
}

.p2ttl-item:nth-child(2) img {
                                width: 100%;
                                overflow: hidden;
}

.add_border2 {
                                border-top: 1px solid #293e40;
}

.add_border3 {
                                border-bottom: 2px solid #293e40;
}


main {
	width: 100%;
	margin: 0 auto;
                                position: relative;
                                padding-bottom: 50px;
}



main img {
	width: 100%;
}

.btn_vol1 {
                                width: 18%;
  box-sizing: border-box;
  display: block;
position: absolute;
  bottom: -2px;
  right: 0;
}

.btn_vol1 img {
                                width: 100%;
}

.non_lead {
	position: relative;
	z-index: 4;
	margin-top: -7%;
}

.non_lead2 {
	position: static;
	z-index: 5;
	margin: 0 auto;
}



main p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	text-justify:inter-ideograph;  
	margin-bottom: 2%;
}

.tsume {
                                letter-spacing: -0.02em;
}

.sml_txt {
                                font-size: 87%;
}


.quot {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.mt30 {
                                margin-top: 30px;
}

.sec1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
  padding:15px 0;
  background: #FFF;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 35px ;
  color: #333;
}

/* ルビ指定 */
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: 0.2em;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

.bg_color1 {
  background: #F7F7F7;
} 

.bg_color2 {
  background: #FFF;
} 


h2 {
                                margin: 20px auto;
	padding: 10px 15px;
                                font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 130%;
	color: #000;
	position: relative;
                                text-align: center;
                                border-left: 5px solid #c80422;
                                border-right: 5px solid #c80422;

}



h3 {
	margin: 3% auto 1% !important;
	padding: 0;
	width: 98%;
	font-size: 150%;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #293e40;
}

.ph_flex {
                                width: 96%;
                                margin: 30px auto;
                                max-width: 740px;
                                display: flex;
                                position: relative;
}

.pf_item1 {
                                position: relative;
                                width: 54%;
                                margin-top: 10px;
                                padding-right: 9%;
                                padding-bottom: 10px;
                                border: 1px solid #c80422;
}

.pf_item2 {
                                position: relative;
                                z-index: 20;
                                width: 57%;
                                margin-left:-6%;
                                margin-bottom: 8px;
}

.pf_name {
                                margin: 20px 0 10px;
                                padding-left: 5%;
	font-weight: 700;
	font-size: 0.85rem;
	line-height: 140%;
                                color: #000;
                                text-align: left;
                                border-left: 5px solid #c80422;
}

.pf_prof {
	margin: 0;
	padding: 1% 0 1% 7%;
	font-size: 85%;
	color: #333;
	line-height: 160%;
	text-align: justify; 
	text-justify: inter-ideograph;
                                letter-spacing: -0.03em;
}


#note_text {
	padding: 0 10%;
	color: #333;
	font-size: 80%;
	line-height: 170%;
	text-align:center;
}



.txt0 {
padding-left:3em;
text-indent:-3em;
}

.txt01 {
padding-left:3em;
}

.txt0b {
	font-weight: bold;
                                color: #777777;
}

.txt0b2 {
	font-weight: bold;
}

.up_txt {
position: relative; z-index: 2;
}

.name_area {
                                position: relative;
                                margin: -10px auto 0;
                                padding: 15px 5px 5px;
                                width: 100%;
                                background: #FFF;
                                border-radius: 0 0 10px 0;
                                
}

.name {
                                margin: 0 3% 1% 2%;
                                padding: 3% 0 1%;
	font-weight: bold;
	font-size: 90%;
	line-height: 140%;
                                color: #000;
                                text-align: left;
}

.name_large {
	font-size: 145%;
	line-height: 140%;
  vertical-align: baseline;
}

.caption {
	margin: 0;
	padding: 1% 3% 2% 2%;
	font-size: 85%;
	color: #333;
	line-height: 150%;
	text-align: justify; 
	text-justify: inter-ideograph;
                                letter-spacing: -0.03em;
}



.img_02 {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
                                background: #f7f7f7;
}

.img_02 img {
                                width: 100%;
}

h4 {                                font-size: 110%;
                                font-weight: bold;
                                color: #000;
                                text-align: left;
}

footer {
	width: 100%;
	margin: 0 auto 30px;
                                position: relative;
}

.footer_txt {
                                position:static;
                                margin: 0 auto;
                                width:98%;
                                height: 100%;
                                background: rgba(90,151,130,0.7);
                                padding: 1%;
}

.footer_txt2 {
                                width: 50%;
                                margin: 0 auto;
                                padding: 1% 0;
                                color: #293e40;
                                font-size: 100%;
                                font-weight: bold;
                                line-height: 130%;
}

.txt_left {
                                text-align: left;
}

.txt_right {
                                text-align: right;
}

.bg_bnr {
                                width: 100%;
                                margin: 0 auto;
                                background: url(bg_bnr_next.png) top center / cover no-repeat;
}

.button-4 a{
  display: block;
  width: 860px;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 1% 2%;
  margin: 0 auto 20px;
  text-decoration:none;
  transition:all .5s ease;
  line-height: 140%;
background: #c80422;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.b_txt {
  font-weight: bold;
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 100%;
                                max-width: 580px;
                                margin: 0 auto;
                                align-items: center;
  transition:all .5s ease;
}
.flex-item:nth-child(1) {
	-webkit-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
                                color: #FFF;
                                font-weight: bold;
                                padding: 5px 15px;
                                text-align: center;

}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 85%;
	-ms-flex: 0 1 85%;
	flex: 0 1 85%;
                                padding: 5px 15px;
                                text-align: left;
                                color: #FFF;
                                font-weight: bold;
}

.flex-container:hover {
                                padding-left: 12px;
}


.toi_box {
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
}


.logo {
	margin: 2.5% auto 1%;
	width: 250px;
	text-align: center;
}




.localFooter {
	line-height: 150%;
}


/* pager */
.pager {
    overflow: hidden;
	margin: 2% auto;
	padding: 5px 0
}
 
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 5px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.7em 0.8em;
    font-weight: bold;
}
 
.pager ul li a {
    color: #333;
    text-decoration: none;
}
 
.pager ul li a:hover {
	background:#293e40;
	color: #FFF;
}

.current {
	background:#293e40;	
    color: #FFF;	
}

.img_box3 {
	width: 600px;
	margin: 0 auto;
	padding:2% 0 3%;
	text-align: center;
}

.img_box3 img {
	width: 100%;
}

.img_box4 {
	width: 96%;
	margin: 0 auto 3%;
	padding:2% 0 0;
	text-align: center;
                                position: relative;
}

.img_box4 img {
	width: 100%;
}

.add_img_bdr {
                                border: 1px solid #CCC;
}

.img_box5 {
                                width: 100%;
                                margin: 0 auto;
                                padding:2% 0;
                                border-top: 1px solid #293e40;
                                text-align: center;
}

.img_box6 {
                                width: 930px;
                                margin: 0 auto 30px;
                                padding: 0;
                                text-align: center;
}

.img_box6 img {
                                width: 100%;
}

.bnr_box0108 {
	width: 930px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
                                justify-content: space-between;
                                border: 1px solid #293e40;
}


.bnr_item0108:nth-child(1) {
	width: 56.99%;
                                background: #293e40;
}

.bnr_item0108:nth-child(2) {
	width: 43.01%;
                                background: #e7e7e7;
}


.bnr_box0108 img {
	width: 100%;
}


.caption2 {
                                position: absolute;
                                bottom: 0;
                                left: 0;
	width: 245px;
                                margin: 0 auto;	
	font-size: 85%;
	line-height: 160%;
	color: #333;
	text-align: left; 
}


.bnr_area {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #243F40;
}

.bnr_box {
	width: 90%;
	margin: 0 auto;
	padding: 10px 10% 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;

}

.bnr_item {
	width: 24%;
}


.bnr_box img {
	width: 100%;
	padding-bottom: 10px;
	
}

.img_box2 {
	width: 100%;
	margin: 3% auto 0;
	text-align: center;
}

/* 単語ごとに改行 */
.sub_wb {
                                display: inline-block;
}


.btn-gradient-radius {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #293E40 0%, #81b5a1 100%);
  transition: .5s;
word-break: break-all;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #81b5a1 0%, #293E40 100%);
}

.g_kakomi {
                                width: 94%;
                                background: #FFF;
                                padding: 3% 3% 1%;
                                border-radius: 10px;
                                margin-bottom: 30px;
}

.caption3 {
	font-size: 85%;
	line-height: 140%;
}

.bnr_vol2 {
                                width: 100%;
                                max-width: 860px;
                                margin: 40px auto 0;
}



@media screen and (min-width: 768px) {


}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1185px) {

}

@media screen and (max-width: 1180px) {



.lead {
  margin: 0 auto;
  padding: 3%;
  font-size: 100%;
  line-height: 160%;
 color: #000;
  text-shadow: none;
  position: relative;
}

main {
                                background: none;
}


main p {
	font-size: 100%;
	line-height: 180%;
                                margin-left: 2%;
                                margin-right: 2%;
}


}



@media screen and (max-width: 999px) {

.nbo_header {
	display: none;
}


.sp_nbo_header {
	display: block;
	width: 100%; /* android view point */
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.sp_nbo_header img {
	width: 100% !important; /* android view point */
}

header {
	width: 100%; /* android view point */
	height: 100%;
	margin: 0 auto;
	position:relative;
                                border-bottom: 5px solid #c80422;
}


.catch {
                                position: absolute;
                                top: 0;
                                bottom: 0;
                                left: 0;
                                transform: translateX(0);
                                width: 100%;
                                max-width: 100%;
                                height: 0;
	padding-top: calc(630/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_catch.svg) top left / cover no-repeat;
	z-index: 4;
                                overflow: hidden;
}

.catch2 {
                                position: absolute;
                                top: 0;
                                bottom: 0;
                                left: 0;
                                transform: translateX(0);
                                width: 100%;
                                max-width: 100%;
                                height: 0;
	padding-top: calc(500/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_catch2.svg) top left / cover no-repeat;
	z-index: 4;
                                overflow: hidden;
}

.main_ttl {
	position: relative;
	bottom: 0;
	left: 0;
                                transform: translateX(0);
                                width: 100%;
                                margin: 0 auto;
                                max-width: 100%;
                                height: 0;
	padding-top: calc(240/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_ttl.svg) top left / cover no-repeat;
	z-index: 3;
                                overflow: hidden;
}

.main_ttl2 {
	position: relative;
	bottom: 0;
	left: 0;
                                transform: translateX(0);
                                width: 100%;
                                margin: 0 auto;
                                max-width: 100%;
                                height: 0;
	padding-top: calc(240/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_ttl.svg) top left / cover no-repeat;
	z-index: 3;
                                overflow: hidden;
}




.leadarea {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index:5;
  margin: 0 auto 45px;
  padding: 2%;
  background: #FFF;
  border-bottom: 5px solid #c80422;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}



h2 {
	font-size: 150%;
	line-height: 120%;
}

h3 {
	font-size: 135%;
}



.img_box4 {
	width: 94% !important;
	margin: 0 auto;
	padding:2% 0 3%;
	text-align: center;
}

.caption2 {
                                position: static;
	margin: 0 auto;
	width: 90%;
}

.img_box5 {
                                padding:3% 0 2.5%;
}

.bnr_box0108 {
	width: 94%;
}

.img_box6 {
                                width: 100%;
                                margin: 0 auto 2%;

}


.bg_bnr {
  background-image: none;
}



.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 1% 2%;
  margin: 0 auto 10px;
  text-decoration:none;
  transition:all .5s ease;
  line-height: 140%;
background: #c80422;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}


}



@media print, screen and (max-width:1023px) {



.leadarea section {
  padding: 1em;
}




.sec1_inner {
  box-sizing: border-box;
  width: 96%;
  padding: 0 2% 2%;

}

h2 {
	font-size: 150%;
}



.footer_txt2 {
                                width: 80%;
}


}


@media screen and (max-width: 767px) {




.lead {
  font-size: 108%;
  line-height: 160%;

}



h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

.ph_flex {
                                width: 70%;
                                margin: 20px auto;
                                max-width: 70%;
                                display: flex;
                                position: relative;
                                flex-direction: column;
}

.pf_item1 {
                                position: relative;
                                width: 100%;
                                margin-top: 0;
                                padding-right: 20px;
                                padding-bottom: 10px;
                                order: 2;
}

.pf_item2 {
                                position: relative;
                                z-index: 20;
                                width: 100%;
                                margin-left:0;
                                margin-bottom: 0;
                                order: 1;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}


.sec1_inner {
                                color:#333;
}

#note_text {
	margin-top: 10px !important;
	padding: 10px 3% 0;
	color: #666;
	font-size: 80%;
	line-height: 170%;
	text-align:center;
}



.footer_txt2 {
                                width: 90%;
}



.img_box4 {
	width: 94%;
}


.flex-container {
                                width: 94%;
                                margin: 0 auto;
}

.flex-item:nth-child(1) {
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
align-self: center;}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 80%;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%;
}



}

@media screen and (max-width: 639px) {

main p {
	line-height: 170%;
                                margin-left: 3%;
                                margin-right: 3%;
}



h2 {
                                font-size: 130% !important;
}


.rb_1 {
           line-height: 150%;                     
}

h3 {
	font-size: 115%;
}

.ph_flex {
                                width: 90%;
                                margin: 20px auto;
                                max-width: 90%;
}

.img_box4 {
	width: 94%;
}

.img_box4 img {
	width: 100%;
}


.img_box2 img {
                                width: 70%;
}

#note_text {
                                text-align: left !important;
}
#note_text br {
                                display: none;
}

.button_next {
  line-height: 120%;
}



.footer_txt2 {
                                width: 90%;
}


.next {
                                height: 30px;
                                padding: 0 5px 0 0;
                                display: inline-block;
                                background: none;
  color:#FFF;
}


}


@media screen and (max-width: 479px) {

.pager ul li span,
.pager ul li a {
    font-size: 13px;
}


.flex-item:nth-child(1) {
	-webkit-flex: 0 1 28%;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
                                
}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 72%;
	-ms-flex: 0 1 72%;
	flex: 0 1 72%;
}

}

