/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
width: auto !important;
height: auto;
}

.mb0{margin-bottom:0px !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}

.ml0{margin-left:0px !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml15{margin-left:15px !important}
.ml20{margin-left:20px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml35{margin-left:35px !important}
.ml40{margin-left:40px !important}
.ml45{margin-left:45px !important}
.ml50{margin-left:50px !important}

.floL{ float:left !important}
.floR{ float:right !important}

.alL{ text-align:left !important}
.alC{ text-align:center !important}
.alR{ text-align:right !important}

.clear{
	clear:both}
.bloImg{
	display:block;
	margin:0}
*{ box-sizing:border-box;}
a.onM:hover img{
	opacity:1}
body,p {
    -webkit-text-size-adjust: 100%;
	max-height: 100%;}

@keyframes bounceScaleUp02 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
  3.4% {
    transform: matrix(1.063, 0, 0, 1.081, 0, 0)
  }
  4.7% {
    transform: matrix(1.09, 0, 0, 1.12, 0, 0)
  }
  6.81% {
    transform: matrix(1.132, 0, 0, 1.179, 0, 0)
  }
  9.41% {
    transform: matrix(1.177, 0, 0, 1.234, 0, 0)
  }
  10.21% {
    transform: matrix(1.188, 0, 0, 1.245, 0, 0)
  }
  13.61% {
    transform: matrix(1.225, 0, 0, 1.266, 0, 0)
  }
  14.11% {
    transform: matrix(1.228, 0, 0, 1.266, 0, 0)
  }
  17.52% {
    transform: matrix(1.242, 0, 0, 1.248, 0, 0)
  }
  18.72% {
    transform: matrix(1.242, 0, 0, 1.237, 0, 0)
  }
  21.32% {
    transform: matrix(1.239, 0, 0, 1.214, 0, 0)
  }
  24.32% {
    transform: matrix(1.23, 0, 0, 1.192, 0, 0)
  }
  25.23% {
    transform: matrix(1.227, 0, 0, 1.188, 0, 0)
  }
  29.03% {
    transform: matrix(1.213, 0, 0, 1.179, 0, 0)
  }
  29.93% {
    transform: matrix(1.21, 0, 0, 1.18, 0, 0)
  }
  35.54% {
    transform: matrix(1.196, 0, 0, 1.192, 0, 0)
  }
  36.74% {
    transform: matrix(1.194, 0, 0, 1.196, 0, 0)
  }
  41.04% {
    transform: matrix(1.192, 0, 0, 1.204, 0, 0)
  }
  44.44% {
    transform: matrix(1.193, 0, 0, 1.206, 0, 0)
  }
  52.15% {
    transform: matrix(1.198, 0, 0, 1.201, 0, 0)
  }
  59.86% {
    transform: matrix(1.201, 0, 0, 1.198, 0, 0)
  }
  63.26% {
    transform: matrix(1.201, 0, 0, 1.198, 0, 0)
  }
  75.28% {
    transform: matrix(1.2, 0, 0, 1.201, 0, 0)
  }
  85.49% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
  }
  90.69% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
  }
  to {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
  }
}
@keyframes bounceScaleUp03 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
  3.4% {
    transform: matrix(1.013, 0, 0, 1.0031, 0, 0)
  }
  4.7% {
    transform: matrix(1.005, 0, 0, 1.01, 0, 0)
  }
  6.81% {
    transform: matrix(1.01, 0, 0, 1.029, 0, 0)
  }
  9.41% {
    transform: matrix(1.027, 0, 0, 1.084, 0, 0)
  }
  10.21% {
    transform: matrix(1.038, 0, 0, 1.095, 0, 0)
  }
  13.61% {
    transform: matrix(1.075, 0, 0, 1.116, 0, 0)
  }
  14.11% {
    transform: matrix(1.078, 0, 0, 1.116, 0, 0)
  }
  17.52% {
    transform: matrix(1.092, 0, 0, 1.098, 0, 0)
  }
  18.72% {
    transform: matrix(1.092, 0, 0, 1.087, 0, 0)
  }
  21.32% {
    transform: matrix(1.089, 0, 0, 1.064, 0, 0)
  }
  24.32% {
    transform: matrix(1.08, 0, 0, 1.042, 0, 0)
  }
  25.23% {
    transform: matrix(1.077, 0, 0, 1.038, 0, 0)
  }
  29.03% {
    transform: matrix(1.063, 0, 0, 1.029, 0, 0)
  }
  29.93% {
    transform: matrix(1.06, 0, 0, 1.03, 0, 0)
  }
  35.54% {
    transform: matrix(1.046, 0, 0, 1.042, 0, 0)
  }
  36.74% {
    transform: matrix(1.044, 0, 0, 1.046, 0, 0)
  }
  41.04% {
    transform: matrix(1.042, 0, 0, 1.054, 0, 0)
  }
  44.44% {
    transform: matrix(1.043, 0, 0, 1.056, 0, 0)
  }
  52.15% {
    transform: matrix(1.048, 0, 0, 1.051, 0, 0)
  }
  59.86% {
    transform: matrix(1.051, 0, 0, 1.048, 0, 0)
  }
  63.26% {
    transform: matrix(1.051, 0, 0, 1.048, 0, 0)
  }
  75.28% {
    transform: matrix(1.05, 0, 0, 1.051, 0, 0)
  }
  85.49% {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
  }
  90.69% {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
  }
  to {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.pc{
	display:block !important;}
.pcIn{
	display:inline !important}
.sp{
	display:none !important}
.spIn{
	display:none !important}

body{
	position:relative;
	background-color:#fff;
	font-size:15px;
  color: #333333;
  line-height: 1.6;
  padding-top: 110px;/*heder fixed*/
	}
p{
	font-size:18px;
	line-height:1.5;}
ul li{
	list-style:none}
.pmb15{
	margin-bottom:15px}
a{
	color:inherit;
text-decoration: none;}
a:hover{
  text-decoration: underline;
}
img{
  max-width: 100%;
}

/**/
h1{
	padding:2px 0;
	font-weight:normal}
.inner{
	max-width:1100px;
  padding: 0 50px;
	margin:0 auto}
header{
	padding-top:16px ;
	padding-bottom:18px;
  position: fixed;
  background: #fff;/*heder fixed*/
  width: 100%;/*heder fixed*/
  z-index: 10;/*heder fixed*/
  margin-top: -110px;/*heder fixed*/
}
header .inner{
  display: flex;
  justify-content: space-between;
}
header .inner h1{
  width: 24%;
  margin-top: 27px;
}
header .inner h1 img{
  width: 100%;
  height: auto;
}

header .inner .headCont{
  width: 63%;
}
header .inner .headCont nav{
  width: 100%;
}
header .inner .headCont nav ul{
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
header .inner .headCont nav ul li a{
  color: #333333;
  text-decoration: none;
  margin-left: 7px;
}
header .inner .headCont nav ul li a:hover{
  text-decoration: underline;
}

header .inner .headCont nav ul li a:before{
    content: '';
  background: url(../images/hdarrow01.png) 0 0 no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.headBtm{
  display: flex;
  margin-top: 15px;
  justify-content: flex-end
}

.headBtm .scBox{
  margin-left: 20px;
  padding-top: 10px;
}
.scWindowBox{
  position: relative;
  display: inline-block;
}
.scWindowBox:before{
    content: '';
  background: url(../images/searchIcon.png) 0 0 no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.scWindow{
  width: 158px;
  height: 30px;
  padding-left: 24px;

}
.scBtn{
  border: none;
  background: #ffb93f;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 50px;
  cursor: pointer;
}

.headBtm a{
  margin-left: 10px;
  height: 40px;
}


a.cmnBtn01{
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: table;
  position: relative;
    height: 56px;

}
a.cmnBtn01 span{
  padding: 12px 10px 11px 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2
}
a.cmnBtn01:before{
  content: '';
  box-sizing: border-box;
  background: #ffb93f;
  border-radius: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1
}
a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-top: -1px;
  vertical-align: middle;
  margin-left: 7px;
}
header a.cmnBtn01{
  height: 40px;
  color: #fff;
}
header a.cmnBtn01:before{
  content: '';
  box-sizing: border-box;
  background: #ff7b3a;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  height: 100%;
  display: block;
  z-index: 1
}
header a.cmnBtn01 span{
  padding: 9px 10px 9px 10px;
}

header a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -1px;
  vertical-align: middle;
  margin-left: 7px;
}

.headBtm a.cmnBtn01{
  width: 280px;
}
a.cmnBtn01:hover:before,.subBtn.cmnBtn01:hover:before{
animation: bounceScaleUp02 .6s both;
  }
header a.cmnBtn01:hover:before{
animation: bounceScaleUp03 .6s both;
  }

#mv{
  background: url(../images/mvbg.png) center center no-repeat;
  background-size: cover;
  height: 420px;
  padding-top: 50px;
  margin-bottom: 120px;
}
#mv .inner{
  position: relative;
}
#mv a.cmnBtn01{
  color: #333;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  display: table;
  height: 56px;
  top: 70%;
  left: 50px
}

#mv a.cmnBtn01{
  width: 30%;
}
#top01{
  background: #0a7dcd;
  position: relative;
  display: flex;
}
.imgbox{
  width: 50%;
  position: relative;
  top: -52px;
  left: 0;
}
.img-top001{
  width: 100%;
  height: auto;

}
#top01 .inner{
  /*max-width: 550px;*/
  width: 50%;
  position: relative;
  margin: 0;
  top: 0px;
  color: #fff;
  padding: 50px 50px 55px 40px;
  box-sizing: border-box;
}
#top01 .inner h3{
  font-size: 28px;
  margin-bottom: 45px;
  position: relative;
}
#top01 .inner h3:after{
  width: 80px;
  height: 4px;
  background: #fff;
  content: '';
  display: block;
  margin-top: 27px;
}
#top01 .inner P{
  font-size: 15px;
  line-height: 2;
}

