@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
@import url('styles/menu.css');
/*
Theme Name: 鳥取県住宅検査センター(202511)
Theme URI: http://www.t-kensa.jp
Author: S.D.R.
Author URI: http://www.t-kensa.jp
Description: ..S.D.R..
Version: 4.2
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 13px;

  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 95%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 95%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  border-top: solid 10px #3775a8 ;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

  line-height: 26.64px;
  font-size: 16px;
  font-size: 1.6rem;
}
body {
  background-color: #cfdce8;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*font-family: "Quicksand", Helvetica, sans-serif;*/
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
}
h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
h4 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
/*
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}
*/
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0px;
  padding: 0px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0px;
  padding: 0px;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  width: 100%;
  margin:auto;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}

.link_bt a:link, .link_bt a:visited{
    -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;  
}
.link_bt a:hover, .link_bt a:active{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
/*リンクをエリア全体に*/
.link_bt ,
.txt_bt{
  position: relative;
  text-align: center;
}
.link_bt a::after ,
.txt_bt a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#primary.file_dl .col_base2_right.col_base2_l .link_bt{
  text-align: left;
}
#primary.file_dl .col_base2_right.col_base2_l .link_bt a[href^="http://"]{
  margin-bottom: 0;
}
#primary.file_dl .col_base2_right.col_base2_l a[href^="http://"],
#primary.file_dl .col_base2_right.col_base2_l a[href^="https://"]  {
  display: inline-block;
  background: url(images/icon-htm.png) no-repeat 10px center;
  padding-left: 50px;
  height :30px;
  line-height: 30px;
  margin-bottom:10px;
}

