@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css?v240205";

@media screen and (max-width: 979px) {
#main{
	width: 96%;
	margin: auto;
	padding-top: 0;
}
}
/*title
************************************************************************************/
.pagetitle{
    width: 1400px;
    margin: 0 auto;
}
.pagetitle h1{
	font-size: 40px;
	font-weight: 400;
	color: #122a50;
    font-family: fot-tsukuardgothic-std, sans-serif;
    padding: 50px 0 50px;
}

.lv_h1 {
    padding: 0 0 0 20px;
    font-size: 38px;
    margin-bottom: 30px;
    border-left: 5px solid #da6c9d;
	position: relative;
}
.lv_h1:after{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #ececec;
}

.lv_h2 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lv_h2:before {
  content: '　―　';
  color: #dd74a1;
}
.lv_h2:after {
  content: '　―　';
  color: #dd74a1;
}

.lv_h3{
	font-size: 24px;
    color: #FFF;
	font-weight: bold;
	padding: 7px 0 7px 15px;
    background:-webkit-gradient(linear,center left, center right, from(#dd74a1), to(#0f1aabd));
	background:-moz-linear-gradient(left, #dd74a1, #f1aabd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffdd74a1', endColorstr='#fff1aabd');
	background: linear-gradient(to right, #dd74a1, #f1aabd);
    border-radius: 3px;
	margin: 0 0 15px 0;
}
.lv_h4{
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 0 1em;
	margin: 0 0 12px 0;
	position: relative;
}
.lv_h4:before{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: .7em;
	height: 3px;
	background: #da6c9d;
}
.lv_h5{
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 0 1em;
	margin: 0 0 12px 0;
}

.lv_red {
 position: relative;
  display: inline-block;
  height: 50px;
  margin-left: 30px;
	line-height: 50px;
  padding: 0rem 0.8rem 0rem 1rem;
  color: #fff;
	font-weight:600;
	font-size:26px;
  background: #fa4141;
}
.lv_red:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 25px 30px 25px 0;
  border-style: solid;
  border-color: transparent #fa4141 transparent transparent;
}
.lv_blue {
 position: relative;
  display: inline-block;
  margin-left: 0px;
font-weight:200;
font-size:3em;
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #004be3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub_title{
	font-size: 21px;
	font-weight: 700;
}
.catch_orange{
	color: #de8c35;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px solid #dcdcdc;
}
.catch_blue2{
	color: #2498f1;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

@media screen and (max-width: 979px) {
.pagetitle{
    width: 100%;
}
.pagetitle h1{
	font-size: 28px;
    padding: 20px 0 20px;
	text-align: center;
}

.lv_h1 {
    padding: 0 0 0 20px;
    font-size: 24px;
}
.lv_h2 {
    font-size: 21px;
}

.lv_h3{
	font-size: 19px;
}
.lv_h4{
	font-size: 18px;
	margin: 0 0 10px 0;
}
.lv_h5{
	font-size: 16px;
	margin: 0 0 10px 0;
}
.sub_title{
	font-size: 18px;
}
.catch_orange{
	font-size: 16px;
}
.catch_blue{
	font-size: 16px;
}
}

/*section
************************************************************************************/
.section{
	padding: 30px 0;
	text-align: left;
	margin: 0 auto;
}

.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .section{
    height: 1em;
}
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}

.section_box{
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 20px;
}

.section_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.section_line{
	margin:20px 0;
	padding: 20px 10px 40px !important;
	border-bottom: 3px solid #dcdcdc;
}
.section_line:first-child{
	margin:0 0 20px 0;
	padding:0 10px 20px 10px;
}

.text{
	padding: 10px;
	line-height: 1.7;
}
.text20{
	padding: 20px;
	line-height: 1.7;
}
.text p,
.text20 p{
	padding-bottom:1em;
}
.text p:last-child,
.text20 p:last-child{
	padding-bottom: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}

.box_line{
	border-bottom: 1px solid #ededed;
}
.box_gray{
	background: #dcdcdc;
}

.div_table{
	display: table;
}
.div_table .cell{
	display: table-cell;
}
.div_table .cell.middle{
	vertical-align: middle;
}
.div_table .cell.top{
	vertical-align: top;
}


@media screen and (max-width: 979px) {
.section_innner{
	padding: 0 10px 15px 10px;
}
.section{
	margin: 0 auto;
	padding: 30px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px){
.section_line{
	padding:20px 10px;
}
}
@media screen and (max-width: 620px) {
.text p img,
.text20 p img{
	max-width: 100%;
	height: auto;
}
}


/*btns
************************************************************************************/
/*contents_nav
----------------------------------------------------------------------*/
.contents_nav{
	margin: 30px auto;
	width: 1200px;
}
.contents_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
}

.contents_nav ul li{
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:  7px 15px;
	margin: 0 10px;
	background: #dbe8ec;
}
.contents_nav ul li a{
	color: #666;
	display:  block;
	text-decoration: none;
}
.contents_nav ul li a:hover{
	color: #1f9087;
}
@media screen and (max-width: 979px) {
.contents_nav{
	width: 100%;
}
}

@media screen and (max-width: 768px){
.contents_nav ul li{
	width: 48%;
}
}
@media screen and (max-width: 620px) {
.contents_nav ul li{
	width: 98%;
	font-size: 14px;
	margin-bottom: 2px;
}
}

/*nav btn
----------------------------------------------------------------------*/
/*btn_moreview & pageback*/
.btn_moreview,
.btn_pageback{
	margin: 20px auto;
	width: 250px;
	font-weight: bold;
}
.btn_moreview.algnR,
.btn_pageback.algnR{
	margin: 20px 0 20px auto;
}

.btn_moreview a{
	color: #FFF;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("../../img/common/ar_white_double.svg") no-repeat right 30px center #182c54;
    background-size: 12px auto;
	padding: 12px 30px;
	text-decoration: none;
}
.btn_pageback a{
	color: #FFF;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("../../img/common/ar_white_double_left.svg") no-repeat left 30px center #182c54;
    background-size: 12px auto;
	padding: 12px 30px;
	text-align: right;
	text-decoration: none;
}


.btnNormal{
	text-align: center;
	margin: 20px auto;
	display: inline-block;
}
.btnNormal a{
	padding: 20px 40px;
	display: block;
	color: #0c377c;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #0c377c;
}
.btnNormal img.icon{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

@media screen and (min-width: 980px) {
.btn_moreview a{
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.btn_pageback a{
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.btn_moreview a:hover{
  background-position: right 20px center;
}
.btn_pageback a:hover{
  background-position: left 20px center;
}
}



/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border: 1px solid #a3a3a3;
}
table.normal caption,
.cms-posts table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before,
.cms-posts table caption:before{
	content: "■";
}

table.normal thead th,
.cms-posts table thead th{
	padding: 7px 10px;
	border: 1px solid #a3a3a3;
	text-align: center;
	font-weight:bold;
	background-color: #0079c2;
	color: #FFF;
}
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}
table.normal tbody th,
.cms-posts table tbody th{
	padding: 7px 10px;
	text-align: center;
	background-color: #89c3eb;
	border: 1px solid #a3a3a3;
	color: #FFF;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 7px 10px;
	border: 1px solid #a3a3a3;
}
table.normal tbody tr.lines,
.cms-posts table tbody tr.line{
	border-top: 3px solid #a3a3a3;
}
table.normal.center td{
	text-align: center;
}

table.normal2{
	margin: 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border: 1px solid #a3a3a3;
}
table.normal2 caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal2 caption:before{
	content: "■";
}

table.normal2 thead th{
	padding: 7px 10px;
	border: 1px solid #a3a3a3;
	text-align: center;
	font-weight:bold;
	background-color: #666;
	color: #FFF;
}
table.normal2 thead th a{
	color:#FFF;
}
table.normal2 tbody th{
	padding: 7px 10px;
	text-align: center;
	background-color: #e4d2d8;
	border: 1px solid #a3a3a3;
	color: #333;
}
table.normal2 tbody td{
	padding: 7px 10px;
	border: 1px solid #a3a3a3;
}
table.normal2 tbody td.bg2{
	padding: 7px 10px;
	border: 1px solid #a3a3a3;
	background-color: rgba(0,0,0,0.10)
}
table.normal2 tbody tr.lines{
	border-top: 3px solid #a3a3a3;
}
table.normal2 .center td{
	text-align: center;
}

table.normal2 tbody th span,
table.normal2 tbody td span{
	display:block;
	width:100%;
	}

@media screen and (max-width: 620px) {
table.normal2 tbody th span,
table.normal2 tbody td span{
	display: inline;
	width:auto;
	}
}

table.lineBtm{
	width: 100%;
	border: 0;
}
table.lineBtm th{
	border-bottom: 1px solid #c2c4c8;
	padding: 10px 15px;
	text-align: left;
}
table.lineBtm td{
	border-bottom: 1px solid #c2c4c8;
	padding: 10px 15px;
}


dl.normal dt{
	font-weight: bold;
	color: #0085cc;
	padding: 0 0 0 0;
	font-weight: 700;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 10px 1em;
}

@media screen and (max-width: 620px) {
table.smartphone{
	display: block;
	width: 100%;
}
table.smartphone thead{
	display: none;
}
table.smartphone tbody{
	display: block;
	width: 100%;
}
table.smartphone tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.smartphone th,
table.smartphone td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.smartphone th{
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.smartphone td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
/* 21/9/10 追加しました */
table.normal tbody th,
.cms-posts table tbody th {
	display: block;
}
table.normal tbody td,
.cms-posts table tbody td{
	display: block;
}

table.normal thead,
.cms-posts table thead{
	display: none;
}

}

/*cms-posts
************************************************************************************/
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.cms-posts img{
	max-width: 100%;
	height: auto;
}

.cms-posts ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

.cms-posts ol li{
	margin: 0 0 1em 2.5em;
	background: none;
	line-height: 2.0 !important;
	list-style-type: none;
}

.cms-posts ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #353b48;
	color: #FFFFFF;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	line-height: 2.0 !important;
	margin: 0 7px 0 -2.5em;
}
.cms-posts ol.color_red li:before {
	background: #ff0000;
}

.cms-posts ol li p,
.cms-posts ol li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}

.cms-posts ul{
	list-style-type: square;
	margin-left: 2.4em;
	margin-top: 5px;
}
.cms-posts ul li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
}
.cms-posts ul li p{
	padding: 0;
}


/*btn_moreview & pageback*/
.cms-posts .btn{
	margin: 50px auto;
	display: inline-block;
}
.cms-posts .btn a{
	color: #FFF;
	display: block;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	background: url("../../img/common/ar_menu_yellow.svg") no-repeat right 30px center #0085cc;
	padding: 15px 60px 15px 30px;
	text-decoration: none;
}



@media screen and (min-width: 980px) {
.cms-posts .btn a{
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.cms-posts .btn a:hover{
  background-position: right 20px center;
}
}

/*ページング
----------------------------------------------------------------------*/
.page_navi{
	text-align: center;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

ul.page_navi li span{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

ul.page_navi li:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

/*page*/
.pager{
	text-align: center;
}
.pager span,
.pager a{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.pager span.page-numbers.current{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: inline-block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.pager a.page-numbers{
	background: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.pager a.next.page-numbers{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: inline-block;
	text-indent: -9999px;
}
.pager a.prev.page-numbers{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: inline-block;
	text-indent: -9999px;
}


.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


/*pages
************************************************************************************/
#pages_index .wp-block-column{
	border: 1px solid #666;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#pages_index .wp-block-columns:last-child .wp-block-column:last-child{
	border: 0;
}
#pages_index .wp-block-column h1{
	font-size: 21px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
}
#pages_index .wp-block-image{
	text-align: center;
}
#pages_index .wp-block-buttons{
	text-align: right;
}
#pages_index .wp-block-buttons .wp-block-button{
	background: #666;
}
#pages_index .wp-block-buttons .wp-block-button a{
	border: 1px solid #666;
	display: inline-block;
	background: url("../../img/common/ar_white.svg") no-repeat left 10px center;
	padding: 3px 10px 3px 45px;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

/*itemBox
************************************************************************************/
.itemBox{
	margin: 30px 0;
}
.itemBox.nomargin{
	margin: 0 0 30px 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox ul li.pdno{
	padding: 0;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #555555;
}
.itemBox .line{
	border-right: 1px solid #555555;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .itemBox .image img{
	/* IE11 のみ適用される */
	width: 100%;
	height: auto;
}
.itemBox .image img.border{
	border: 2px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 978px){

.itemBox .image{
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px;
}
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 49%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 49%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 620px) {
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}