#top01 .inner ul{
  display: flex;
  margin-top: 40px;
  max-width: 460px;
  flex-wrap: wrap;
  justify-content: space-between
}
#top01 .inner ul li{
  width: 220px;
  margin-bottom: 20px;
}

#top01 .inner ul li a.cmnBtn01{
  width: 100%;
}

#top02{
  background: url(../images/topBg02.png) center center no-repeat;
  background-size: cover;
  padding: 81px 0;
  text-align: center;
}

#top03{
  text-align: center;
  padding-top: 77px;
  padding-bottom: 10px;
}
#top03 h3{
  font-size: 28px;
  color: #0a7dcd;
}
#top03 h3:before{
    content: '';
  background: url(../images/icon01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 61px;
  height: 37px;
}
#top03 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}

#top04{
  background: #f7f3f0;
  text-align: center;
  padding-bottom: 55px;
}
#top04 p{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#top04 a.cmnBtn01{
  margin: 10px auto 5px;
  width: 400px;
  height: 64px;
  font-size: 18px;
  color: #fff;

}
#top04 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
#top04 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 20px;

}
#top04 a.cmnBtn01 span{
    padding: 0 20px 0 45px
}
#top05{
  background: url(../images/topBg05.png) center 0 no-repeat #4ea6c9;
  background-size: 100% auto;
  padding: 70px 0 65px;
  text-align: center;
}
#top05 h3{
  font-size: 28px;
  color: #fff;
}
#top05 h3:before{
    content: '';
  background: url(../images/icon02.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #fff;
  width: 52px;
  height: 49px;
}
#top05 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #fff;
}
.qBox{
  max-width: 900px;
  width: 90%;
  background: #fff;
  display: table;
  border-radius: 25px 20px 20px 25px;
  margin: 0 auto 10px;
  text-align:left;
  font-size: 18px;
}
.qBox:before{
    content: 'Q';
  color: #fff;
  padding: 19px 0;
  text-align: center;
  background: #0a7dcd;
  display: table-cell;
  width: 55px;
    border-radius:20px 0 0 20px;


}
.qBox dl {
  padding: 14px 24px 10px 24px ;
}
.qBox dl dt{
  position: relative;
  font-size: 15px;
  cursor: pointer;
  padding-right: 25px;
  padding-bottom: 4px;
}
.qBox dl dt:after{
    content: '';
  background: url(../images/plus.png) 0 0 no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  top: -0px;
}
.qBox dl dt.action:after{
      content: '';
  background: url(../images/minus.png) 0 0 no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  top: 8px;
}

.qBox dl dd{
  display: none;
  font-size: 15px;
  background: #d2e4f0;
  padding: 17px 20px 17px 40px;
  margin-top: 6px;
  position: relative;
  border-radius: 20px;
  text-indent: -20px;

}
.qBox dl dd:before{
    content: 'A';
  color: #0a7dcd;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
#top05 a.cmnBtn01{
  margin: 32px auto 5px;
  width: 360px;
  height: 64px;
  font-size: 16px;
  color: #333;
  position: relative;

}
#top05 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top05 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  margin-top: 3px;
  vertical-align: middle;
  margin-left: 20px;

}
#top05 a.cmnBtn01 span{
    padding: 0 20px 0 20px
}

#top06{
  background: #f7f3f0;
  padding: 65px 0 70px;
}
#top06 h3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center
}
#top06 h3:before{
    content: '';
  background: url(../images/icon03.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 47px;
  height: 39px;
}
#top06 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}
#top06 ul{
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
#top06 ul li{
  font-size: 15px;
  padding: 25px;
  border-bottom: 2px solid #f7f3f0;
}
#top06 ul li:last-child{
  border-bottom: 0px;
}
#top06 ul li span{
  margin-right: 40px
}

#top06 a.cmnBtn01{
  margin: 40px auto 0px;
  width: 360px;
  height: 64px;
  font-size: 16px;
  color: #333;
  position: relative;

}
#top06 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top06 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  margin-top: 3px;
  vertical-align: middle;
  margin-left: 20px;

}
#top06 a.cmnBtn01 span{
    padding: 0 20px 0 20px
}
#top07{
  padding: 65px 0 190px

}
#top07 .inner{
  padding: 0 100px;
}
#top07 h3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center
}
#top07 h3:before{
    content: '';
  background: url(../images/icon04.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 61px;
  height: 34px;
}
#top07 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}

#top07 h4{
  border-left: 6px solid #0a7dcd;
  position: relative;
  font-size: 22px;
  padding: 2px 0;
}
#top07 h4:after{
  content: '';
  background: #0a7dcd;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
#top07 h4 span{
  background: #fff;
  color: #0a7dcd;
  position: relative;
  padding:0px 10px;
  z-index: 2
}

.newsList{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:30px;
  margin-top: 45px;
  margin-bottom: 55px
}

.newsList li{
  width: 31%;
  padding-top: 7px;
  margin-bottom: 10px;

}
.newsList li a{
  text-decoration: none;
  color: #444444;
}

.newsList li .imgBox img{
  margin-bottom:14px;

}
.newsList li .imgBox img{
  border-radius: 20px;
  box-shadow: 7px 7px #d2e4f0;
  max-height: 186px;
object-fit: cover;
}
.newsList.rankList li .imgBox img{
  max-height: 172px;
}

.post-type-archive .newsList li .imgBox img{
  max-height: 141px;
}


.newsList li h5{
  font-size: 15px;
  margin-bottom: 5px;
}
.newsList li .meta{
  display: flex;
  justify-content: space-between;
}
.newsList li .meta .category{
  background: #d2e4f0;
  font-size: 13px;
  padding:1px 5px 2px;
}
.newsList li .meta .date{
  color: #999999;
  font-size: 14px;
}

.rankList li{
  padding-top: 47px;
  position: relative;

}
.rankList li:before{
  content: '';
  background: url(../images/rank1.png) 0 0 no-repeat;
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0;
 }
.rankList li:nth-child(2):before{
  background: url(../images/rank2.png) 0 0 no-repeat;
}
.rankList li:nth-child(3):before{
  background: url(../images/rank3.png) 0 0 no-repeat;
}
.rankList li:nth-child(4):before{
  background: url(../images/rank4.png) 0 0 no-repeat;
  width: 31px;
  height: 24px;
}
.rankList li:nth-child(5):before{
  background: url(../images/rank5.png) 0 0 no-repeat;
  width: 31px;
  height: 24px;}
.rankList li:nth-child(4),.rankList li:nth-child(5){
  width: 48%;
}
.rankList li:nth-child(4) ,.rankList li:nth-child(5) {
    display: flex;
}
.rankList li:nth-child(4) a.imganc,.rankList li:nth-child(5) a.imganc{
  width: 39%;
  background: none;
  position: relative;
}

.rankList li:nth-child(4) a .imgBox img,.rankList li:nth-child(5) a .imgBox img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 5px 5px #d2e4f0;
}
.rankList li:nth-child(4) .textBox,.rankList li:nth-child(5) .textBox{
  width: 61%;
  padding: 0 15px;
  margin-top: -7px;
}
.catList{
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catList li{
  width: 23.4%;
  margin-bottom: 20px;
}

#top07 a.cmnBtn01{
  margin: 40px auto 0px;
  width: 360px;
  height: 64px;
  font-size: 16px;
  color: #333;
  position: relative;

}
#top07 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top07 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  margin-top: 3px;
  vertical-align: middle;
  margin-left: 20px;

}
#top07 a.cmnBtn01 span{
    padding: 0 20px 0 20px
}

footer{
  padding: 50px 0 40px;
  background: #0a7dcd;
  color: #fff;
}
footer a{
  text-decoration: none;
}
footer .inner{
  display: flex;
  justify-content: space-between;
}
footer .inner ul li a{
  font-size: 14px;
  line-height: 1.714;
}
footer .inner ul li.child{
  padding-left: 1em
}
.mbchild{
  margin-bottom: 1.5em
}
footer .inner img.footLogo{
  width: 243px;
}
small{
  display: block;
  text-align: right;
  font-size: 14px;
}
/*sec*/
#secmv{
  background: url("../images/secmvbg.png") center center no-repeat;
  background-size: cover;
  height: 180px;
  padding: 70px 0 0 0;
}

.post-type-archive-post #secmv,.category #secmv{
  background: url("../images/secmvbg02.png") center center no-repeat;
  background-size: cover;
}

#company #secmv,.post-type-archive-newslist #secmv,.single-news #secmv,#privacy #secmv,#sitemap #secmv{
  background: url("../images/secmvbg03.png") center center no-repeat;
  background-size: cover;
}
#qa #secmv{
  background: url("../images/secmvbg04.png") center center no-repeat;
  background-size: cover;
}
#form #secmv{
  background: url("../images/secmvbg05.png") center center no-repeat;
  background-size: cover;
}
.bread ul{
  display: flex;
  font-size: 15px;
  margin: 16px 0 50px;
  flex-wrap: wrap;

}
.bread ul li:after{
  content: '>';
  margin: 0 10px;
}
.bread ul li:last-child:after{
  content: ''
}

.cta01{
  background: #f7f3f0;
padding: 40px 0}
.cta01 .inner{
  display: flex;
  justify-content: space-between
}
.cta01 .inner p{
  max-width: 470px
}
.cta01 a.cmnBtn01{
  margin: 0px auto 5px;
  width: 400px;
  height: 64px;
  font-size: 18px;
  color: #fff;

}
.cta01 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
.cta01 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 20px;

}
.cta01 a.cmnBtn01 span{
    padding: 0 20px 0 45px
}