#primary.file_dl .col_base2_right.col_base2_l a[href^="http://www.t-kensa.jp/"],
#primary.file_dl .col_base2_right.col_base2_l .no_mark a[href^="http://"],
#primary.file_dl .col_base2_right.col_base2_l .no_mark a[href^="https://"],
#primary.file_dl .col_base2_right.col_base2_l .no_mark a[href$=".pdf"]{
  padding-left: 0;
  background: none;
}
#primary.file_dl .col_base2_right.col_base2_l a[href$=".pdf"]{
  display: inline-block;
  background: url(images/icon-pdf.png) no-repeat 10px center;
  padding-left: 50px;
  height :30px;
  line-height: 30px;
  margin-bottom:10px;
}
#primary.file_dl .col_base2_right.col_base2_l a[href$=".xls"] ,
#primary.file_dl .col_base2_right.col_base2_l a[href$=".xlsx"]{
  display: inline-block;
  background: url(images/icon-xls.png) no-repeat 10px center;
  padding-left: 50px;
  height :30px;
  line-height: 30px;
  margin-bottom:10px;
}
#primary.file_dl .col_base2_right.col_base2_l a[href$=".doc"] ,
#primary.file_dl .col_base2_right.col_base2_l a[href$=".docx"]{
  display: inline-block;
  background: url(images/icon-doc.png) no-repeat 10px center;
  padding-left: 50px;
  height :30px;
  line-height: 30px;
  margin-bottom:10px;
}
.the-content.no_icon a {
  padding-left: 0;
  background: none;
  height :0;
  line-height: 0;
  margin-bottom:0;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  width:100%;
}
.alignhearf {
  margin: 0 auto;
  width:50%;
}
.alignleft_col3 {
  display: inline;
  float: left;
  width:26%;
  margin-right: 11%;
}
.alignleft_col3:last-child{
  float: right;
  margin-right: 0;
}
.alignleft_col2 {
  display: inline;
  float: left;
  width:45%;
}
.alignright_col2 {
  display: inline;
  float: right;
  width:45%;
}
.col_base2_left {
  display: inline;
  float: left;
}
.col_base2_right {
  display: inline;
  float: right;
}
.col_inbox2_left {
  display: inline;
  float: left;
}
.col_inbox2_right {
  display: inline;
  float: right;
}
/*2カラム用設定*/
.col_size_col2 li {
  width:47%;
}
.col_size_col2 li:nth-child(1n){
  display: inline;
  float: left;
}
.col_size_col2 li:nth-child(2n){
  display: inline;
  float: right;
}
/*その他サイズ設定*/
.col_base2_l {
  width:72%;
}
.col_base2_s {
  width:25%;
}
.col_base2_m {
  display: inline;
  width:48%;
}
/*3カラム用設定*/
.col_size_col3 li{
  display: inline;
  float: left;
  margin-right: 5%;
}
.col_size_col3 li:nth-child(3n){
  display: inline;
  float: right;
  margin-right: 0;
}
.col_base3_l {
  width:50%;
}
.col_base3_s {
  width:20%;
}
.col_base3_m {
  width:30%;
}
.width_all {
  width:100%;
  clear:both;
}
/*写真5用設定*/
ul.img_5th li {
  display: inline;
  float: left;
  width:18%;
  margin-right: 2.5%;
}
ul.img_5th li:nth-child(5n){
  float: right;
  margin-right:0;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 75%;
}
.flat_list ul li{
  clear: both;
  display: block;
  width:100%;
}
.margin_t20 {
  margin-top: 20px;
}
.margin-lr20{
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bottom-margin{
  margin-bottom: 20px;
}
.bottom-margin30{
  margin-bottom: 30px;
}
/*ベースカラーの設定*/
.base_c_01 {
  background-color: #f6f5f0;
  padding:30px 0 0 0;
}
.base_c_02 {
  background-color: #34c4c4;
  padding:30px 0 0 0;
}
/*フォントカラーの設定*/
.font_c_01 {
  color: #34c4c4;
}

/*丸く切り抜く*/
.circle {
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
}
/*ベース2カラム用設定*/
.base_size_col2{
  width:100%;
  display: inline;
}
.base_size_col2 .in_main{
  width:74%;
  display: inline;
}
.base_size_col2 .in_side{
  width:22%;
  display: inline;
}

/*ベース4カラム用設定*/
.base_size_col4{
  width:100%;
  display: inline;
}
.base_size_col4 .in_col{
  width:22%;
  display: inline;
  float: left;
  margin-right: 4%;
}
.base_size_col4 .in_col:nth-child(4n){
  display: inline;
  float: right;
  margin-right: 0;
}

/*4カラム用設定*/
.col_size_col4 li{
  width:22%;
  display: inline;
  float: left;
  margin-right: 4%;
  margin-bottom:20px;
}
.col_size_col4 li:nth-child(4n){
  display: inline;
  float: right;
  margin-right: 0;
}

/*テーブル3カラム用設定*/
.table_size_col3{
  width:100%;
  display: inline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.table_size_col3 .in_col{
  width:33.3%;
  display: inline;
  float: left;
  padding:3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.table_size_col3 .in_col:nth-child(3n){
  width:33.4%;
}

/*テーブル4カラム用設定*/
.table_size_col4{
  width:100%;
  display: inline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.table_size_col4 .in_col{
  width:25%;
  display: inline;
  float: left;
  padding:3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ul.table_size_col3.solid ,ul.table_size_col4.solid{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
ul.table_size_col3.solid li.in_col,ul.table_size_col4.solid li.in_col{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.bottm_line{
  color: #404040;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  margin: 0
}
.txt_bt {
  background-color: #cfdce8;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* Header
-------------------------------------------------------------- */
/*
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
*/
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 0;
  margin: 0 auto;
  background: #ffffff;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  width: 35%;
  margin:10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
header #brand h1 {
  line-height: 24px;
  font-size: 24px;
}

header #right_area{
  width: 65%;
  text-align: right;
}
header #right_area.alignright{
  margin-left:0;
}
header #right_area .inquiry li{
  margin-right: 0;
}
header nav {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
header .bt{
  background-color: #3775a8;
  padding:3px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header .bt a{
  color:#fff;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header #right_area {
  margin-top:20px;
}
header #searchform {
  margin:10px 0;
  font-size:90%;
}header #search_box{
  width: 100%;
  clear:both;
}
header #searchform #s{
  width: 60%;
  height:15px;
  padding:10px 5px;
  vertical-align:bottom;
  font-size:85%;
}
header #searchsubmit{
  width: 20%;
  padding: 10px 5%;
  font-size: 90%;
}
header label {
  vertical-align:middle;
  margin-bottom:10px;
}
/*フロントページ*/
/*スライダー
-------------------------------------------------------------- */
ul.slider {
  width:100%;
}
ul.slider img{
  width:100%;
}
/*ボタンリスト2
-------------------------------------------------------------- */
.home .post.news {
  margin-top:10px;
  min-height:380px;
}
.home .news_bt {
  width:100%;
  margin:0;
}
.home .post.news .top_news{
  background-color: #3775a8;
  float:left;
  width:60%;
  padding:15px 10px;
  color:#fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}
.home .post.news .all_news{
  background-color: #85b200;
  float:right;
  width:30%;
  padding:10px;
  color:#fff;
  text-align: center;
  margin-bottom:10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home .post.news .all_news a{
  color:#fff;
}
.home .post.news .news_pickup{
  background-color: #bc3d56;
  padding:10px;
  color:#fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}
.home .flame_news {
  border: solid 1px #ccc;
  margin-bottom:20px;
}
.home .news_list {
  width:100%;
  clear:both;
  padding:10px;
  border-bottom: dotted 1px #ccc;
}
.home dl.news_list:last-child {
  border-bottom: none;
}
.home dl.news_list dt{
  font-weight: normal;
  float:left;
  width:24%;
  text-align: right;
  padding-right: 0.5em;
  font-size: 90%;
}
.home dl.news_list dd{
  font-size: 90%;
  float:left;
  width:76%;
}
.home dl.pickup ,p.pickup{
  padding:10px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
dl.pickup dd.pickup_bt{
  background-color: #bc3d56;
  float:right;
  padding:5px;
  text-align: center;
  margin-bottom:10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home dl.pickup dd.pickup_bt{
  width:80%;
}
#side_bar dl.pickup dd.pickup_bt{
  width:80%;
}
dl.pickup dd.pickup_bt a{
  color:#fff;
  font-size: 80%;
}
.home #main_bt{
  width:100%;
}
.home #main_bt ul.col_size_col4{
  width:100%;
}
.home #main_bt ul.col_size_col4 li{
  background-color: #fff;

}
.home #main_bt ul.col_size_col4 li img{

  width:100%;
}
.home article {
  margin-bottom: 20px;
}
/*パンクズ
-------------------------------------------------------------- */
#breadcrumb {
  width:100%;
  background-color:#3775a8;
  margin-bottom:0;
  padding:8px 0;
  font-size:85%;
}
#breadcrumb{
  color:#fff;
}
#breadcrumb a{
  color:#fff;
}
/*カレンダー*/
.calender {
  text-align: center;
}
.calender h2.sbc-title{
  font-size:85%;
  margin-bottom: 0;
}

