@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*title
************************************************************************************/
.lv_h1,
.cms-posts h1{
	color: #000;
	font-size: 28px;
	text-align: center;
	margin: 0 0 1em;
	font-family: a-otf-ud-reimin-pr6n,sans-serif;
}
.lv_h1 span,
.cms-posts h1 span{
	position: relative;
	display: inline-block;
}
.lv_h1 span:after,
.cms-posts h1 span:after{
	position: absolute;
	bottom: 7px;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #fff000;
	z-index: -1;
}

.lv_h2,
.cms-posts h2{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 19px;
	font-weight: 500;
	line-height: 2.5em;
	height: 2.5em;
	position: relative;
	padding: 3px 0 0 0;
	margin: 0 0 1em;
	color: #3071b8;
}
.lv_h2:after,
.cms-posts h2:after{
	position: absolute;
	top: -1px;
	left: 0;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: #3071b8;
	z-index: 10;
}

.lv_h3,
.cms-posts h3{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 .7em;
	background: url("../../img/common/h3_bg.svg") no-repeat left 0.3em;
	padding: 0 0 0 25px;
}


.catch_copy{
	font-size: 20px;
	font-family: a-otf-ud-reimin-pr6n,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.catch_copy span{
	border-bottom: 1px solid #3071b8;
	line-height: 1.7;
}


.sub_title{
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
.lv_h1 span:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff000;
	z-index: 0;
}

.lv_h1{
	font-size: 22px;
}
.lv_h2{
	line-height: normal;
	height: auto;
	padding: 15px 0;
	font-size: 17px;
}
}
@media screen and (max-width: 480px){

.lv_h3{
	font-size: 18px;
}
}


/*section
************************************************************************************/
.section{
	padding: 50px 0;
	text-align: left;
}

.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 #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}

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


.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) {

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


/*button
----------------------------------------------------------------------*/
/*contents_nav*/
.contents_nav .c_title{
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-weight: 500;
}
.contents_nav .c_title:before, .contents_nav .c_title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #222222;
	display: block;
}
.contents_nav .c_title:before {
	margin-right: .4em;
}
.contents_nav .c_title:after {
	margin-left: .4em;
}

.contents_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.contents_nav ul li{
	margin: 0.5%;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}
.contents_nav ul li a{
	flex: 1 1 auto;
	padding: 20px 30px 20px 20px;
	border: 2px solid #000000;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display:  block;
	text-decoration: none;
}
.contents_nav ul li a:before{
	content: "";
	background: url("../../img/common/ar_menu_bk.svg") no-repeat right center;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 980px) {
.contents_nav ul li a:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #f2f9f9;
}
.contents_nav ul li a:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.contents_nav ul li a:hover{
	cursor: pointer;
}
.contents_nav ul li a:hover:after{
	width: 100%;
	left: 0;
	color: #5bcaff;
}
.contents_nav ul li a:hover:after{
	left: -10%;
	width: 120%;
}
}
@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;
}
}

/*index_menu*/
ul.index_menu{
	margin-bottom:50px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

ul.index_menu li{
	margin-bottom:20px;
	width:49%;
	-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:28px 30px 22px 30px;
	background: #f2f9f9;
	border: 2px solid #FFF;
}
ul.index_menu li.wide{
	margin: 0 auto 10px;
	width:99%;
}


ul.index_menu li:before{
	content: "";
	position: absolute;
	background:  url("../../img/common/indevmenu_icon.svg") no-repeat right bottom;
	width: 18px;
	height: 18px;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	bottom: 0;
	right: 0;
	z-index: 100;
}

ul.index_menu li .box{
	padding:0 0 0 25px;
	background: url("../../img/common/ar_black.svg") no-repeat left 0.3em;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	min-height:60px;
}

ul.index_menu li .ttl a{
	font-size:21px;
	font-weight:bold;
	color:#152b63;
}
ul.index_menu li .ttl a.outlink:after{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(../../img/common/icon_outlink_black.png);
	background-size: contain;
	vertical-align: middle;
	margin: -3px 0 0 .5em;
}
ul.index_menu li .cmt{
	margin-top:5px;
	font-size:14px;
	color:#424038;
}
ul.index_menu li dd{
	margin: 5px 0;
	background: url("../../img/common/ar_blue.svg") no-repeat left .15em;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	padding:0 0 0 20px;
}
@media screen and (min-width: 980px) {
/*mouseon anime*/
ul.index_menu li{	
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 1 !important;
}
ul.index_menu li:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #f9f6e5;
	
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
ul.index_menu li:hover:after{
	width: 100%;
	left: 0;
	
	left: -10%;
	width: 120%;
}
}
@media screen and (max-width: 620px) {
ul.index_menu li{
	margin: 0 auto 10px;
	width:99%;
}
}

/*ul.inpage_menu*/
ul.inpage_menu{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
ul.inpage_menu li{
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 15%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	margin: 0.5%;
	border: 1px solid #ebf4f6;
}
ul.inpage_menu li.long{
	width: auto;
}
ul.inpage_menu li a{
	color: #000;
	text-decoration: none;
	padding: 5px 25px 5px 15px;
	display: block;
	background: url("../../img/common/ar_menu_blue.svg") no-repeat right 10px center;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
}

@media screen and (max-width: 768px){
ul.inpage_menu li{
	width: 23%;
}
}
@media screen and (max-width: 620px) {
ul.inpage_menu li{
	width: 48%;
}
}

/*btn_moreview & pageback*/
.btn_moreview,
.btn_pageback{
	margin: 50px auto;
	width: 220px;
}
.btn_moreview 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 30px;
	text-decoration: none;
}
.btn_pageback a{
	color: #000;
	display: block;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	background: url("../../img/common/ar_menu_bk_prev.svg") no-repeat left 30px center #ededed;
	padding: 15px 30px;
	text-align: right;
	text-decoration: none;
}


.btnNormal{
	text-align: center;
	margin: 20px auto;
	display: inline-block;
}
.btnNormal a{
	padding: 20px 40px 20px 20px;
	display: block;
	color: #0074cb;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #CCC;
}
.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;
}
}