.cta02{
  background: #f7f3f0;
padding: 25px 0;
text-align: center;}

.cta02 .inner p{
font-size: 18px;
  font-weight: bold;
}
.cta02 a.cmnBtn01{
  margin: 10px auto 5px;
  width: 400px;
  height: 64px;
  font-size: 18px;
  color: #fff;

}
.cta02 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
.cta02 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 20px;

}
.cta02 a.cmnBtn01 span{
    padding: 0 20px 0 45px
}


h3.commonH3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center
}
h3.commonH3:before{
    content: '';
  background: url(../images/icon05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 47px;
  height: 39px;
}
h3.commonH3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 0px;
  background: #0a7dcd;
}
.grayBg{
  background: #f7f3f0;
}

h4.commonH4{
  border-left: 6px solid #0a7dcd;
  position: relative;
  font-size: 22px;
  padding: 2px 0;
}
h4.commonH4:after{
  content: '';
  background: #0a7dcd;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
h4.commonH4 span{
  background: #fff;
  color: #0a7dcd;
  position: relative;
  padding:0px 10px;
  z-index: 2
}
.grayBg h4.commonH4 span{
  background: #f7f3f0;
}
.page-numbers{
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 60px;
}
.page-numbers li a{
  display: block;
  background: #0a7dcd;
  color: #fff;
  width: 40px;
  height: 40px;
line-height: 40px;
  text-align: center;
}
.page-numbers li .current,.page-numbers li a:hover,.page-numbers li .dots{
  background: #d2e4f0;
  color: #333333;
  display: block;
    width: 40px;
  height: 40px;
line-height: 40px;
    text-align: center;

  text-decoration: none;
}

.second .inner{
  padding: 0 100px
}
.second a.cmnBtn01{
  margin: 0 auto;
  width: 410px;
  height: 64px;
  font-size: 16px;
}
.second a.cmnBtn01:before{
  border-radius: 32px;
}
.second a.cmnBtn01 span{
padding: 22px 10px 20px 10px;
position: relative;}

.second a.cmnBtn01 span:after{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*about*/
#about .bread ul{
  margin-bottom: 100px;
}

#about01{
  background: #f7f3f0;
  position: relative;
  display: flex;
}
#about01 .imgbox{
  width: 44%;
  position: relative;
  top: -40px;
  left: 0;
}
.img-about01{
  width: 100%;
  height: auto;

}
#about01 .inner{
 /* max-width: 715px;*/
  width: 56%;
  position: relative;
  margin: 0;
  top: 0px;
  color: #333333;
  padding: 50px 100px 40px 40px;
  box-sizing: border-box;
}
#about01 .inner h3{
  font-size: 28px;
  margin-bottom: 45px;
  position: relative;
  color: #0a7dcd;
}
#about01 .inner h3:after{
  width: 80px;
  height: 4px;
  background: #0a7dcd;
  content: '';
  display: block;
  margin-top: 27px;
}
#about01 .inner P{
  font-size: 15px;
  line-height: 2;
}

#about02{
  padding: 95px 0 90px;
}
#about02 h3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center
}
#about02 h3:before{
    content: '';
  background: url(../images/icon05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 47px;
  height: 39px;
}
#about02 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 0px;
  background: #0a7dcd;
}

#about03{
  background: #e5f1f9;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 90px;
}
#about03 .imgbox{
  width: 44%;
  position: relative;
  top: -40px;
  left: 0;
}
.img-about01{
  width: 100%;
  height: auto;

}
#about03 .inner{
  width: 56%;
  position: relative;
  margin: 0;
  top: 0px;
  color: #333333;
  padding: 40px 30px 60px 150px;
  box-sizing: border-box;
}



h3.name{
  font-size: 24px;
  margin-bottom: 5px;
}
p.position{
  font-size: 15px;
  color: #0a7dcd;
  font-weight: bold;
  margin-bottom: 20px;
}

#about03 .inner p{
  font-size: 15px;
  line-height: 2;
}



#about04{
  background: #f7f3f0;
  position: relative;
  display: flex;
  margin-bottom: 160px;
}
#about04 .imgbox{
  width: 44%;
  position: relative;
  top: -40px;
  left: 0;
}
.img-about01{
  width: 100%;
  height: auto;

}
#about04 .inner{
  width: 56%;
  position: relative;
  margin: 0;
  top: 0px;
  color: #333333;
  padding: 40px 150px 60px 90px;
  box-sizing: border-box;
}
#about04 .inner p{
  font-size: 15px;
  line-height: 2;
}

/*qa*/

#qa01 h3.commonH3:before{
    content: '';
  background: url(../images/icon_qa.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 52px;
  height: 49px;
}
#qa01{
  padding-bottom: 60px;
}
#qa02{
  background: #f7f3f0;
  padding: 50px 0;
  margin-bottom: 95px;
}

/*column_index*/

#column_index01 .catList{
  max-width: 900px;
  margin: 0 auto;
}
#column_index01{
  padding-bottom: 20px;
}

.column_indexbox{
  padding: 60px 0 50px;
}
.column_indexbox .inner{
  padding: 0 100px;
}

.column_indexbox h3.commonH3{
  margin-bottom: 50px;
}
.column_indexbox p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}

#column_index02 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 49px;
  height: 58px;
}
#column_index03 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column02.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 55px;
  height: 56px;
}
#column_index04 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column03.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 48px;
  height: 50px;
}
#column_index05 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column04.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 55px;
  height: 55px;
}
#column_index06 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 48px;
  height: 53px;
}
#column_index07 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column06.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 58px;
  height: 45px;
}
#column_index08 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column07.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 56px;
  height: 45px;
}
#column_index09 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column08.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 56px;
  height: 44px;
}



.column_indexbox .newsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 65px;
  gap:0;
}

.column_indexbox .newsList li{
  width: 23.3%;
  padding-top: 7px;

}
.column_indexbox .newsList li a{
  text-decoration: none;
  color: #444444;
  margin-bottom: 0px;
}
.column_indexbox .newsList li p{
  margin-bottom: 0px;
}
.column_indexbox .newsList li .imgBox{
  margin-bottom:7px;

}
.column_indexbox .newsList li .imgBox img{
  border-radius: 10px;
  box-shadow: 5px 5px #d2e4f0;
}
.column_indexbox .newsList li h5{
  font-size: 14px;
  margin-bottom: 5px;
}

.column_indexbox .newsList li .meta .date{
  color: #999999;
  font-size: 14px;
}
.column_indexbox a.cmnBtn01{
  margin: 0 auto;
  width: 410px;
  height: 64px;
  font-size: 16px;
}
.column_indexbox a.cmnBtn01:before{
  border-radius: 32px;
}
.column_indexbox a.cmnBtn01 span{
padding: 22px 10px 20px 10px;
position: relative;}

.column_indexbox a.cmnBtn01 span:after{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*column_category*/
#column_category01{
  padding-bottom: 85px;
}

#column_category01 .inner{
  padding: 0 100px;
}

h3.categoryH3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center
}
h3.categoryH3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 0px;
  background: #0a7dcd;
}
#column_category01 .newsList{
  margin-top: 60px;
}

#column_category01 a.cmnBtn01{
  margin: 0 auto;
  width: 360px;
  height: 64px;
  display: table;
  font-size: 16px;
}
#column_category01 a.cmnBtn01:before{
  border-radius: 32px;
}
#column_category01 a.cmnBtn01 span{
padding: 0px 10px 0px 10px;
  display: table-cell;
  vertical-align: middle;
position: relative;}
#column_category01 a.cmnBtn01 span:after{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
/*news_index*/

.newsTitleList{
  margin-bottom: 60px;
}

.newsTitleList li{
  padding: 30px 10px;
  font-size: 15px;
  display: flex;
  border-bottom: 1px dashed #0a7dcd;
}

.newsTitleList li a{
}
.newsTitleList li span{
  font-weight: bold;
  margin-right: 50px;
}

/*news_detail*/
#newsDetail h3{
  font-size: 28px;
  color: #0a7dcd;
  margin-bottom: 60px;
}
#newsDetail .newsdate{
  text-align: right;
  font-size: 15px;
  margin-bottom: 25px;
}
#newsDetail p{
    font-size: 15px;
  margin-bottom: 25px;
  line-height: 2;
}
#newsDetail a.cmnBtn01{
  margin: 60px auto 130px;
}
/*form*/
#form .cta01{
  display: none !important;
}

.thanks{
  padding: 0 0 40px 0;
  text-align: left;
}
.thanks p{
  margin-bottom: 30px;
  font-size: 18px;
}
.water{
  color: #0a7dcd;
}

#formBox{
  text-align: center
}

#formBox dl{
  max-width: 800px;
  display: flex;
  text-align: left;
  margin-bottom: 40px;
}
#formBox dl dt{
  display: block;
  max-width: 266px;
  width: 33%;
  padding: 19px 0px;
  justify-content: space-between;
}
#formBox dl dt p{
  font-size: 18px;
  float: left;
  font-weight: bold;
}
#formBox dl dt div{
  color: #fff;
  float: right;
background: #999999;
padding: 0 4px 2px;
font-size: 14px;}
#formBox dl dt div.req{
  color: #333333;
  background: #ffb93f;
}
#formBox dl dd{
  max-width: 534px;
  width: 67%;
  padding-left: 30px;
}
#formBox dl dd input[type="text"],#formBox dl dd input[type="email"]{
  width: 100%;
  font-size: 16px;
  padding: 19px 10px;
  border-radius: 10px;
  border: 1px solid #999999
}
#formBox dl dd input[type="text"].short{
  width: 45%;
}