.sbc-calendar-month {
  width: 100%;
  margin-right: 0;
  border:none;
}
.calender td.pad {
  text-align: center;
}
.calender #sbc-calendar table thead th,#sbc-calendar table thead td{
  padding: 8px 0;
  width: 14.29%;
  border: none;
}
.calender tfoot tr{
  display: none;
}
.calender #sbc-calendar-wrapper .sbc-status-free{
  background-color: #fff;
}

/*ページタイトル
-------------------------------------------------------------- */
.page_title_base {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cfdce8), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #cfdce8 100%);
  background: -moz-linear-gradient(top, #fff 0%, #cfdce8 100%);
  background: -o-linear-gradient(top, #fff 0%, #cfdce8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #cfdce8 100%);
  background: linear-gradient(to bottom, #fff 0%, #cfdce8 100%);
  color: #3775a8;
  text-align: left;
  letter-spacing: 0.1em;
  padding:10px;
  margin:0 0 10px 0;
}
/*右カラム
-------------------------------------------------------------- */
.post.col_base2_right.col_base2_l,.post.col_base2_left.col_base2_s{
  padding:15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.base_fff{
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  /*border-bottom: 1px solid #dddddd;*/
}

article h1.title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d9d9d9), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #d9d9d9 88%);
  background: -moz-linear-gradient(top, #fff 0%, #d9d9d9 88%);
  background: -o-linear-gradient(top, #fff 0%, #d9d9d9 88%);
  background: -ms-linear-gradient(top, #fff 0%, #d9d9d9 88%);
  background: linear-gradient(to bottom, #fff 0%, #d9d9d9 88%);
  color: #404040;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left:10px;
  border-top: 10px #3775a8 solid;
  border-right: 1px #bfbfbf solid;
  border-bottom: 1px #bfbfbf solid;
  border-left: 1px #bfbfbf solid;
  width:100%;
  font-size:130%;
  font-weight: normal;
}
article h2.sub_title {
  background-color: #3775a8;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  width:100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom:10px;
  width:100%;
  font-size:130%;
  font-weight: normal;
  margin-bottom:20px;
}
article h2.title a {
  text-decoration: none;
  color: #404040;
}
article h2.title a:hover {
  color: #007998;
}
article.col_base2_l h2 {
  background-color: #3775a8;
  color: #fff;
  padding: 10px;
  width:100%;
  font-size:100%;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom:10px;
}
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  text-decoration: none;
}
article .the-content p {
  color: #191919;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1.0rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* sidebar
-------------------------------------------------------------- */
#side_bar aside {
  margin-bottom:20px;
  font-size:95%;
}
#side_bar aside h3{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #1d577f), color-stop(0.00, #3775a8));
  background: -webkit-linear-gradient(top, #3775a8 0%, #1d577f 88%);
  background: -moz-linear-gradient(top, #3775a8 0%, #1d577f 88%);
  background: -o-linear-gradient(top, #3775a8 0%, #1d577f 88%);
  background: -ms-linear-gradient(top, #3775a8 0%, #1d577f 88%);
  background: linear-gradient(to bottom, #3775a8 0%, #1d577f 88%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}
#side_bar aside h3.news_pickup{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #a52f4b), color-stop(0.00, #bc3d56));
  background: -webkit-linear-gradient(top, #bc3d56 0%, #a52f4b 88%);
  background: -moz-linear-gradient(top, #bc3d56 0%, #a52f4b 88%);
  background: -o-linear-gradient(top, #bc3d56 0%, #a52f4b 88%);
  background: -ms-linear-gradient(top, #bc3d56 0%, #a52f4b 88%);
  background: linear-gradient(to bottom, #bc3d56 0%, #a52f4b 88%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}

#side_bar #menu_list{
  background-color: #e6ebf0;
  border-radius:6px;
}

#side_bar #menu_list li{
  color: #404040;
  border-bottom: dotted 1px #ccc;
  padding: 8px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#side_bar #menu_list li:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px; 
}
#side_bar #menu_list li {
  position: relative;
}
#side_bar #menu_list li::after,
#side_bar #menu_list li::before {
  display: block;
  content: '';
  position: absolute;
}
#side_bar #menu_list li::after {
  top: .75em;
  width: 14px;
  height: 14px;
  background-color: #3775a8;
  border-radius: 100%;
}
#side_bar #menu_list li::before {
  z-index: 2;
  top: 1.075em;
  left: .825em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#side_bar #menu_list li a{
  padding-left:18px;
}
#banner .base_size_col4 .in_col{
  width:100%;
  display: block;
  clear: both;
}
#side_bar #archives,
#side_bar #pickup{
  background-color: #e6ebf0;
  border-radius:6px;
}
#side_bar #archives dl,
#side_bar #pickup dl{
  padding:10px;
  border-bottom: dotted 1px #ccc;
}
#side_bar #archives dl:last-child,
#side_bar #pickup dl:last-child{
  border: none;
}
#side_bar #archives dl dt{
  font-weight: normal;
}
#side_bar #archives dl dd{
  font-size: 90%;
}
#side_bar #banner img{
  width:100%;
}

/* 各ページ:業務内容/ダウンロード/ダウンロードシングル;
-------------------------------------------------------------- */
.workinfo article.archives ul ,
.page article.download ul,
.page article.download_s ul,
.price_list article.download dl{
  width:100%;
  margin:0;
}
.workinfo article.archives ul li ,
.page article.download ul li,
.price_list article.download ul li{
  width:32%;
  float:left;
  margin-right:2%;
  margin-bottom:30px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding:10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 90%;
}
.workinfo article.archives ul li:nth-child(3n),
.page article.download ul li:nth-child(3n),
.price_list article.download ul li:nth-child(3n){
  float:right;
  margin-right:0;
}
.page article.download ul li,
.price_list article.download ul li {
  background-color: #3775a8;
  text-align: center;
  padding:20px;
}
.page article.download ul li a,
.price_list article.download ul li a{
  color: #fff;

}
.workinfo article.archives dl dt ,
.page article.download_s dl dt,
.price_list article.download_s dl dt {
  background-color: #3775a8;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  width:100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom:10px;
}
.workinfo article.archives dl dt a,
.page article.download dl dt a,
.price_list article.download dl dt a{
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.workinfo article.archives dl dd ,
.page article.download dl dd,
.price_list article.download dl dd{
  padding:0 20px;
}


/* 各ページ:センター案内;
-------------------------------------------------------------- */
.centerinfo article ul.main_bt {
  width:100%;
  margin:0;
}

.centerinfo article ul.main_bt li{
  padding:10px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 20.19%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom:30px;
  position:relative;
  background-size:cover;
}
.centerinfo article ul.main_bt li a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.centerinfo article ul.main_bt li.img_bt01{
  background-image: url("./centerinfo/top_bt01.png");
}
.centerinfo article ul.main_bt li.img_bt02{
  background-image: url("./centerinfo/top_bt02.png");
}
.centerinfo article ul.main_bt li.img_bt03{
  background-image: url("./centerinfo/top_bt03.png");
}
.centerinfo article ul.main_bt li.img_bt04{
  background-image: url("./centerinfo/top_bt04.png");
}
.centerinfo article ul.main_bt li a:link, .centerinfo article ul.main_bt li a:visited{
    -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;  
}
.centerinfo article ul.main_bt li a:hover, .centerinfo article ul.main_bt li a:active{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}


.centerinfo article dl.address{
  border-bottom:1px dotted #dddddd;
  margin-bottom:10px;
  padding-bottom:10px;
}
.centerinfo article dl.address:last-child{
  border-bottom:none;
  margin-bottom:20px;
  padding-bottom:10px;
}

.centerinfo .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}



/* 各ページ:よくあるご質問;
-------------------------------------------------------------- */
.faq_list {
  counter-reset: my-badass-counter;
}
.faq_list dt p{
  color:#fff;
  margin-bottom: 0.5em;
}
.faq_list dt {
  position: relative;
  padding: 10px;
  background-color: #3775a8;
  color:#fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}
.faq_list dt:before {
  content : "　質問." counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 2;
  color:#fff;
}
.faq_list dd {
  margin: 0 0 50px 0;
  background-color: #e6ebf0;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px; 
}
.faq_list dt, .faq_list dd {
  padding-left: 70px;
}
/* Footer
-------------------------------------------------------------- */
footer {
  text-align: left;
  padding-bottom: 40px;
  font-size: 12px;
  border-top: solid 10px #3775a8 ;
  border-bottom: solid 10px #3775a8 ;
  background-color: #f6f7f7;
  line-height: 1.8;
}

footer li.menu_base {
  border-right: solid 1px #3775a8 ;
  margin-top:20px;
  padding:20px 0;
  min-height: 260px;
}
footer li.menu_base:last-child{
  border:none;
}
footer li.menu_base .in_col ,
footer li.menu_base .in_col:nth-child(4n),
footer li.menu_base .col_base2_m{
  clear: both;
  width:100%;
  display: block;
  float:none;
}
footer dl.footer_address{
  width:70%;
  background-color:#3775a8;
  color:#fff;
  padding:20px;
  margin:30px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
footer dl.footer_address dd{
  width:100%;
}
footer dl.footer_address dl.address_info{
  width:48%;
}
footer dl.footer_address dl.address_info:first-child{
  float:left;
}
footer dl.footer_address dl.address_info:last-child{
  float:right;
}
footer dl.footer_address dl.address_info dt{
  font-weight: normal;
}

/* Misc & mixens
-------------------------------------------------------------- */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 1.5em;
      line-height: 1.5em;
    }

    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }

  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    body{

    }
    header nav ul li {
      margin-top:25px;
      padding-top:15px;
      font-size: 10px;
    }
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    .alignleft_col2 , .alignright_col2, .alignleft_col_base2 , .alignright_col_base2{
      display: inline;
      float: none;
      width:100%;
    }

  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    header #brand ,header #right_area{
      width: 100%;
      /*background-color: #90f;*/
      margin: 0;
    }
    header #right_area .center  {
      width: 0;
    }
    header #right_area #searchform{
      width: 100%;
    }
    header #brand h1 {
      font-size: 2em;
      line-height: 1;
      text-align: center;
    }
    .col_base2_l , .col_base2_s {
      width: 100%;
    }
    .col_base2_left ,
    .col_base2_right,
    .base_size_col2 .in_main,
    .base_size_col2 .in_side {
      width: 100%;
      display: block;
      clear: both;
    }
    #banner .base_size_col4 .in_col{
      clear: none;
      width:48%;
      display: block;
      /*background-color: #900;*/
    }
    #banner .base_size_col4 .in_col:nth-child(odd){
      float:left;
    }
    #banner .base_size_col4 .in_col:nth-child(even){
      float:right;
      margin-right: 0;
    }
  }

  /* All Mobile Sizes (devices and browser) */