/*inBtn*/
.inBtn{
	margin: 15px 0;
	text-align: center;
}
.inBtn li,
.btnDocument{
	background:-webkit-gradient(linear, left top, right bottom, from(#f22bac), to(#0d04b9));
	background:-webkit-linear-gradient(left top, #f22bac, #0d04b9);
	background:-moz-linear-gradient(left top, #f22bac, #0d04b9);
	background:-o-linear-gradient(left top, #f22bac, #0d04b9);
	background:linear-gradient(to right bottom, #f22bac, #0d04b9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff22bac', endColorstr='#ff0d04b9');
	margin: 0.5%;
	display: inline-block;
	padding: 0 0 0 20px !important;
	border: 1px solid #FFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 65px;
	height: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.inBtn li a,
.btnDocument a{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px 0 50px;
	background: url(../../img/common/ar_white.svg) no-repeat left center;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
.inBtn li a.pdf,
.btnDocument a.pdf{
	background: url(../../img/common/icon_pdf_white.svg) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.inBtn li a.word,
.btnDocument a.word{
	background: url(../../img/common/icon_word_white.svg) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
@media screen and (max-width: 979px) {
.inBtn li,
.btnDocument{
	padding: 15px 0 15px 20px !important;
	line-height: normal;
	height: auto;
	vertical-align: middle;
}
.inBtn li a,
.btnDocument a{
	height: 3em;
	line-height: 1.5em;
	padding: 0 10px 0 20px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	-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: 620px) {
.inBtn li{
	display: block;
	line-height: normal;
	height: auto;
}
.inBtn li a{
	padding: 15px 30px 15px 50px;
}
.inBtn li.phonenumber{
	line-height: 65px;
}
}


/*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.center{
	-webkit-justify-content: center;
	justify-content: center;
}
.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 #CCC;
}
.itemBox .line{
	border-right: 1px solid #CCC;
}
.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-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-wrap:break-word;
}

.itemBox .bg_white{
	background: #FFF;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #CCC;
}
}
@media screen and (max-width: 620px) {
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}

.divtable{
	display: table;
	margin: 1em auto;
}
.divtable .cell{
	display: table-cell;
}
.divtable .pd{
	padding: 0 15px;
}
.divtable .top{
	vertical-align: top;
}
.divtable .middle{
	vertical-align: middle;
}


/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
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: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #4b4b4b;
	color: #FFF;
}
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}
table.normal tbody th,
.cms-posts table tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #eeeeee;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	color: #000;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

table.normal.center td{
	text-align: center;
}

table.lineBtm{
	width: 100%;
	border: 0;
	border-top: 1px solid #333;
}

table.lineBtm th{
	border-bottom: 1px solid #333;
	padding: 15px 15px;
	text-align: left;
}
table.lineBtm td{
	border-bottom: 1px solid #333;
	padding: 5px 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;
}
}

.table_scroll .sp_comment{
	display: none;
}
.table_scroll .scroll_body{}


@media screen and (max-width: 620px) {
.table_scroll .sp_comment{
	display: block;
	padding: 10px;
	border: 1px solid #ededed;
	margin: 10px 0;
}
.table_scroll .sp_comment:after{
	content: "※表が見切れている場合は、横にスクロールしてご覧いただけます";
	color: #666;
	display: block;
}
.table_scroll .scroll_body{
	width: 97%;
	margin: auto;
	overflow-x: scroll;
	font-size: 14px !important;
}
.table_scroll .scroll_body table{
	width: 950px !important;
	font-size: 14px !important;
}
.table_scroll .scroll_body table th,
.table_scroll .scroll_body table td,
.table_scroll .scroll_body table.main th,
.table_scroll .scroll_body table.main td,
.table_scroll .scroll_body table.normal th,
.table_scroll .scroll_body table.normal td{
	word-break: keep-all;
	font-size: 14px !important;
}
}


/*sp*/

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

/*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: #0085cc;
	color: #f0ec3c;
	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;
}