#formBox dl dd select{
 height: 60px;
  width: 45%;
  font-size: 16px;
  padding: 19px 10px;
  border-radius: 10px;
  border: 1px solid #999999;
  background: #fff;

}
#formBox dl dd p{
  font-weight: bold;
  margin: 10px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
  margin-bottom: 12px;
}

#formBox dl dd label{
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
#formBox dl dd .nayami{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#formBox dl dd .nayami label{
  margin-right: 28px;
  margin-bottom: 15px;
}
#formBox dl dd label input{
  position: relative;
  margin-top: -5px;
}
.radioDD{
  padding: 19px 0;
}
#formBox dl dd textarea{
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #999999
}
.caution{
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.caution a{
  text-decoration: underline;
}
.caution input{
  margin-right: 10px;
  position: relative;
  margin-top: -1px;
}
#formBox .mw_wp_form_confirm dl dd{
  font-size: 16px;
  padding: 19px 10px 19px 30px;
}


.subBtn.cmnBtn01{
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: table;
  position: relative;
  height: 56px;
border: none;
  width: 400px;
  margin: 55px auto 65px;
}
.subBtn.cmnBtn01 button{
  padding: 22px 10px 21px 10px;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 2
}
.subBtn.cmnBtn01:before{
  content: '';
  box-sizing: border-box;
  background: #ff7b3a;
  border-radius: 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1
}
.subBtn.cmnBtn01:after{
   content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  vertical-align: middle;
right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2
}
/*company*/

.companyCont{
  background: #f7f3f0;
  padding: 15px 0;
}
.companyCont.white{
  background: #fff;
}

.companyCont dl{
  display: table;
  width: 100%;
  font-size: 15px;
  line-height: 1.86;
}

.companyCont dl dt{
  display: table-cell;
  width: 19%;
  font-weight: bold;
}
.companyCont dl dd{
  display: table-cell;
}

#company .cta01{
  margin-top: 140px;
}

/*pp*/

#ppCont h3{
  font-size: 24px;
  color: #0a7dcd;
  margin-bottom: 30px;
}
#ppCont h3.mt60{
  margin-top: 60px;
}

#ppCont h4{
  font-weight: normal;
  margin-bottom: 30px;
}

#ppCont p{
  font-size: 15px;
  line-height: 1.86;
    margin-bottom: 30px;

}
#ppCont p.leed{
  font-weight: bold;
}
#ppCont ol{
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.84;
  margin-bottom: 30px;
}

/*sitemap*/
#sitemapCont ul{
  margin-bottom: 190px;
}
#sitemapCont ul li{
  background: url("../images/sitemapArrow.png") 0 20px no-repeat;
  padding: 20px 40px 20px;
  border-bottom: 1px dashed #333333;
}
#sitemapCont ul li:last-child{
    background: url("../images/sitemapArrow02.png") 0 20px no-repeat;
}
#sitemapCont ul li ul{
  margin-top: 20px;
  margin-bottom: 0px
}
#sitemapCont ul li ul li,#sitemapCont ul li ul li:last-child{
    background: url("../images/sitemapMinus.png") 0 10px no-repeat;
  padding: 0px 30px 5px;
  border-bottom: 0px dashed #333333;

}

/*service*/
#service01 h3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center;
}
#service01 h3:before{
    content: '';
  background: url(../images/icon01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 61px;
  height: 37px;
}
#service01 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}

#service02 {
    background: url(../images/topBg02.png) center center no-repeat;
        background-size: auto;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
}

#service03{
  padding: 40px 0 60px;
}
#service03 p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 60px;
}
#service03 .service02{
  margin: 0 auto;
  display: block;
}
#service04{
  padding: 60px 0 0 0;
}
#service04 h3{
  font-size: 28px;
  color: #0a7dcd;
  text-align: center;
}
#service04 h3:before{
    content: '';
  background: url(../images/service_icon.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 42px;
  height: 57px;
}
#service04 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}


.servicePerson{
  padding: 40px 0 50px;
}

h4.commonH4 span.smaller{
  font-size: 18px;
}

.servicePerson h4.commonH4{
  margin-bottom: 20px;
}

.servicePerson p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
}
.personBox{
  display: flex;
  background: #f7f3f0;
  padding: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.grayBg .personBox{
  background: #fff;
}
.personBox .personPh{
  width: 14%;
}
.personBox .personTxt{
  width: 86%;
  padding-left: 15px;
}
.personBox .personTxt h5,.personBox .personTxt p{
  font-size: 14px;
  line-height: 2;margin-bottom: 0
}

#service .cta01{
  margin-top: 80px;
}

/*single*/
.single_cont .inner{
  padding: 0 100px;
}

.singleimgBox{
  text-align: center;
}
.singleimgBox img{
  max-width: 900px;
  width: 100%;
  height: auto;
}
.single_cont h2{
  font-size: 26px;
  line-height: 1.4;
}
.singlemeta{
  text-align: right;
  margin-top: 10px;
  margin-bottom: 40px;
}
.singlemeta .singlecat {
    background: #d2e4f0;
    font-size: 13px;
  margin-right: 7px;
    padding: 1px 5px 2px;
}

article p{
  font-size: 15px;
  line-height: 2.0;
  margin-bottom: 20px;
}

div#ez-toc-container {
    background: #f7f3f0 !important;
  width: 100%;
    border: 0px solid #ddd;
  padding: 20px 30px;
  margin-bottom: 50px;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #333;
}
div#ez-toc-container ul.ez-toc-list a:hover{
  color: #333;
  text-decoration: underline;
}
div#ez-toc-container ul li {
    font-size: 15px;
  line-height: 2.4;
}
.single_cont article h2{
  background: #e1ecf4;
  font-size: 24px;
  line-height: 1.25;
  padding: 15px;
  border-bottom: 3px solid #0a7dcd;
  margin-bottom: 25px;
}
.single_cont article h3{
  font-size: 22px;
  line-height: 1.25;
  padding: 0 0 7px 0px;
  border-bottom: 3px solid #bdd3e4;
  margin-bottom: 25px;
  position: relative;
}
.single_cont article h3:after{
  content: '';
  background: #0a7dcd;
  display: block;
  height: 3px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -3px;

}

.single_cont article h4{
  font-size: 18px;
  line-height: 1.25;
  padding: 0 0 0 7px;
  border-left: 8px solid #0a7dcd;
  margin-bottom: 25px;
}
.ssba.ssbp-wrap{
  margin-top: 50px !important;
  padding: 10px 35px !important;
  position: relative;
}
.ssba.ssbp-wrap:before{
  content: '記事をシェアする';
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}

.single_cont a.cmnBtn01 {
    margin: 80px auto 100px;
    width: 290px;
    height: 64px;
  display: table;
    font-size: 16px;
}
.single_cont a.cmnBtn01:before{
  border-radius: 32px;
}
.single_cont a.cmnBtn01 span{
padding: 0px 10px 0px 10px;
  display: table-cell;
  vertical-align: middle;
position: relative;}
.single_cont a.cmnBtn01 span:after{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}




   @media screen and (max-width: 599px) {
     .pc{
	display:none !important;}
.pcIn{
	display:none !important}
.sp{
	display:block !important}
.spIn{
	display:inline !important}
a.cmnBtn01:hover:before,.subBtn.cmnBtn01:hover:before{
animation: none;
  }
header a.cmnBtn01:hover:before{
animation: none;
  }
img{
	max-width:100% !important;
	width:100%;
	height:auto}

body{
	position:relative;
	min-width:100%;
	font-size:10px;
  color: #333333;
  padding-top: 50px;/*heder fixed*/
	}
p{
	font-size:10px;
	line-height:1.5}
section{
	min-width:100%;
	clear:both}
.inner{
	width:100%;
	margin:0 auto;
	position:relative;}


ul li{
	list-style:none}

a{  text-decoration: none;
	color: inherit}
a:hover img{
	opacity:0.7}

/**/
.menu_btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
}
.menu_btn img{
  height: 50px;
}
#category_list{
	clear:both;
	background-color:#f7f3f0;
	position:absolute;
	top:50px;
  left: 0px;
	width:100%;
	z-index:9999
	}
#category_list li a{
	width:100%;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
padding: 20px;
text-decoration: none;}
#category_list li a:before{
    content: '';
  background: url(../images/spMenuArrow.png) 0 0 no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  margin-right: 7px;

}
#category_list li:last-child a{
  background-color: #ff7b3a;
  border-bottom: 0px;
  color: #fff
}
#category_list li:last-child a:before{
    background: url(../images/spMenuArrow02.png) 0 0 no-repeat;
    background-size: 100% auto;

}

/**/

/**/
.inner{
	max-width:100%;
  padding: 0;
	margin:0 auto;
}
header{
	padding-top:8px ;
  height: 50px;
  padding-left: 10px;
	padding-bottom:8px;
  /*position: relative;*/
  position: fixed;/*heder fixed*/
  margin-top: -50px;/*heder fixed*/
  z-index: 10;/*heder fixed*/
}
header .inner{
  display: block;
  justify-content: space-between;
}
header .inner h1{
  width: 51.2%;
  margin: 0;
}
header .inner h1 img{
  width: 188px;
  height: auto;
}

header .inner .headCont{
display: none}


a.cmnBtn01{
  color: #333;
  font-weight: bold;
  font-size: 4.8vw;
  text-decoration: none;
  text-align: center;
  display: table;
  position: relative;
  padding: 5px 0;

}
a.cmnBtn01 span{
  padding: 12px 10px 11px 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2
}
a.cmnBtn01:before{
  content: '';
  box-sizing: border-box;
  background: #ffb93f;
  border-radius: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1
}
a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  width: 21px;

  vertical-align: middle;
  margin-left: 7px;
}

