@charset "utf-8";
/* CSS Document */

.nav-bg {
	background-color: #D2E6FF;
}


h1 .headlogo {
	width: 30vw;
}

.barh2 {
	text-align: left;
	font-size: 24px;
  border-bottom: dashed 2px #006CFF;
}


.barh3 {
	text-align: left;
	font-size: 20px;
  border-bottom: dashed 2px #333333;
}
.barh4 {
	text-align: left;
	font-size: 18px;
}
.barpicup {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}
.pagemenu ul {
    width: 100%;
	text-decoration: none;
	list-style-type: none;
	float: left;
    display: block;
	margin: 0;
	padding: 0;
}
.pagemenu li {
    width: 100%;
	list-style-type: none;
	list-style: none;
	float: left;
    display: block;
	margin: 5px 0;
}

.pagemenu li a {
	text-decoration: none;
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #0000ff;
	color: #fff;
	padding: 0;
	float: left;
    display: block;
	margin: 5px 0;
}

.pagemenu li a:hover {
	text-decoration: none;
    width: 100%;
	line-height: 300%;
	text-align: center;background-color: #98cfff;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn01 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #E11D20;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn01 a:hover {
	text-decoration: none;
	background-color: #E8FD0A;
	color: #333;
}
.bottn02 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #033FFC;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn02 a:hover {
	text-decoration: none;
	background-color: #E8FD0A;
	color: #333;
}
.bottn03 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #00FF64;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn03 a:hover {
	text-decoration: none;
	background-color: #E8FD0A;
	color: #333;
}

.bottn04 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #FFD700;
    display: block;
	color: #333;
	float: left;
    display: block;
}

.bottn04 a:hover {
	text-decoration: none;
	background-color: #FFFACD;
	color: #333;
}
.bottn05 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #9400D3;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn05 a:hover {
	text-decoration: none;
	background-color: #DDA0DD;
	color: #333;
}
.bottn06 a {
    width: 100%;
	line-height: 300%;
	text-align: center;
	background-color: #32CD32;
    display: block;
	color: #fff;
	float: left;
    display: block;
}

.bottn06 a:hover {
	text-decoration: none;
	background-color: #ADFF2F;
	color: #333;
}

.bottn_top a {
    width: 100px;
	line-height: 200%;
	text-align: center;
	background-color: #E11D20;
    display: block;
	color: #fff;
	margin: 0 auto;
	border-radius: 50px;
	float: none;
    display: block;
}

.bottn_top a:hover {
	text-decoration: none;
	background-color: #E8FD0A;
	color: #333;
}


/* よくある質問 */

.bimg_q {
	background-image: url("../../faq/images/img_q.png") ;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 30px 10px 60px;
	line-height: 180%;
	color: #ffffff;
}
.bimg_a {
	background-image: url("../../faq/images/img_a.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
	cursor: pointer;
	background: #1b2538;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: ;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=radio] + label::after {
	content: 'BC';
}
.cp_actab input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}



/* ページトップ */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



.catch {
	background: url("../../our_work/images/backimg.jpg") ;
	background-position: center center;
	width: 100%;
	padding: 5%;
	text-align: center;
	color: white;
	text-shadow: -1px -2px 3px #000000; 
	
}
.catch_title {
	font-size: 30px;
	font-size: 3.0rem;
}
.catch p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 200%;
}

.content_work {
	width: 100%;
	padding: 5px 10px;
	float: left;
	background-color: dodgerblue;
	color: white;
	text-align: center;
	border-radius: 20px;
}



.news_line{
	border-bottom: dotted 1px #444;
}


/* 新着一覧 */
.pagination-classic {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	font-size: 0;
}

.pagination-classic > li {
	display: inline-block;
	margin-left: 5px;
}

.pagination-classic > li > a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 15px 19px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination-classic > li > a {
	min-width: 144px;
	font-weight: 700;
	padding: 15px 19px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 5px;
	border-width: 2px;
	text-transform: uppercase;
	letter-spacing: .06em;
	transition: .3s ease-out;
}

.pagination-classic > li a, .pagination-classic > li .icon {
	line-height: 32px;
}

.pagination-classic > li a {
	padding: 9px 18px;
	color: #fff;
	background: #831725;
	border: 2px solid #831725;
	box-shadow: none;
}

.pagination-classic > li a:hover, .pagination-classic > li a:focus {
	color: #fff;
	background: #B52033;
	border-color: #B52033;
}