/*
  @media only screen and (max-width: 767px) {
    header #brand ,header #right_area{
      width: 100%;
      background-color: #99f;
      font-size:12px;
    }
    header #brand h1 {
      font-size: 3em;
      line-height: 1.25em;
      text-align: center;
    }
  }
*/
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    header #brand{
      text-align: center;
    }
    header #brand ,header #right_area{
      width: 100%;
      /*background-color: #d9f;*/
      margin: 0;
      font-size: 95%
    }

    article {
    margin-bottom: 20px;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 20px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    .col_size_col2 li,
    .base_size_col2 .in_main ,
    .base_size_col2 .in_side ,
    .col_base2_l,
    .col_base2_m,
    .col_base2_s,
    .home dl.news_list dt,
    .home dl.news_list dd,
    footer dl.footer_address {
      width:100%;
    }
    .col_base2_l , .col_base2_s{
      width: 100%;
    }
    .col_base2_left , .col_base2_right {
      display: block;
      clear: both;
    }

    #banner .base_size_col4 .in_col,
    #banner .col_size_col4 .in_col{
      clear: none;
      width:48%;
      display: block;
    }
    #banner .base_size_col4 .in_col:nth-child(odd),
    #banner .col_size_col4 .in_col:nth-child(odd){
      float:left;
    }
    #banner .base_size_col4 .in_col:nth-child(even),
    #banner .col_size_col4 .in_col:nth-child(even){
      float:right;
      margin-right: 0;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    h1 , h2 , h3{
      font-size: 95%
    }
    header #brand{
      text-align: center;
    }
    header #brand ,header #right_area{
      width: 100%;
      /*background-color: #29f;*/
      margin: 0;
      font-size: 95%
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 20px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    article {
    margin-bottom: 20px;
    }
    .col_size_col2 li,
    .base_size_col2 .in_main ,
    .base_size_col2 .in_side ,
    .col_base2_l,.col_base3_m,.col_base2_m,
    .col_base2_s ,
    .page article.download ul li,
    .home dl.news_list dt,
    .home dl.news_list dd,
    footer dl.footer_address {
      width:100%;
    }
    .base_size_col4 .in_col ,
    .base_size_col4 .in_col:nth-child(4n){
      width: 50%;
    }
    .base_size_col4 .in_col:nth-child(1n) ,
    .base_size_col4 .in_col:nth-child(3n){
      float:left;
      margin-right: 0;
    }
    .base_size_col4 .in_col:nth-child(2n) ,
    .base_size_col4 .in_col:nth-child(4n){
      float:right;
      margin-right: 0;
    }
    #banner .base_size_col4 .in_col{
      margin-right: 0;
    }
    .d_none{
      display: none;
    }

  }


  /*20210401追記*/