.headBtm a.cmnBtn01{
  width: 280px;
}


#mv{
  background: url(../images/mvbgsp.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 58px;
  padding: 0;
  height: auto;
}
#mv .inner{
  position: relative;
    padding-top: 112%;

}
#mv a.cmnBtn01{
  color: #333;
  width: 81.3%;
  font-weight: bold;
  font-size: 4.8vw;
  text-decoration: none;
  text-align: center;
  position: absolute;
  display: table;
  padding: 5px 0;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
}


#top01{
  background: #0a7dcd;
  position: relative;
  display: block;
}
.imgbox{
  width: 94.6%;
  position: relative;
  top: -20px;
  left: 0;
}
.img-top001{
  width: 100%;
  height: auto;

}
#top01 .inner{
  width: 89.3%;
  position: relative;
  margin: 0 auto;
  top: 0px;
  color: #fff;
  padding: 5px 0px 10px 0px;
  box-sizing: border-box;
}
#top01 .inner h3{
  font-size: 25px;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}
#top01 .inner h3:after{
  width: 80px;
  height: 4px;
  background: #fff;
  content: '';
  display: block;
  margin: 22px auto;
}
#top01 .inner P{
  font-size: 15px;
  line-height: 2;
}

#top01 .inner ul{
  display: block;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between
}
#top01 .inner ul li{
  width: 100%;
  margin-bottom: 20px;
}

#top01 .inner ul li a.cmnBtn01{
  width: 100%;
}

#top02{
  background: url(../images/topBg02.png) center center no-repeat;
  background-size: cover;
  padding: 30px 5.3%;
  text-align: center;
}

#top03{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
}
#top03 h3{
  font-size: 25px;
  line-height: 1.36;
  color: #0a7dcd;
}
#top03 h3:before{
    content: '';
  background: url(../images/icon01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 61px;
  height: 37px;
}
#top03 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 55px;
  background: #0a7dcd;
}
#top03 img{
  width: 89.3%;
}

#top04{
  background: #f7f3f0;
  text-align: center;
  padding-bottom: 30px;
}
#top04 p{
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 20px;
}
#top04 a.cmnBtn01{
  margin: 10px auto 5px;
  width: 89.3%;
  padding: 5px 0;
  font-size: 4.2666vw;
  color: #fff;

}
#top04 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
#top04 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: 0px;
  vertical-align: middle;
  margin-left: 25px;

}
#top04 a.cmnBtn01 span{
}
#top05{
  background: url(../images/topBg05sp.png) center 0 no-repeat #8dbdde;
  background-size: 100% auto;
  padding: 30px 0 30px;
  text-align: center;
}
#top05 h3{
  font-size: 25px;
  color: #fff;
}
#top05 h3:before{
    content: '';
  background: url(../images/icon02.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #fff;
  width: 52px;
  height: 49px;
}
#top05 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 30px;
  background: #fff;
}
.qBox{
  width: 89.3%;
  background: #fff;
  display: table;
  border-radius: 15px 10px 10px 15px;
  margin: 0 auto 10px;
  text-align:left;
  font-size: 15px;
}
.qBox:before{
    content: 'Q';
  color: #fff;
  padding: 19px 0;
  text-align: center;
  vertical-align: middle;
  background: #0a7dcd;
  display: table-cell;
  width: 32px;
    border-radius:10px 0 0 10px;


}
.qBox dl {
  padding: 10px 24px 10px 10px ;
}
.qBox dl dt{
  position: relative;
  font-size: 15px;
  cursor: pointer;
  padding-right: 10px;
  padding-bottom: 0px;
  line-height: 1.66;
  vertical-align: middle;
}
.qBox dl dt:after{
    content: '';
  background: url(../images/plus.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.qBox dl dt.action:after{
      content: '';
  background: url(../images/minus.png) 0 0 no-repeat;
  display: block;
  width: 16px;
  background-size: 100% auto;
  height: 16px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-20%);}

.qBox dl dd{
  display: none;
  font-size: 15px;
  background: #d2e4f0;
  padding: 8px 10px 8px 25px;
  margin-top: 10px;
  position: relative;
  border-radius: 10px;
  line-height: 1.66;
  text-indent: -15px;

}
.qBox dl dd:before{
  content: 'A';
  color: #0a7dcd;
  font-size: 18px;
  margin-right: 3px;
  font-weight: bold;
}
#top05 a.cmnBtn01{
  margin: 32px auto 5px;
  width: 89.3%;
padding: 5px 0;
font-size: 4.2666vw;
  color: #333;
  position: relative;

}
#top05 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top05 a.cmnBtn01 span:after{
  content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  margin-top: 3px;
  margin-top: -1px;
  vertical-align: middle;
  margin-left: 20px;

}
#top05 a.cmnBtn01 span{
padding: 12px 10px 11px 10px;}

#top06{
  background: #f7f3f0;
  padding: 30px 0 30px;
}
#top06 h3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center
}
#top06 h3:before{
    content: '';
  background: url(../images/icon03.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 40px;
  height: 32px;
}
#top06 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 30px;
  background: #0a7dcd;
}
#top06 ul{
  max-width: 900px;
  width: 89.3%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
#top06 ul li{
  font-size: 15px;
  line-height: 1.66;
  padding: 15px;
  border-bottom: 2px solid #f7f3f0;
}
#top06 ul li:last-child{
  border-bottom: 0px;
}
#top06 ul li span{
  margin-right: 40px;
  display: block;
}

#top06 a.cmnBtn01{
  margin: 40px auto 0px;
  width: 89.3%;
padding: 5px 0;
font-size: 4.2666vw;
  color: #333;
  position: relative;

}
#top06 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top06 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin-left: 20px;

}
#top06 a.cmnBtn01 span{
padding: 12px 10px 11px 10px;
}
#top07{
  padding: 30px 0 50px

}
#top07 .inner{
  padding: 0 0px;
  width: 89.3%;
  margin: 0 auto;
}
#top07 h3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center
}
#top07 h3:before{
    content: '';
  background: url(../images/icon04.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 50px;
  height: 28px;
}
#top07 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 30px;
  background: #0a7dcd;
}

#top07 h4{
  border-left: 6px solid #0a7dcd;
  position: relative;
  font-size: 18px;
  padding: 5px 0;
}
#top07 h4:after{
  content: '';
  background: #0a7dcd;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
#top07 h4 span{
  background: #fff;
  color: #0a7dcd;
  position: relative;
  padding:0px 10px;
  z-index: 2
}

.newsList{
  display: block;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px
}

.newsList li{
  width: 100%;
  padding-top: 7px;
  margin-bottom: 30px;

}
.newsList li a{
  text-decoration: none;
  color: #444444;
}

.newsList li .imgBox{
  border-radius: 20px;
  margin-bottom: 7px;
  margin-left: 7px;
  padding-bottom: 5px;
    position: relative;

}
.newsList li .imgBox img{
  border-radius: 20px;
  box-shadow: 7px 7px #d2e4f0;
  position: relative;
}
.newsList li h5{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 5px;
  font-feature-settings: 'palt';
letter-spacing: -0.01em;
}
.newsList li .meta{
  display: flex;
  justify-content: space-between;
}
.newsList li .meta .category{
  background: #d2e4f0;
  font-size: 13px;
  padding:1px 5px 2px;
}
.newsList li .meta .date{
  color: #999999;
  font-size: 14px;
}

.rankList li{
  padding-top: 47px;
  position: relative;

}
.rankList li:before{
  content: '';
  background: url(../images/rank1.png) 0 0 no-repeat;
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0;
 }
.rankList li:nth-child(2):before{
  background: url(../images/rank2.png) 0 0 no-repeat;
}
.rankList li:nth-child(3):before{
  background: url(../images/rank3.png) 0 0 no-repeat;
}
.rankList li:nth-child(4):before{
  background: url(../images/rank4.png) 0 0 no-repeat;
  width: 31px;
  height: 24px;
}
.rankList li:nth-child(5):before{
  background: url(../images/rank5.png) 0 0 no-repeat;
  width: 31px;
  height: 24px;}
.rankList li:nth-child(4),.rankList li:nth-child(5){
  width: 100%;
  padding-top: 33px
}
.rankList li:nth-child(4) ,.rankList li:nth-child(5) {
    display: flex;
  justify-content: space-between
}


.rankList li:nth-child(4) a.imganc,.rankList li:nth-child(5) a.imganc{
  width: 39%;
  padding-bottom: 3px;
}
.rankList li:nth-child(4) a.imganc img,.rankList li:nth-child(5) a.imganc img{
box-shadow: 5px 5px #d2e4f0;
}

.rankList li:nth-child(4) .textBox,.rankList li:nth-child(5) .textBox{
  width: 61%;
  padding: 0 0 0 15px;
  margin-top: -7px;
}


.catList{
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catList li{
  width: 47%;
  margin-bottom: 15px;
}

#top07 a.cmnBtn01{
  margin: 40px auto 0px;
  width: 89.3%;
  padding: 5px 0;
font-size: 4.2666vw;
  color: #333;
  position: relative;

}
#top07 a.cmnBtn01:before{
  border-radius: 32px;
  padding: 0

}
#top07 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow02.png) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin-left: 20px;
}
#top07 a.cmnBtn01 span{
padding: 12px 10px 11px 10px;}