.pagination-classic > li .icon {
	width: auto;
	height: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.pagination-classic > li + li {
	margin-left: 10px;
}

.pagination-classic > li.active a, .pagination-classic > li:first-child a {
	pointer-events: none;
	background: #B52033;
	border-color: #B52033;
}

.pagination-classic > li.active a:hover, .pagination-classic > li.active a:focus, .pagination-classic > li:first-child a:hover, .pagination-classic > li:first-child a:focus {
	color: #fff;
	background: #831725;
	border-color: #831725;
}

.pagination-classic > li a.icon-default {
	color: #b6b6b6;
	background: #f3f3f3;
	border-color: #f3f3f3;
}

.pagination-classic > li:nth-last-child(2) {
	display: none;
}

.pagination-classic > li > a,
.pagination-classic > li > span {
	min-width: 54px;
	min-height: 54px;
	max-width: 54px;
	max-height: 54px;
}

@media (min-width: 576px) {
	.pagination-classic li:nth-last-child(2) {
		display: inline-block;
	}
}

.newsbox {
	padding: 3px;
	border: solid 1px #006CFF;
	margin: 50px 0;
}
.newsbox i {
	padding: 10%;
}
.newsbox-l {
	width: 100%;
	background-color:  #006CFF;
	padding: 0;
	color: #fff;
}
.newsbox-r {
	width: 100%;
	padding: 3px 5px;
	margin-bottom: 0;
	height:180px;
	overflow-y: scroll;
}
.newsbox-r ul {
	padding: 10px;
	margin: 0;
}
.newsbox-r ul li {
	margin: 0 0 0 20px;
}
.newsbox-r ul li a {
	color: #006CFF;
}

.footmenubox {
	width: 100%;
	float: left;
	display: block;
	background-color:  #006CFF;
	padding: 0;
}
.footmenubox .footmenu {
	width: 100%;
	max-width: 1200px;
	min-width: 480px;
	float: none;
	margin: 0 auto;
}
.footmenubox .footmenu ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footmenubox .footmenu ul li {
	color: #fff;
	width: 12.5%;
	text-align: center;
	float: left;
	padding: 0;
}
.footmenubox .footmenu ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.footmenubox .footmenu ul li a:hover {
	color: #D0FF00;
}
.carousel-control-prev-icon-blok,.carousel-control-next-blok {
	padding: 10px 10px 5px;
	background-color: #000;
	border-radius: 50%;
}


/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:70px;/*高さ*/
    margin:0;
    padding: 0 25px;
    background-color:blue;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:blue;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:30px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#fff;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/
	margin: 0;
}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

/*========================
　list
　========================*/

.nostyle ol {
}
.nostyle li {
  list-style-type: none;
	padding-left: 10px;
}
.nostyle li span {
	font-size: 18px;
	padding-left: 10px;
}
.dotstyle ol {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
.dotstyle ol li {
	margin: 0;
	padding: 0;
}
.inlist {
	margin-left: 20px;
}
.inlisttext dl {
	width: 100%;
}
.inlisttext dl dt {
	width: 20%;
}
.inlisttext dl dd {
	width: 80%;
}

.member-1 a.btn--orange.btn--border-solid {
	width: 100%;
	line-height: 300%;
  border: 2px solid #b84c00;
}

.kensyu table{
  width: 100%;
  border-collapse: collapse;
}

.kensyu table tr{
  border-bottom: solid 2px white;
}

.kensyu table tr:last-child{
  border-bottom: none;
}

.kensyu table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.kensyu table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.kensyu table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0 10px 20px;
}

/* リストデザイン003 */
.list_design003 {
  padding: 0 20px;
}

.list_design003 li {
  list-style: none;
}

.list_design003 li::before {
  content: '▶︎';
  padding: 0 5px;
}

.member {
	width: 100%;
	margin-bottom: 30px;
}
.member dl {
	width: 100%;
	height: 190px;
	margin: 0;
	padding: 0;
}
.member dl dd a {
  text-decoration: none;
}
.member dl dd a:hover {
  text-decoration: none;
	color: aliceblue;
}
.member dl dt {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #1e4c9f;
	font-size: 20px;
	font-weight: bold;
}
.member dl dd {
	width: 100%;
	margin: 0;
	padding: 0;
}
.member dl dd::before {
  content: '▶︎';
  padding: 0 5px;
}
.m-color-1 {
	background-color: #f5ea29;
	border-radius: 10px;
	padding: 10px;
}
.m-color-2 {
	background-color: #b4d78f;
	border-radius: 10px;
	padding: 10px;
}
.m-color-3 {
	background-color: #abf490;
	border-radius: 10px;
	padding: 10px;
}
.m-color-4 {
	background-color: #aaaed7;
	border-radius: 10px;
	padding: 10px;
}
.m-color-5 {
	background-color: #eeaccb;
	border-radius: 10px;
	padding: 10px;
}
.m-color-6 {
	background-color: #a8dae5;
	border-radius: 10px;
	padding: 10px;
}
.kaihobox{
	width:100%;
	height:240px;
	overflow: auto;
}
.kaiho {
	width:100%;
	border-bottom:1px dotted #222;
}
h3 span {
	background-color: red;
	width: auto;
	padding: 2px 10px;
	margin-right: 10px;
	margin-top: 4px;
	color: white;
	float: left;
	display: block;
}

.topnew {
	background-color: red;
	width: auto;
	padding: 2px 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: white;
	float: left;
	display: block;
	line-height: 100%;
}