.workinfo article.archives ul.flex_box li,
.page article.download ul li,
.page article.download ul li:nth-child(3n){
  float: none;
}
.workinfo article.archives ul.flex_box,
.page article.download ul.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.workinfo article.archives ul.flex_box li dl dl.tm_title{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.workinfo article.archives ul.flex_box li dl dl.tm_title dt{
  padding: 0;
  width:70%;
}
.workinfo article.archives ul.flex_box li dl dl.tm_title dd{
  padding: 0;
}

.page article.download ul li:hover{
  background-color: #91afc7
}

.page article.download ul li:nth-child(3n){
  margin-right:none;
}

#menu_list .link_bt,
footer .link_bt {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .workinfo article.archives ul.flex_box li,
  .page article.download ul li{
    width:100%;
  }
}

/*職員募集のご案内*/
.page dl.recruit dt {
  padding: 0.25em;
  padding-left: 1em;
  background-color:  #f4f4f4;
  font-weight: normal;
}
.page dl.recruit dd{
  padding: 1.25em 1em;
  font-size: 0.9em;
  /* border-bottom:1px solid #404040; */
}
.page dl.recruit dd p{
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 97%;
}
.page dl.recruit dd p .ast{
  font-size: 82%;
  padding-left: 1em;
  padding-top: 0.5em;
}
.page dl.recruit dd dl.inner{
  display: flex;
  flex-wrap: wrap;
  margin:auto;
  width: 96%;
}
.page dl.recruit dd dl.inner dt{
  background-color:  #fff;
  width: 21%;
  /* text-align: right; */
  border-bottom:1px dotted #929292;
  padding: 0.5em 0.75em 0 0;
}
.page dl.recruit dd dl.inner dd{
  width: 79%;
  border-bottom:1px dotted #929292;
  padding:0;
  padding-top: 0.5em;
}
.page dl.recruit dl.inner dd p{
  padding:0.25em 0;
  margin-bottom: 0;
}
.page dl.recruit dd .address{
  border:1px solid #404040;
  border-radius: 5px;
  padding: 0.5em;
}
.page dl.recruit dd .address dl.add{
  padding:0  3em;
  text-align: center;
 }
.page dl.recruit dd .address h3{
  text-align: center;
}
.page dl.recruit dd .address dl.add dt{
  padding:0;
  background-color:unset;
  font-weight: 400;
}
.page dl.recruit dd .address dl.add dd{
  padding:0;
}


@media only screen and (max-width: 479px) {
  .page dl.recruit dd {
    padding-top: 0.5em;
}
  .page dl.recruit dd dl.inner{
    flex-wrap: wrap;
  }
  .page dl.recruit dd dl.inner dt{
    width: 100%;
    border-bottom:none;
    font-weight: bold;
  }
  .page dl.recruit dd dl.inner dd{
    width: 100%;
    border-bottom:1px dotted #929292;
    padding-top: 0;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 959px) {
  header #right_area .alignleft {
    margin-right: 1em;
  }
  header #right_area ul.inquiry  {
    /* width: 45%; */
    float: right;
    margin-right: 1em;
  }
  header #right_area dl.text_size{
    /* width: 50%; */
    float: left;
    margin-left: 1em;
  }
  header #right_area #searchform{
    text-align: center;
  }

}
.r_banner{
  margin-bottom: 2em;
  t
}
.r_banner a img:hover{
  opacity: 0.4;  
}