footer{
  padding: 10px 0 60px;
  background: #0a7dcd;
  color: #fff;
}
footer a{
  text-decoration: none;
}
footer .inner{
  display: block;
  width: 89.3%;
  margin: 0 auto;
  justify-content: space-between;
}
footer .inner ul li a{
  font-size: 14px;
  line-height:2.85;
}
footer .inner ul li.child{
  padding-left: 1em
}
.mbchild{
}
.footLogoBox{
  text-align: center;
  margin: 35px auto 14px
}

footer .inner img.footLogo{
  width: 185px;
  margin: 0 auto 5px;
}
small{
  display: block;
  text-align: center;
  font-size: 14px;
}


/*sec*/
#secmv{
  background: url("../images/secmvbgsp.png") center top no-repeat;
  background-size: 100% auto;
  height: auto;
  padding: 0;
}

.post-type-archive-post #secmv,.category #secmv{
  background: url("../images/secmvbg02sp.png") center top no-repeat;
  background-size: 100% auto;
}

#company #secmv,.post-type-archive-newslist #secmv,.single-news #secmv,#privacy #secmv,#sitemap #secmv{
  background: url("../images/secmvbg03sp.png") center top no-repeat;
   background-size: 100% auto;
}
#qa #secmv{
  background: url("../images/secmvbg04sp.png") center top no-repeat;
   background-size: 100% auto;
}
#form #secmv{
  background: url("../images/secmvbg05sp.png") center top no-repeat;
   background-size: 100% auto;
}



#secmv .inner{
  position: relative;
  padding-top: 31.5%;
  width: 94.6%;
margin: 0 auto;
}


#secmv h2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
#secmv h2 img{
  height: 18px;
  width: auto;
}

.bread .inner{
  width: 94.7% !important;
  margin: 0 auto;
}
.bread ul{
  display: flex;
  padding: 0;
  margin: 8px 0 30px;
  font-size: 12px;
  flex-wrap: wrap;

}
.bread ul li:after{
  content: '>';
  margin: 0 10px;
}
.single-news .bread ul li:last-child,.single-post .bread ul li:last-child{
  display: none;
}
.bread ul li:last-child:after,.single-news .bread ul li:nth-child(2):after,.single-post .bread ul li:nth-child(3):after{
  content: ''
}

.cta01{
  display: none;}
.cta01 .inner{
  display: block;
  width: 89.3%;
  margin: 0 auto;
}
.cta01 .inner p{
  max-width: 100%;
  font-size: 15px;
  line-height: 2;
}
.cta01 a.cmnBtn01{
  margin: 10px auto 5px;
  width: 100%;
font-size: 4.2666vw;
  color: #fff;

}
.cta01 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
.cta01 a.cmnBtn01 span:after{
  content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -0px;
  vertical-align: middle;
  margin-left: -10px;

}
.cta01 a.cmnBtn01 span{
padding: 12px 10px 11px 10px;
}

.ctaBtn{
  margin: 0px auto 0px;
  position: fixed;
  left:0;
  bottom: 0;
  z-index: 9;
  padding: 15px 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: #ff7b3a;
  text-align: center;
  text-decoration: none;
}
.ctaBtn:after{
  content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -3px;
  vertical-align: middle;
  margin-left:5px;}

.cta02{
  background: #f7f3f0;
padding: 15px 0 20px;
text-align: center;}
.cta02 .inner{
  width: 89.3%;
  margin: 0 auto
}
.cta02 .inner p{
font-size: 18px;
  font-weight: bold;
}
.cta02 a.cmnBtn01{
  margin: 10px auto 5px;
  width: 100%;
  height: 50px;
  display: table;
  font-size: 16px;
  color: #fff;

}
.cta02 a.cmnBtn01:before{
    background: #ff7b3a;
  border-radius: 32px;
  padding: 0

}
.cta02 a.cmnBtn01 span:after{
    content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 20px;

}
.cta02 a.cmnBtn01 span{
    padding: 0 40px 0 30px;
  display: table-cell;
  vertical-align: middle;
}


h3.commonH3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center
}
h3.commonH3:before{
    content: '';
  background: url(../images/icon05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 47px;
  height: 39px;
}
h3.commonH3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 15px auto 0px;
  background: #0a7dcd;
}
.grayBg{
  background: #f7f3f0;
}

h4.commonH4{
  border-left: 6px solid #0a7dcd;
  position: relative;
  font-size: 22px;
  padding: 2px 0;
}
h4.commonH4:after{
  content: '';
  background: #0a7dcd;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
h4.commonH4 span{
  background: #fff;
  color: #0a7dcd;
  position: relative;
  /*padding:0px 10px;*/
  padding:0;/*20220117*/
  z-index: 2
}
.grayBg h4.commonH4 span{
  background: #f7f3f0;
}
.page-numbers{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-bottom: 50px;
}
.page-numbers li a{
  display: block;
  background: #0a7dcd;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-decoration: none;
line-height: 30px;
  text-align: center;
}
.page-numbers li .current,.page-numbers li a:hover,.page-numbers li .dots{
  background: #d2e4f0;
  color: #333333;
  text-decoration: none;
  display: block;
    width: 30px;
  height: 30px;
  font-size: 15px;
line-height: 30px;
  text-align: center;
}

.second .inner{
  padding: 0 0px;
  width: 89.3%;
  margin: 0 auto;
}
.second a.cmnBtn01{
  margin: 0 auto;
  width: 100%;
  height: 50px;
  display: table;
  font-size: 15px;
}
.second a.cmnBtn01:before{
  border-radius: 32px;
}
.second a.cmnBtn01 span{
padding: 0px 45px 0px 45px;
  display: table-cell;
  vertical-align: middle;
position: relative;}

.second a.cmnBtn01 span:after{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



/*about*/
#about01{
  background: #f7f3f0;
  position: relative;
  display: block;
}
#about01 .imgbox{
  width: 94.6%;
  position: relative;
  top: -20px;
  left: 0;
}
.img-about01{
  width: 100%;
  height: auto;

}
#about01 .inner{
 /* max-width: 715px;*/
  width: 89.3%;
  position: relative;
  margin: 0 auto;
  top: 0px;
  color: #333333;
  padding: 10px 0px 25px 0px;
  box-sizing: border-box;
}
#about01 .inner h3{
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  color: #0a7dcd;
}
#about01 .inner h3:after{
  width: 80px;
  height: 4px;
  background: #0a7dcd;
  content: '';
  display: block;
  margin: 15px auto;
}
#about01 .inner P{
  font-size: 15px;
  line-height: 2;
}

#about02{
  padding: 40px 0 25px;
}
#about02 h3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center
}
#about02 h3:before{
    content: '';
  background: url(../images/icon05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 47px;
  height: 39px;
}
#about02 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 24px auto 0px;
  background: #0a7dcd;
}

#about03{
  background: #e5f1f9;
  position: relative;
  display: block;
  flex-direction: row-reverse;
  margin-bottom: 50px;
  padding: 30px 0 25px;
}
#about03 .imgbox{
  width: 100%;
  position: relative;
  top: -0px;
  right: 0;
  left: auto;
  text-align: right;
}
.img-about01{
  width: 96%;
  height: auto;
  display: inline-block

}
#about03 .inner{
  width: 89.3%;
  position: relative;
  margin: 0 auto ;
  top: 0px;
  color: #333333;
  padding: 27px 0px 0px 0px;
  box-sizing: border-box;
}



h3.name{
  font-size: 23px;
  margin-bottom: 5px;
}
p.position{
  font-size: 15px;
  color: #0a7dcd;
  font-weight: bold;
  margin-bottom: 15px;
}

#about03 .inner p{
  font-size: 15px;
  line-height: 2;
}



#about04{
  background: #f7f3f0;
  position: relative;
  display: block;
  padding: 30px 0 25px;
  margin-bottom: 80px;
}
#about04 .imgbox{
  width: 100%;
  position: relative;
  top: -0px;
  left: 0;
}

#about04 .inner{
  width: 89.3%;
  position: relative;
  margin: 0 auto ;
  top: 0px;
  color: #333333;
  padding: 27px 0px 0px 0px;
  box-sizing: border-box;
}
#about04 .inner p{
  font-size: 15px;
  line-height: 2;
}


/*qa*/

#qa01 h3.commonH3:before{
    content: '';
  background: url(../images/icon_qa.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 51px;
  height: 47px;
}
#qa01{
  padding-bottom: 30px;
}
#qa02{
  background: #f7f3f0;
  padding: 30px 0;
  margin-bottom: 95px;
}

/*column_index*/

#column_index01 .catList{
  margin: 0 auto;
}
#column_index01 .catList li{
  width: 48%;
  margin-bottom: 10px;
}

#column_index01{
  padding-bottom: 20px;
}

.post-type-archive .inner,.category .inner{
    width: 89.3%;
  margin: 0 auto;
  padding: 0;
}

.column_indexbox{
  padding: 30px 0 30px;
}


.column_indexbox h3.commonH3{
  margin-bottom: 30px;
  font-size: 25px;
}
.column_indexbox h3.commonH3:after{
  margin-top: 16px;
}
.column_indexbox h4{
  font-size: 18px
}

.column_indexbox p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}

#column_index02 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 44px;
  height: 51px;
}
#column_index03 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column02.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 40px;
  height: 41px;
}
#column_index04 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column03.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 36px;
  height: 38px;
}
#column_index05 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column04.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 40px;
  height: 40px;
}
#column_index06 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column05.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 36px;
  height: 40px;
}
#column_index07 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column06.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 42px;
  height: 32px;
}
#column_index08 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column07.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 43px;
  height: 35px;
}
#column_index09 h3.commonH3:before{
    content: '';
  background: url(../images/icon_column08.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 42px;
  height: 33px;
}

.inner .scBox{
  padding: 15px 0;
  margin: 0 auto;
}
     .single .inner .scBox,.search .inner .scBox{
       width: 89.3%;
       margin: 0 auto;
     }

.scWindowBox{
  position: relative;
  display: inline-block;
    width: 77%;
  margin-right: 2%;

}
.scWindowBox:before{
    content: '';
  background: url(../images/searchIcon.png) 0 0 no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.scWindow{
  height: 40px;
  width: 100%;
  padding-left: 24px;
}

.scBtn{
  border: none;
  background: #ffb93f;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 20%;
}


.column_indexbox .newsList{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px
}

.column_indexbox .newsList li{
  width: 100%;
  padding-top: 7px;
  margin-bottom: 15px;

}
.column_indexbox .newsList li a{
  text-decoration: none;
  color: #444444;
  margin-bottom: 0px;
}
.column_indexbox .newsList li p{
  margin-bottom: 0px;
}
.column_indexbox .newsList li .imgBox{
  margin-bottom:9px;
  margin-left: 0;

}
.column_indexbox .newsList li .imgBox img{
  border-radius: 20px;
  box-shadow: 5px 5px #d2e4f0;
  max-height: none;
}


.column_indexbox .newsList li h5{
  font-size: 15px;
  margin-bottom: 5px;
}

.column_indexbox .newsList li .meta .date{
  color: #999999;
  font-size: 14px;
}
.column_indexbox a.cmnBtn01{
  margin: 0 auto;
  width: 100%;
  padding: 0;
  height: 50px;
  display: table;
  font-size: 15px;
}
.column_indexbox a.cmnBtn01:before{
  border-radius: 32px;
}
.column_indexbox a.cmnBtn01 span{
padding: 0px 40px;
  vertical-align: middle;
    display: table-cell;
position: relative;}

.column_indexbox a.cmnBtn01 span:after{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-39%);
}

/*column_category*/
#column_category01{
  padding-top: 10px;
  padding-bottom: 50px;
}

#column_category01 .inner{
  width: 89.3%;
  margin: 0 auto;
  padding: 0;
}

h3.categoryH3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center
}
h3.categoryH3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 15px auto 0px;
  background: #0a7dcd;
}
#column_category01 .newsList{
  margin-top: 30px;
}

#column_category01 a.cmnBtn01{
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0;
  display: table;
  font-size: 16px;
}
#column_category01 a.cmnBtn01:before{
  border-radius: 32px;
}
#column_category01 a.cmnBtn01 span{
padding: 0px 10px 0px 10px;
    display: table-cell;
vertical-align: middle;
position: relative;}
#column_category01 a.cmnBtn01 span:after{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/*news_index*/

.newsTitleList{
  margin-bottom: 60px;
}

.newsTitleList li{
  padding: 15px 0px;
  border-bottom: 1px dashed #000;
    display: block;
  line-height: 1.6;
  font-size: 15px;
  text-decoration: none;
}

.newsTitleList li span{
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
    font-size: 15px;

}
.newsTitleList li p{
  font-size: 15px;
}

/*news_detail*/
#newsDetail h3{
  font-size: 20px;
  line-height: 1.5;
  color: #0a7dcd;
  margin-bottom: 15px;
}
#newsDetail .newsdate{
  text-align: right;
  font-size: 15px;
  margin-bottom: 15px;
}
#newsDetail p{
    font-size: 15px;
  margin-bottom: 25px;
  line-height: 2;
}
#newsDetail a.cmnBtn01{
  margin: 60px auto 40px;
}
/*form*/
.thanks{
  padding: 0 5.35% 40px 5.35%;
  text-align: left;
}
.thanks p{
  margin-bottom: 30px;
  font-size: 18px;
}
.water{
  color: #0a7dcd;
}


#formBox{
  text-align: center
}
#formBox .inner{
  width: 100% !important;
}
#formBox dl{
  display: block;
  padding: 0 5.35%;
  text-align: left;
  margin-bottom: 15px;
}
#formBox dl dt{
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0px;
  max-width: none;
}
#formBox dl dt p{
  font-size: 16px;
  float: none;
  font-weight: bold;
  display: inline-block;
}
#formBox dl dt div{
  color: #fff;
  position: absolute;
  top: 16px;
display: inline-block;
background: #999999;
padding: 1px 4px 2px;
margin: 2px 0 0 10px;
font-size: 14px;}
#formBox dl dt div.req{
  color: #333333;
  background: #ffb93f;
}
#formBox dl dd{
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 16px;
}
#formBox dl dd input[type="text"],#formBox dl dd input[type="email"]{
  width: 100%;
  font-size: 16px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #999999
}
#formBox dl dd input[type="text"].short{
  width: 100%;
}

#formBox dl dd select{
  width: 100%;
  font-size: 16px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #999999;
  background: #fff;

}
#formBox dl dd p{
  font-weight: bold;
  margin: 10px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
  margin-bottom: 12px;
}

#formBox dl dd label{
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
#formBox dl dd .nayami{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#formBox dl dd .nayami span{
  min-width: 50%;
}

#formBox dl dd .nayami label{
  min-width: 50%;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
}
#formBox dl dd label input{
  position: relative;
  margin-top: -5px;
  margin-right: 2px;
}
#formBox dl dd.radioDD{
  display:flex;
}
#formBox dl dd.radioDD span{
  width: 50%;
  margin: 0;
  display: inline-block;
}

#formBox dl dd textarea{
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #999999
}
.ppBox{
  background: #f7f3f0;
  padding: 30px 5.35% 10px;
  text-align: left
}

.caution{
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.caution a{
  text-decoration: underline;
}
.caution input{
  margin-right: 10px;
  position: relative;
  margin-top: -1px;
  float: left;
}
.cautionChk{
  display: table;

}
.cautionChk strong{
  display: table-cell;
  margin-top: -2px;
}
.cautionChk input{
  position: relative;
  top: 3px;
}
.mw_wp_form .error{
  font-size: 16px;
  margin-top: 5px;
}
.subBtn.cmnBtn01{
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: table;
  position: relative;
  height: 50px;
border: none;
  width: 89.3%;
  margin: 40px auto 85px;
}
.subBtn.cmnBtn01 button{
  background: none;
  border: none;
  color: #fff;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.subBtn.cmnBtn01:before{
  content: '';
  box-sizing: border-box;
  background: #ff7b3a;
  border-radius: 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1
}
.subBtn.cmnBtn01:after{
   content: '';
  background: url(../images/btnArrow01.png) 0 0 no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
  vertical-align: middle;
right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2
}
/*company*/

.companyCont{
  background: #fff;
  padding: 0;
}

.companyCont .inner{
  width: 100% !important;
}

.companyCont.white{
  background: #fff;
}

.companyCont dl{
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.86;
}

.companyCont dl dt{
  display: block;
  width: 100%;
  padding: 10px 5.35%;
  background: #f7f3f0;
  font-weight: bold;
}
.companyCont dl dd{
  display: block;
    padding: 10px 5.35%;

}

#company footer{
  margin-top: 30px;
}

/*pp*/

#ppCont h3{
  font-size: 20px;
  color: #0a7dcd;
  margin-bottom: 30px;
}
#ppCont h3.mt60{
  margin-top: 30px;
}

#ppCont h4{
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 30px;
}

#ppCont p{
  font-size: 15px;
  line-height: 1.86;
    margin-bottom: 30px;

}
#ppCont p.leed{
  font-weight: bold;
}
#ppCont ol{
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.84;
  margin-bottom: 30px;
}

/*sitemap*/
#sitemapCont ul{
  margin-bottom: 60px;
}
#sitemapCont ul li{
  background: url("../images/sitemapArrow.png") 0 12px no-repeat;
  padding: 15px 30px 15px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #333333;
}
#sitemapCont ul li:last-child{
    background: url("../images/sitemapArrow02.png") 0 12px no-repeat;
}
#sitemapCont ul li ul{
  margin-top: 20px;
  margin-bottom: 0px
}
#sitemapCont ul li ul li,#sitemapCont ul li ul li:last-child{
  background: url("../images/sitemapMinus.png") 0 5px no-repeat;
  padding: 0px 30px 15px;
  border-bottom: 0px dashed #333333;

}

/*service*/
#service01 h3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center;
}
#service01 h3:before{
    content: '';
  background: url(../images/icon01.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 51px;
  height: 31px;
}
#service01 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 15px auto 30px;
  background: #0a7dcd;
}

#service02 {
    background: url(../images/topBg02.png) center center no-repeat;
        background-size: auto;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}

#service03{
  padding: 20px 0 50px;
}
#service03 p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
#service03 .service02{
  margin: 0 auto;
  display: block;
}
#service04{
  padding: 45px 0 0 0;
}
#service04 h3{
  font-size: 25px;
  color: #0a7dcd;
  text-align: center;
}
#service04 h3:before{
    content: '';
  background: url(../images/service_icon.svg) 0 0 no-repeat;
  display: block;
  margin: 0 auto 10px;
  color: #0a7dcd;
  width: 38px;
  height: 51px;
  background-size: 100% auto;
}
#service04 h3:after{
  content: '';
  width: 80px;
  height: 4px;
    display: block;
  margin: 15px auto 30px;
  background: #0a7dcd;
}


.servicePerson{
  padding: 27px 0 50px;
}

h4.commonH4 span.smaller{
  font-size: 14px;
}

.servicePerson h4.commonH4{
  margin-bottom: 15px;
  font-size: 18px;
  /*padding: 5px 0;*/
  padding: 5px 0 5px 10px;/*20220117*/
}