/*ページネーション*/
.page_area {
  clear: both;
}
.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  min-width: 1em;
  transition: all 0.3s;
  padding: 0.5em 0.5em;
  margin: 0 0.2em;
}
.pagination__btn--last:hover:not(li), .pagination__btn--first:hover:not(li), .pagination__btn--next:hover:not(li), .pagination__btn--prev:hover:not(li), .pagination__item a:hover:not(li), .pagination__item--current:hover:not(li) {
  background: #f3f3f3;
}
.pagination__btn--prev.no-hover,
.pagination__btn--prev.no-hover:hover:not(li) {
  background:transparent;
  border: none;
}

.pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  /* background: #f9f9f9; */
  color: #666;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
.pagination__list {
  display: none;
}
.pagination__pos {
  order: 2;
  border: 1px solid #ccc;
  margin: 0 0.2em;
  padding: 0.5em 1em;
  
}
.pagination__btn--prev {
  order: 1;
  width: 20%;
}
.pagination__btn--next {
  order: 3;
  width: 20%;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__item--current {
    background: #3775a8;
    color: #fff;
    font-weight: bold;
  }
  .pagination__pos {
    display: none;
  }
  .pagination__btn--prev {
    order: 1;
  }
  .pagination__btn--next {
    order: 3;
  }
}
@media (min-width: 960px) {
  .pagination__list {
    order: 3;
  }
  .pagination__btn--prev {
    order: 2;
  }
  .pagination__btn--next {
    order: 4;
  }
  .pagination__btn--first {
    order: 1;
    display: block;
  }
  .pagination__btn--last {
    order: 5;
    display: block;
  }
}