/* 20220117 */
.servicePerson h4.commonH4:after{
  content: '';
  background: none;
  height: 0;
  width: 0;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.servicePerson p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
}
.personBox{
  display: block;
  position: relative;
  background: #f7f3f0;
  padding: 20px;
  justify-content: space-between;
}
.grayBg .personBox{
  background: #fff;
}
.personBox .personPh{
  width: 100%;
  margin-bottom: 15px;
  display: table;
}
.personBox .personPh img{
  display: table-cell;
}
.personBox .personPh h5{
  display: table-cell !important;
  width: 65%;
  font-size: 15px;
  line-height: 1.66;
  padding-left: 15px;
  vertical-align: middle
}

.personBox .personTxt{
  width: 100%;
  padding-left: 0px;
}
.personBox .personTxt h5,.personBox .personTxt p{
  font-size: 14px;
  line-height: 2;margin-bottom: 0
}
.personBox .personTxt p{
  position: relative;

}
#service footer{
  margin-top: 60px;
}



/*single*/
.single_cont .inner{
  padding: 0 0px;
}

.singleimgBox{
  text-align: center;
}
.singleimgBox img{
  width: 100%;
  height: auto;
}
.single_cont h2{
  font-size: 20px;
  line-height: 1.5;
  width: 89.3%;
  margin: 20px auto 0;
}
.single_cont h2 span{
  font-size: 20px;
}

.singlemeta{
  text-align: right;
font-size: 15px;
  width: 89.3%;
    margin: 10px auto 40px;

}
.singlemeta .singlecat {
    background: #d2e4f0;
    font-size: 13px;
  margin-right: 7px;
    padding: 1px 5px 2px;
}
article > *{
  width: 89.3%;
  margin: 0 auto;
  font-size: 15px;
    line-height: 2.0;

}
article p{
  font-size: 15px;
  line-height: 2.0;
  margin-bottom: 20px;
}

div#ez-toc-container {
    background: #f7f3f0 !important;
  width: 100%;
    border: 0px solid #ddd;
  padding: 12px 5.35%;
  margin-bottom: 40px;
}
     div#ez-toc-container nav{
       width: 100%;
     }
     div#ez-toc-container ul{
       width: 100%;
     }
     div#ez-toc-container ul li{
       width: 95%;
     }
div#ez-toc-container ul.ez-toc-list a {
    color: #333;
}
div#ez-toc-container ul.ez-toc-list a:hover{
  color: #333;
  text-decoration: underline;
}
div#ez-toc-container ul li {
    font-size: 15px;
  line-height: 2.4;
}
.single_cont article h2{
  background: #e1ecf4;
  font-size: 20px;
  line-height: 1.25;
  width: 100%;
  padding: 10px 5.35%;
  border-bottom: 3px solid #0a7dcd;
  margin-bottom: 25px;
}
.single_cont article h2 span{
    font-size: 20px;
}
.single_cont article h3{
  font-size: 22px;
  line-height: 1.25;
  padding: 0 0 7px 0px;
  border-bottom: 3px solid #bdd3e4;
  margin-bottom: 25px;
  position: relative;
}
.single_cont article h3:after{
  content: '';
  background: #0a7dcd;
  display: block;
  height: 3px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.single_cont article h3 span{
    font-size: 18px;
}

.single_cont article h4{
  font-size: 18px;
  line-height: 1.25;
  padding: 0 0 0 7px;
  border-left: 8px solid #0a7dcd;
  margin-bottom: 25px;
}
.single_cont article h4 span{
  font-size: 18px;

}

.ssba.ssbp-wrap{
  width: 100%;
  margin-top: 50px !important;
  padding: 10px 35px !important;
  position: relative;
}
.ssba.ssbp-wrap:before{
  content: '記事をシェアする';
  display: block;
  text-align: center;
  position: static;
  top: auto;
  transform: none;
}
.ssba img {
    width: 25px !important;
    padding: 10px !important;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
    box-sizing: unset;
}

.single_cont a.cmnBtn01 {
    margin: 50px auto 50px;
    width: 89.3%;
    height: 50px;
  display: table;
    font-size: 18px;
}
.single_cont a.cmnBtn01:before{
  border-radius: 32px;
}
.single_cont a.cmnBtn01 span{
padding: 0px 10px 0px 10px;
  display: table-cell;
  vertical-align: middle;
position: relative;}
.single_cont a.cmnBtn01 span:after{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
       .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: auto;
     }
     article img{
       width: 100%
     }
}

#newsDetail .ssba{
  display: none !important
}
#service .cta01{
    display: none !important
  }

.coming{
  text-align: center;
  margin-bottom: 100px;
  padding: 50px 0 50px !important;

}
.coming p{
  margin-bottom: 0px;
  font-size: 36px;
  color: #b1afae;
}
   @media screen and (max-width: 599px) {
     .coming p{
  margin-bottom: 0px;
  font-size: 18px;
  color: #b1afae;
}

}

/* CSS ADD protea 7/22 */
#mv a.cmnBtn01 {
  top: 85%;
  left: 50px;
  transform: translateY(-85%);

}

@media screen and (max-width: 599px){
  #mv a.cmnBtn01 {
    top: 93%;
    left: 50%;
    transform: translate(-50%, -93%);
  }
}

header .txt_link_chotatu {
    color:#F97B3A;
    display: block;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 4%;
  }

  #mv .inner a.txt_link_chotatu{
    bottom: calc(0% + 5px);
    color: white;
    left: 9%;
    display: block;
    position: absolute;
  }

  @media screen and (max-width: 599px){
  #mv .inner a.txt_link_chotatu{
    width: 100%;
    margin-bottom: -3px;
    text-align: center;
    font-size: 3.5vw;
    color: white;
    left: 0;
  }
}

  .bn_link_aimitsu{
    width: 50%;
    margin: 0 auto;
    margin-top: 4vh;
    display: block;

  }

@media screen and (max-width: 599px){
  #category_list li:last-child a{
    background-color: transparent;
    color: #333;

  }

  #category_list li:last-child a::before{
    background: url(../images/spMenuArrow.png) 0 0 no-repeat;
    background-size:100% auto;
  }

   #category_list li.slide_li_stg{
    background-color: #ff7b3a;
    border-bottom: 0px;
    color: #fff;
  }

  .bn_link_aimitsu{
    width: 100%;
  }
}
/* CSS ADD protea 7/22 */

/* add css 2022/8/29 */
.single_form_container {
  margin-top: 50px;
}
.single_cont article h2.single_form_ttl_top,
.single_cont article h2.single_form_ttl_bottom {
  text-align: center;
  background: transparent;
  border-bottom: none;
}

.single_form_ttl_top > span {
  background: linear-gradient(transparent 60%, #FBB940 60%);
}

.single_cont article h2.single_form_ttl_bottom {
  font-weight: normal;
  background: #E1ECF4;

}

.single_form_list_index {
  background: #f7f3f0 !important;
  padding: 30px;
  margin-bottom: 50px;
}

.single_form_list_index p {
  margin: 0;
}
.single_form_list_index ul,
.single_form_list_index ul > li {
  font-size: 15px;
  line-height: 2.4;
}
.single_form_list_index ul {
  width: 100%;
  border: 0px solid #ddd;
  padding: 0px 22px;
}
.single_form_list_index li {
  padding-left: 5px;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  .single_form_list_index {
    padding: 15px;
  }
}

/* add css 2022/8/29END */


/* add css 2022/9/27 */

.sideber_page .sideber_page_inner {
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 15px;
}
.sideber_page_contain {
  box-sizing: border-box;
  border: 1px solid #767676;
  padding: 20px 5px;
}

.sideber_page_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.sideber_page_item::before {
  content: "";
  display: block;
  width: 100%;
  margin : 0 6px;
  height: 1px;
  background: #767676;
}

.sideber_page_item_num {

  width: 30px;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.sideber_page_contain li.sideber_page_item:nth-child(3) .sideber_page_item + p{
  padding: 0 ;

}

.sideber_page_item_num + p {
  width: 80%;
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 0;
}

.sideber_page_ttl {
  text-align: center;
  padding: 0 0 20px ;
}



.sideber_page_contain .sideber_page_item > .sideber_page_item_num{
  background: rgb(169, 169, 169);
}

.sideber_page_contain .sideber_page_item:first-child > .sideber_page_item_num{
  background: rgb(255, 228, 119);
}

.sideber_page_contain .sideber_page_item:nth-child(2) > .sideber_page_item_num{
  background:rgb(255, 228, 119);
}

.sideber_page_contain .sideber_page_item:last-child > .sideber_page_item_num{
  background: rgb(212, 157, 90);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.single_cont .inner {
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1000px 3fr;
  grid-template-columns: 1fr 1000px 3fr;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.single_cont .page_main {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  width: 100%;
  max-width: 1000px;
}

.single_cont .sideber_page {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1400px) {
  .single_cont .inner {
    display: flex;
    padding: 0 30px;
  }

  .single_cont .page_main {
    width: calc(100% - 250px);
    max-width: 100%;
  }

  .single_cont .sideber_page {
    display: block;
    max-width: 250px;
    width: 100%;
  }

  .single_cont .sideber_page .sideber_page_inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 599px) {
  body {
    padding-top: 140px;
  }
  header {
    margin-top: -140px;
  }
}
@media screen and (max-width: 599px) {


.sideber_page_item_num,
.sideber_page_ttl {
font-size: 14px;
}


  .single_cont .inner {
    display: block;
    padding: 0 50px;
  }

  .single_cont .page_main {
    width: 100%;
    max-width: 100%;
  }

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

  .single_cont .sideber_page .sideber_page_inner {
    width: 100%;
    max-width: 100%;
  }
}
/* add css 2022/9/27END */
