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

/**---------共通設定（フォント・ボタン・テーブル等）----------**/

/**----------全デバイス共通----------**/

.mb05 { 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;}
.mb50 { margin-bottom:50px !important;}

.mr05 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}

.mr50 { margin-right:50px !important;}

.ml05 { margin-left:5px !important;}
.ml10 { margin-left:10px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml40 { margin-left:40px !important;}

.ml50 { margin-left:50% !important;}

.mt05 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt170 { margin-top:170px !important;}

.pb05 { padding-bottom:5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}

.mside_auto {
    margin-left:auto;
    margin-right:auto;
}

.medium_box {
    width:100%;
    margin:0 auto;
    max-width:480px;
}

.c_both{
	clear: both;
}
/*-2024追記-*/
.grecaptcha-badge { visibility: hidden; }

/**----------テキスト位置----------**/
.center{
    text-align: center;
	margin: 0 auto;
}

.textright{
    text-align:right;
}

.textleft{
    text-align:left;
}


/*------------------ヘッダー------------------*/
/*.head-animation {
 	transform: translateY(-150%);
	transition-duration: 500ms;
}*/

header{
	overflow-x: hidden;
}

#header_wrapper{
	position: fixed;
	display: block;
	width: auto;
	height: 101px;
	top:0;
	right: 0;
	left: 0;
	margin: 30px;
	z-index: 100;
	transition-duration: 500ms;
}


#header_box{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101px;
	padding: 12px 30px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 80px;
	z-index: 90;
}

header .head_logotext{
    position: absolute;
	font-size:13px;
	font-weight: 900;
}

header .head_logo img{
    position: absolute;
	margin-top: 30px;
}

header nav ul{
	float: right;
	height: 49px;
	margin: 26px 0px;
}

header nav ul li{
	list-style: none;
	float: left;
	margin-right: 20px;
	height: 21px;
	width: auto;
}

header nav ul li a{
	font-size: 15px;
	list-style: none;
	color: #2A85F6;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.hmb_logo,#menu-btn-check,.menu-btn{
	display: none;
}


/*------------------contents------------------*/

#contents,#contents_sub_single,#pages{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

#contents_sub_single,#pages-1200{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}


/*------------------フッター------------------*/

footer{
	background-color: #2A85F6;
	margin:170px 0 0;
	padding:0 0 1%;
	height: auto;
}

#footer_main{
	display: block;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.footer_box1{
	display: block;
	height: auto;
}

.footer_box1_sp{
	display: none;
}

.footer_left{
	display: inline-block;
	float: left;
	width: 70%;
	margin-bottom: 110px;
}

.footer_right{
	display: inline-block;
	float: right;
	width: 30%;
	text-align: right;
	margin-bottom: 110px;
}

.line_img{
	float:right;
	margin-top: -75px;
	margin-right: 20px;
	border-radius: 15px;
}
.line_img img{
	width: 230px;
	height: auto;
}

.ftext_1{
	color: #ffffff;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 85px;
}


#footer_ul{
	clear: both;
	overflow: hidden;
}

#footer_ul ul{
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 0 auto 60px;
}

#footer_ul ul li{
	list-style: none;
	margin-right: 20px;
}

#footer_ul ul li a{
	font-size: 15px;
	font-weight: 600;
	list-style: none;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#footer_box2{
	display: flex;
	height: 18px;
	width: 100%;
	padding-bottom: 35px;
	align-items: flex-end;
}

.footer_logo{
	width: 50%;
	height: 45px;
	display: inline-block;
	float: left;
	align-items: flex-end;
}

#footer_box2_sp{
	display: none;
}

#footer_sns{
	align-items: flex-end;
	width: 50%;
	text-align: right;
	float: right;
}
	
.f_sns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 18px;
}

.f_icons{
	margin-right: 10px;
}


#copyright{
	clear: both;
	margin: 30px auto;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
}

.footer_anken_tag {
	margin-bottom: 70px;
	text-align: center;
	color: white;
	font-size: 1rem;
}

.footer_anken_tag dt {
	font-size: 1.2em;
	font-weight: bold;
}

.footer_anken_tag dd+dt {
	margin-top: 20px;
}


/*-----------ボタン-----------*/

.button_blue{
	border-radius: 35px;
	background-color: #2A85F6;
	text-align: center;
	color : #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.button_6:hover{
	background-color: #226BC6;
}

.button_6:visited{
	background-color: #FFE100;
}

.full_button{
	display: inline-block;
	width: 100%;
}


.button {
	font-weight: 600;
	font-size: 12px;
	/*padding: 15px 16px;*/
	padding: 15px 46px;
}

.button:hover{
	background-color: #ffffff;
	color: #2A85F6;
	border: 1px solid #2A85F6;
}


.button_2 {
	font-size: 16px;
	font-weight: 600;
	padding: 23px 79px;
	width: 32px;
}

.button_3 {
	font-size: 15px;
	font-weight: 900;
	padding: 13px 15px;
	height: 47px;
}

.button_4 {
	font-size: 16px;
	font-weight: 600;
	padding: 16px 10px;
	width: auto;
	min-height: 24px;
	display: block;
}

.button_4 .small{
	font-size: 0.8em;
	font-weight: normal;
}

.button_4_2 {
	font-size: 16px;
	font-weight: 600;
	padding: 16px 10px;
	margin: 0 96px;
	width: auto;
	height: 24px;
	display: block;
}

.button_4:hover,.button_4_2:hover {
	color : #2A85F6;
	background-color: #ffffff;
	border: solid 2px #2A85F6;
}

.button_5 {
	border-radius: 35px;
	font-size: 16px;
	font-weight: 600;
	padding: 3px 15px;
	text-align: center;
	background-color: #FFE100;
	color : #ffffff;
	width: auto;
}

.button_6 {
	font-size: 16px;
	font-weight: 600;
	padding: 15px 42px;
	width: auto;
	border: none;
}

.button_7 {
	border-radius: 35px;
	font-size: 16px;
	font-weight: 900;
	padding: 16px 43px;
	background-color: #ffffff;
	color : #2A85F6;
	width: 25%;
	text-align: center;
}

.button_7:hover {
	background-color: #226BC6;
	color : #ffffff;
}

.button_8 {
	display: inline;
	font-size: 9px;
	padding: 6px 10px;
	width: auto;
	border: none;
}

.button_IV {
	border-radius: 35px;
	background-color: #2A85F6;
	text-align: center;
	color : #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 92px;
	width: auto;
	height: 40px;
	line-height: 40px;
	display: block;
}

/*-----------テキスト-----------*/

/*
Noto Sans JP/
Light(200),Regular(400),Medium(500),Bold(600),Heavy=Black(900)
*/

.text{
	height: 50px;
	width: 100%;
	margin: 20px 0 40px;
	background-color: #F0F7FF;
	border: none;
}

.text_1{
	float: left;
	margin-right: 22px;
}

.text_2{
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #2A85F6;
	letter-spacing: 2px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.text_3{
	font-size: 25px;
	font-weight: 900;
	color: #2A85F6;
	line-height: 1.5;
}

.text_4{
	font-size: 20px;
	font-weight: 600;
	color: #2A85F6;
	padding-bottom: 10px;
	margin-bottom: 17px;
	border-bottom: 1px solid #2A85F6;
	width: 100%;
	line-height: 1.5;
}

.text_5{
	font-size: 32px;
	font-weight: 900;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 30px;
}


.text_6{
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 2;
	letter-spacing: 2px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.text_7{
	font-size: 30px;
	font-weight: 900;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.text_8{
	font-size: 27px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 10px;
	line-height: 1.5;
}

.text_9{
	font-size: 20px;
	font-weight: 600;
	color: #2A85F6;
	letter-spacing: 2px;
}

.text_9_abc{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size: 20px;
	color: #2A85F6;
	margin-bottom: 50px;
}

/*20px → 15px*/
.text_9_abc_1{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size: 20px;
	color: #2A85F6;
	margin-bottom: 50px;
}

/*20px → 12px*/
.text_9_abc_2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size: 20px;
	color: #2A85F6;
	margin-bottom: 50px;
}


.text_10{
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
}

.text_11{
	font-size: 50px;
	font-weight: 900;
	color: #2A85F6;
	margin-bottom: 50px;
}


.text_13{
	display: inline-block;
	text-align: left;
	color: #2A85F6;
	font-size: 15px;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 10px;
}

.text_13_2{
	display: inline-block;
	text-align: left;
	color: #2A85F6;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	padding: 0;
}

.text_14{
	display: block;
	color: #82A1C4;
	font-size: 12px;
}

.text_15{
	font-size: 35px;
	font-weight: 900;
	color: #2A85F6;
	line-height: 1.5;
}

.text_16{
	font-size: 25px;
	color: #2A85F6;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 50px;
	margin-top: 105px;
	line-height: 1.5;
}

.text_16_2{
	font-size: 25px;
	color: #2A85F6;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 50px;
	margin-top: 70px;
	line-height: 1.5;
}

.text_17{
	font-size: 13px;
	font-weight: 500;
	color: #82A1C4;
	letter-spacing: 2px;
	line-height: 1.5;
}

.text_17_2{
	font-size: 13px;
	font-weight: 500;
	color: #82A1C4;
	letter-spacing: 2px;
	line-height: 1.8;
}

/*案件一覧　top業務内容*/
.text_17_3{
	font-size: 13px;
	font-weight: 600;
	color: #82A1C4;
	letter-spacing: 2px;
	line-height: 1.8;
}

/*案件一覧　案件名*/
.text_18{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 2;
	letter-spacing: 2px;
}

/*記事ページ　タイトル*/
.text_18_2{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 2;
	letter-spacing: 2px;
	display: inline-block;
	padding: 20px 0 50px;
	width: 100%;
}

.anken_box:hover .text_18{
	color: #2A85F6;
}

/*案件紹介_募集条件*/
.text_19{
	font-size: 20px;
	color: #2A85F6;
	letter-spacing: 2px;
	font-weight: 600;
}

.text_19_2{
	font-size: 29px;
	color: #2A85F6;
	letter-spacing: 2px;
	font-weight: 600;
}

.text_19_3{
	font-size: 15px;
	color: #2A85F6;
	letter-spacing: 2px;
	font-weight: 600;
}

.text_19_4{
	font-size: 11px;
	color: #2A85F6;
	letter-spacing: 2px;
	font-weight: 600;
}

/*記事ページ　本文*/
.text_21{
	display: block;
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.8;
}

/*お役立ち記事　タイトル*/
.text_20{
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
	clear: both;
}

.column_box:hover .text_20{
	color: #2A85F6;
}

.page_column_box:hover .text_20{
	color: #2A85F6;
}

/*ユーザーインタビュー*/
/*名前*/
.text_21{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
}

/*名前敬称*/
.text_22{
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	margin-left: 3px;
}

/*メインテキスト*/
.text_23{
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
	margin: 13px 0 10px;
}


.title_1{
	font-size: 35px;
	font-weight: 900;
	line-height: 1.5;
	color:#2A85F6;
	width: 48%;
}

/*-----------会員登録フォーム-----------*/

/*--テキスト入力欄--*/
.wpcf7-text,.wpcf7-textarea{
	height: 50px;
	width: 100%;
	margin: 20px 0;
	background-color: #F0F7FF;
	border: none;
	font-size: 16px;
}

.wpcf7-textarea{
	height: 150px;
	font-size: 16px;
}

/*--チェックボックス--*/
#check .wpcf7-form-control-wrap {
  display: block;
}

#check .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

#check span.wpcf7-list-item {
  position: relative;
  margin: 0 10px 10px 0 !important;/*項目ごとの余白を調整*/
}

#check .wpcf7-list-item-label {/*項目の色や文字サイズ*/
	cursor: pointer;
	text-align: left;
	color: #2A85F6;
	font-size: 15px;
	font-weight: 500;
	padding-left: 0px;
	padding-right: 10px;
}

#check input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}

#check .wpcf7-list-item-label:before {/*チェックボックスの枠*/
	content: '';
	border: solid 1px #2A85F6;
	border-radius: 4px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

#check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
  	content: "";
	position: absolute;
	left: 10px; /* チェックの位置 */
	top: 5px; /* チェックの位置 */
	width: 5px; /* チェックの大きさ */
	height: 15px; /* チェックの大きさ */
	border: solid #2A85F6;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
 	background-size: contain;
}


/*--セレクトボックス--*/
.select_box{
	height: 50px;
	width: 100%;
	margin: 20px 0 40px;
	font-size: 16px;
	color: #2A85F6;
	border: 0.5px solid #2A85F6;
	background-color: #ffffff;
}


/*--ラジオボタン--*/
#radio .wpcf7-form-control-wrap{
	display: block;	
}

#radio .wpcf7-form-control.wpcf7-radio{
	margin-bottom: 15px;
}

#radio span.wpcf7-list-item{
	position: relative;
	flex-basis: 50%;
	width: 100%;
	margin: 0!important
}

#radio .wpcf7-list-item-label{
	text-align: left;
	color: #2A85F6;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-bottom: 15px;
}

#radio input[type="radio"]{
	position: absolute;
	opacity: 0;
}

#radio .wpcf7-list-item-label:before{
	content: '';
	background: #ffffff;
	border-radius: 100%;
	border: 1px solid #2A85F6;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 14px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#radio input[type="radio"]:checked + .wpcf7-list-item-label:before{
	background-color: #2A85F6;
	box-shadow: inset 0 0 0 2px #fff;
}

/*--送信ボタン--*/
.wpcf7 input[type="submit"] {
	border-radius: 35px;
	background-color: #2A85F6;
	text-align: center;
	color : #ffffff;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 42px;
	width: auto;
	border: none;
}

input.wpcf7-submit:hover {
	background: #226BC6;
	transform: translate3d(0px, 3px, 1px);
}

input.wpcf7-submit:visited {
	background: #FFE100;
}

.button_center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpcf7-spinner{
	display: none;
}

/*--エラーメッセージ--*/
/*--全体--*/
.wpcf7-response-output{
	color: #dc3232;
	font-size: 13px;
	line-height: 1.5;
}
/*--各項目--*/
.wpcf7-not-valid-tip{
	color: #dc3232;
	font-size: 13px;
	padding: 0;
	display: inline;
}

/*-----------サブページ-----------*/

#white_box{
	background-color: #ffffff;
	border-radius: 80px;
	padding : 100px 95px 50px;
	margin: 50px 0;
	height: 100%;
	text-align: left;
	position: relative;
}


#contents_sub{
	display: block;
	padding-top: 150px;
	clear: both;
	text-align: center;
}

#contents_sub_single{
	display: block;
	padding-top: 10px;
	clear: both;
	text-align: center;
}


#contents_sub_column{
	display: block;
	padding-top: 30px;
	clear: both;
	text-align: center;
}

#contents_sub_in{
	padding-left: 95px;
	padding-right: 95px;
}

#contents_sub_single pre,#contents_sub_single ol,#contents_sub_single ul {
	font-size: 1rem;
}

/*----------ページネーション-----------*/

.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
	display:inline-block;
	margin-right:5px;
	padding:20px 25px;
	color:#000000;
	font-weight: 600;
	font-size: 15px;
	border-radius:15px;
	background:#ffffff;
}
.pagination .current{
	padding:20px 25px;
	background:#2A85F6;
	color:#ffffff;
	font-size: 15px;
}
.pagination .prev,
.pagination .next{
	padding:20px 25px;
	color:#000000;
	font-size: 15px;
	border-radius:15px;
	background:#ffffff;
}
.pagination .dots{
   background:transparent;
}

/*-----------404エラー-----------*/

#contents_error{
	padding-top: 150px;
	margin-bottom: 150px;
	clear: both;
	text-align: center;
}

.error_img{
	text-align: center;
	margin: 80px auto 0;
}

#contents_error img{
	width: 315px;
	height: 440px;
}

/*-----------サンクスページ-----------*/

#contents_thanks{
	padding-top: 150px;
	margin: 0 auto 150px;
	clear: both;
	text-align: center;
}

.thanks_img{
	text-align: center;
	margin: 60px auto 0;
}

#contents_thanks img{
	width: 350px;
	height: 340px;
}

/*--TOPに戻るボタン--*/
.top_back{
	text-align: center;
	margin: 100px auto 0;
}

.back_button{
	width: 95px;
	font-size: 12px;
	padding: 16px;
	display: inline-block;
}

.back_button:hover{
	color : #2A85F6;
	background-color: #ffffff;
	border: solid 1px #2A85F6;
}

/*-----------採用企業様へ-----------*/


#block1,#block2{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin:50px 0px;
}

#block1 div,#block2 div{
  text-align: center;
  width:30%; 
}

#block1 img,#block2 img{
	margin-bottom: 15px;
	width: 90%;
}

#block1 .text_13_2,#block2 .text_13_2{
	display: block;
}

.sp_point_img{
	display: none;
}


/*-----------案件紹介(page.)-----------*/

#search,#list_search{
	width: 100%;
	margin: 0 auto;
}
#search label{
	display: inline-block;
}

#search label input{
    display: none;
}

#search label span,.tag_list a{
    color: #2A85F6;
	background-color: #ffffff;
    font-size: 15px;
	font-weight: 600;
    border: 1px solid #2A85F6; 
    border-radius: 20px; 
    padding: 10px 15px;
	margin: 0 5px 10px;
	text-decoration: none;
}

#search label span{
	display: block;
}

#search label span:hover,.tag_list:hover{
	cursor: pointer;
}

#search label input:checked + span {
    color:  #ffffff;
    background:#2A85F6;
}

.tag_list a:hover{
	color:  #ffffff;
    background:#2A85F6;
}

.search_line{
	display: block;
	text-align: left;
}

.search_line_2{
	display: block;
	text-align: center;
}

.anken_box{
	position: relative;
	display: block;
	margin: 60px 0;
}

.anken_box:hover{
	background-color: #FFF8C1;
	cursor: pointer;
}

.description{
	width: 100%;
	height: 30px;
	margin: 20px 0;
	align-items: center;
}

.jobs{
	float: left;
	margin-right: 30px;
	margin-bottom:10px;
	height: 30px;
	line-height: 30px;
}

.job{
	float: left;
	margin-right: 10px;
	padding: 2px 0;
	height: 30px;
	align-items: center;
}

.test img{
	width: 37px;
	height: 37px;
}

.job_box{
	display: flex;
	clear: both;
	margin-bottom: 15px;
	align-items: center;
}

.line_2{
	clear: both;
	display: block;
	width: 100%;
	margin-top: 20px;
	border-top: solid 1px #C1E4FF;
}

.line_3{
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-top: dotted 1px #C1E4FF;
}

.anken_box .anken_bottom{
	position: absolute;
	display: inline-block;
	text-decoration: none;
	right: 0;
	bottom: 0;
	margin: 10px 0;
}

.ab_l{
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 2px;
	margin-right: 15px;
	float: left;
}

.anken_box:hover .ab_l{
	color: #2A85F6;
}

.ab_r{
	float: left;
}

.under_box{
	padding: 0 95px;
	vertical-align: middle;
}

.anken_list_item {
	position: relative;
	margin: 60px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C1E4FF;
}

.anken_list_item .description {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.anken_list_item .description li {
	vertical-align: baseline;
	float: none;
	height: auto;
}

.anken_list_item .description .jobs_label {
	margin-right: 0.5em;
}

.anken_list_item .description .jobs_label::after {
	content: ":";
}

.anken_list_item .detail_content {
	display: flex;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.anken_list_item .detail_content+.detail_content {
	border-top: none;
}

.anken_list_item .detail_content >p {
	padding: 1rem 0;
}

.anken_list_item .detail_content >p span+span::before{
	content: "/";
	margin: 0 0.6em;
}

.anken_list_item .detail_content_label {
	flex: 0 0 8em;
}

.anken_list_item .anken_bottom {
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: right;
	position: relative;
}

.anken_tag_clouds {
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#search .anken_tag_clouds {
	width: calc(100% + 40px);
	margin: 0 -20px;
}

.anken_tag_clouds::-webkit-scrollbar {
	display: none;
}

.anken_tag_clouds >dl {
	width: 33%;
	min-width: 313px;
	padding: 0 1em;
	box-sizing: border-box;
}

.anken_tag_clouds >dl >dt {
	border-bottom: 2px solid #A8AEB7;
	padding-bottom: 0.2em;
	font-size: 1em;
	font-weight: bold;
}

footer .anken_tag_clouds >dl >dt {
	border-bottom: 2px solid rgba(255,255,255,0.7);
	padding-bottom: 0.5em;
}

.anken_tag_cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.anken_tag_cloud li {
	width: 50%;
	text-align: center;
	margin: 0.7em 0;
	box-sizing: border-box;
	padding: 0 0.2em;
}

.anken_tag_cloud li a {
	text-decoration: underline;
	color: inherit;
	font-size: 0.9em;
}

.anken_tag_cloud li a:hover {
	opacity: 0.5;
}

.orderby_select {
	float: right;
	font-size: 0.8em;
	text-align: right;
}

.orderby_select select {
	vertical-align: middle;
	font-size: 0.9em;
}

.orderby_select {
	display: flex;
	justify-content: right;
	align-items: center;
}

.orderby_select li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid #2A85F6;
	color: #2A85F6;
	padding: 0.5em 0.75em;
	border-radius: 0.5em;
	margin: 0.25em;
}

.orderby_select li.active a {
	background-color: #2A85F6;
	color: white;
}

.orderby_select li a:hover {
	opacity: 0.8;
}

.faq {
	margin: 1em auto;
	text-align: left;
}

.faq li {
	margin-top: 2em;
}

.faq .question {
	position: relative;
	background: white;
	border-radius: 1em;
	padding: 1em;
	padding-right: 2.3em;
	line-height: 1.4;
}

.faq .question:hover {
	cursor: pointer;
}

.faq .question .icon {
	color: #2A85F6;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	aspect-ratio: 1 / 1;
}

.faq .question .icon:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	top: calc(50% - 1px);
}

.faq .question .icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: calc(50% - 1px);
	transition: opacity .2s;
}

.faq .open .question .icon:after {
	opacity: 0;
}


.faq .answer {
	border-radius: 1em;
}

.faq .answer-inner {
	padding: 1em;
	line-height: 1.4;
}

.anken_table {
	width: 100%;
	margin-bottom: 50px;
	align-items: center;
	border-bottom: 3px solid white;
	display: flex;
	flex-wrap: wrap;
}

.anken_table >li{
	width: 100%;
	height: auto;
	border-top: 3px solid white;
	margin: 0;
	background-color: #f5f5f5;
}

.anken_table >li.half{
	width: 50%;
}

.anken_table >li >dl {
	display: flex;
	align-items: stretch;
	letter-spacing: 0;
	height: 100%;
}

.anken_table >li >dl >dt {
	width: 160px;
	background-color: #2A85F6;
	display: flex;
	align-items: center;
	padding: 0.8em 0.4em 0.8em 0.8em;
	color: white;
	font-weight: bold;
	box-sizing: border-box;
}

.anken_table >li >dl >dd {
	width: calc(100% - 160px);
	padding: 0.8em 0.4em 0.8em 0.8em;
	flex-grow: 1;
	box-sizing: border-box;
}

.anken_table .price{
	font-weight: bold;
	color: #dc3232;
	font-size: 1.2em;
}

.anken_list_item .anken_table {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
}

.anken_list_item .anken_table >li {
	line-height: 1.7;
	font-size: 0.85em;
	border-top: 1px solid #e1e1e1;
	background-color: transparent;
}

.anken_list_item .anken_table >li >dl >dt {
	background-color: rgba(0,0,0,0.05);
	display: flex;
	align-items: center;
	padding: 6px 12px;
	color: black;
}

.anken_list_item .anken_table >li >dl >dd {
	width: calc(100% - 140px - 48px);
	padding: 6px 12px;
	background-color: transparent;
}

.requirements.anken_table >li >dl >dt {
	width: 220px;
}

.requirements.anken_table >li >dl >dd {
	width: calc(100% - 220px);
}

.environment_item {
	margin-right: 0.1em;
}

.environment_item:not(.block) + .environment_item:not(.block)::before {
	content: "/";
	margin-right: 0.2em;
}

.environment_item.block {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.1);
	color: black;
	padding: 0.15em 0.7em;
	margin: 0 0.6em 0.5em 0;
}



/*-----------案件紹介(single.)-----------*/

.single_description{
	width: 100%;
	margin-bottom: 50px;
	align-items: stretch;
}

.jobs_2{
	overflow: hidden;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
}

.job{
	float: left;
	margin-right: 10px;
	padding: 2px 0;
	height: 30px;
	align-items: center;
}

.anken_comment {
	display: flex;
}

.anken_comment .comment_staff {
	width: 200px;
	text-align: center;
	margin-right: 1em;
	letter-spacing: 0;
	line-height: 1.2;
}

.anken_comment .comment_staff .staff_img {
	margin-bottom: 0.1em;
}

.anken_comment .comment_staff .staff_img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}

.anken_comment .comment_staff .staff_role {
	font-size: 0.7em;
	margin-bottom: 3%;
}

.anken_comment .comment_staff .note {
	font-size: 0.3em;
	font-weight: normal;
	color: #cccccc;
	margin-top: 2%;
}

.anken_comment .comment_content {
	width: calc(100% - 200px);
	flex-grow: 1;
	background-color: #f5f5f5;
	padding: 1em;
	letter-spacing: 0;
	line-height: 1.6;
	box-sizing: border-box;
}

.anken_comment .comment_content >dl >dt {
	font-size: 1.1em;
	color: #37789b;
}

.anken_comment .comment_content >dl >dd {
	margin-top: 0.8em;
}

.anken_comment .comment_content >dl >dd.note {
	font-size: 0.8em;
	color: #666;
}

/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	text-align: left;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
	overflow-x: hidden;
}

.modalWrapper {
	position: absolute;
	border-radius: 80px;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	max-width: 960px;
	padding: 10px 95px 50px;
	background-color: #ffffff;
	height : 80%; /*高さ固定*/
    overflow : auto; /*状況に応じて縦スクロールバーが出現*/
}

.modalWrapper::-webkit-scrollbar {
 	display:none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}

.entry{
	font-size: 25px;
	color: #2A85F6;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: center;
	margin: 50px auto 40px;
}


/*--送信ボタン--*/
.modalWrapper input[type="submit"] {
	border-radius: 35px;
	font-weight: 600;
	background-color: #2A85F6;
	text-align: center;
	color : #ffffff;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 42px;
	width: auto;
	border: none;
}

.modalWrapper input.wpcf7-submit:hover {
background: #226BC6;
transform: translate3d(0px, 3px, 1px);
}

.modalWrapper input.wpcf7-submit:visited {
background: #FFE100;
}

/*-----------お役立ち記事(page.)-----------*/

/*選択タグ表示*/
.search_text{
	color: #2A85F6;
	font-size: 15px;
	font-weight: 600;
	margin: 0 5px 10px;
}

.search_tagbox{
	margin: 50px auto 10px;
}

.search_tags{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*該当記事なし*/
#search_none{
	margin: 20px auto;
	text-align: center;
}

#search_none img{
	width: 195px;
	height: 270px;
}

.column_box,.page_column_box{
	display: block;
	padding: 60px 0;
	text-decoration: none;
	clear: both;
}

.column_box:hover,.page_column_box:hover{
	cursor: pointer;
}

.capture,.page_capture{
	display: inline-block;
	float: left;
	width: 40%;
	height: 250px;
	margin-right: 20px;
}

.capture img,.page_capture img{
	width: 100%;
	height: 250px;	
	margin-right: 20px;
	border-radius: 20px;
}

/*　画像の拡大　*/
.zoomIn img{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さ*/
}

.page_column_box:hover img,.new_column:hover img{
	transform: scale(1.2);/*拡大値*/
}

/*　画像のマスク　*/
.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}

/*最新記事NEWアイコン*/
.new{
	position: relative;
	width: 100%;
	height: 250px;
	margin-right: 20px;
}

.new_icon{
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	z-index: 20;
	top: -10px;
	left: -20px;
	color: #000000;
	font-size: 9px;
	background-color: #FFE100;
	border-radius: 50%;
	border: solid 4px #FFFFFF;
	padding: 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.column,.page_column{
	display: inline-block;
	width: 55%;
	height: 250px;
}

/*page_columnタグ*/
.page_column_tag ul{
	display: flex;
	flex-wrap: wrap;
}

.page_column_tag li{
	color : #ffffff;
	font-size: 9px;
	font-weight: 600;
	margin-right: 5px;
	margin-bottom: 5px;
}

.page_column_tag{
	overflow: hidden;
	margin-bottom: 20px;
}


/*single_columnタグ*/
.taggroup{
	border-radius: 35px;
	background-color: #2A85F6;
	padding: 10px;
	border: none;
	cursor: pointer;
	float: left;
	text-align: center;
}

.single_column_tag ul{
	display: flex;
	flex-wrap: wrap;
}

.single_column_tag li{
	color : #ffffff;
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
}

.single_column_tag{
	margin-bottom: 10px;
}

/*-----------お役立ち記事＿投稿ページ設定-----------*/

h1{
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

h2{
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom: 10px;	
}


h3{
	font-size: 17px;
	color: #2A85F6;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
}


.main_text{
	display: block;
	margin: 30px 0 50px;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8;
}

.sub_text{
	display: block;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8;
}

.column_content{
	line-height: 1.8;
	margin-bottom: 30px;
	font-size:15px;
}

#white_box ul{
	text-align: left;
}

ul.list li{
	list-style: disc;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 600;
	font-size:16px;
}

ul.list li::marker{
	font-size: 16px;
	color: #2A85F6;
}

ol.list li{
	list-style: decimal;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 600;
	font-size:16px;
}

ol.list li::marker{
	font-size: 16px;
	color: #2A85F6;
	margin-right: 10px;
}


.wp-block-columns{
	margin-bottom: 0;
}

.line_column{
	border: solid 1px #2A85F6;
	width: 100%;
	margin: 5px 0;
}

.line_column2{
	border: solid 1px #BFD5ED;
	width: 100%;
	margin: 5px 0;
}

/*画像キャプション文字の設定*/
.wp-block-image figcaption{
	font-size: 12px;
	color: #82A1C4;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 15px;
}

.kakomi{
	display: inline-block;
	border: solid 5px #BFD5ED;
	color: #82A1C4;
	font-size: 14px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 40px;
	margin: 20px 0;
}

/*-----------ブログカード-----------*/
a.nm-card {
    border: 1px solid #82A1C4;
    display: flex;
    position: relative;
    width: 400px;
	height: 100px;
    text-decoration: none;
}
a.nm-card:hover {
    box-shadow: none;
	background-color: #F0F7FF;
    opacity: .8;
}

.nm-card-box {
    display: flex;
}

.nm-card-title {
	width: 250px;
	height: 60px;
	font-size: 13px;
    font-weight: 600;
    color: #428bca;
	vertical-align: middle;
	text-align: left;
	line-height: 60px;
	padding: 20px;
}

.nm-card-thumbnail {
	width: 130px;
	object-fit: cover;
}
.nm-card-thumbnail img{
    width: 100%;
	height: 100px;
}

/*-----------プライバシーポリシー-----------*/
#kotei_main{
	background-color: #ffffff;
	border-radius: 80px;
	padding : 100px 95px 50px;
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 2px;
	text-align: left;
}

/*-----------記事内ボタン-----------*/

.button_blue{
	border-radius: 35px;
	background-color: #2A85F6;
	text-align: center;
	color : #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.article_box{
	display: flex;
	flex-direction: column;
	width: 200px;
	margin: 20px 0;
}

.article_item1{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	padding: 15px 16px;
	margin: 10px auto 0;
}

.item_text{
	color: #2A85F6;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

/*-----------お知らせ-----------*/
@media screen and (min-width: 780px) {
	.notice_content{
		display: flex;
	}
	.notice_content .ul_01{
		width: 70%;
		text-align: left;
	}
	.notice_content .ul_02{
		width: 30%;
		text-align: left;
		padding-left: 2rem;
	}
}
@media screen and (max-width: 780px) {
	.notice_content .ul_01{
		text-align: left;
	}
	.notice_content .ul_02{
		text-align: left;
	}
}
.notice_content .New{
	font-size: 0.8rem;
	background: #CCC;
	color: #ffffff;
	padding: 0 0.3rem 0;
	margin-right: 0.5rem;
}
.notice_content .text_span_date{
font-size: 0.8rem;
}

.notice_content .ul_01 .li_item a{
	color:  #000;
}

.notice_content .notice_list_title {
	font-size: 1.3rem;
	padding: 0.6rem 0;
}
.new_icon_notice {
    padding: 0.5%;
    background: #2a85f6;
    font-size: 0.5rem;
    margin-right: 0.4rem;
    color: #fff;
}

.notice_content .ul_01 .li_item {
	border-bottom: 1px solid #858585;
	padding: 0.5rem 0;
}

.notice_content .ul_02 li{
	padding: 12px 0;
  border-bottom: 1px solid #858585;;
}

.notice_content .ul_02 li a{
	font-size: 1rem;
	color: #000
}

.page_nav_notice .page_navi {
	text-align: center;
	font-size: 14px;
	padding: 4rem 0;
}

.page_nav_notice .page_navi li {
	display: inline;
	list-style: none;
}

.page_nav_notice .page_navi li.current span {
	background: #2a85f6;
	color: #fff;
	display: inline-block;
	padding: 11px 14px;
}

.page_nav_notice .page_navi li a {
	border: solid 1px #777;
	color: #333;
	display: inline-block;
	padding: 10px 13px;
	text-decoration: none;
	transition: 0.5s;
}

.page_nav_notice .page_navi li a:hover {
	opacity: 0.5;
}

/*　columnブログ　*/

.column-section .column-post-title {
	color: #000;
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 900;
}

.column-section .column-post-content {
	color: #000;
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 900;
	display: flex;
	gap: 30px;
}

.column-section .column-post-content .column-post-itemlist {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.column-section .column-post-content .post-item {
    width: 32%;
		background: #fff;
}


@media screen and (max-width: 700px) {
	.column-section .column-post-content {
		color: #000;
		margin-bottom: 32px;
		font-size: 32px;
		font-weight: 900;
		display: block;
		gap: 30px;
	}
	.column-section .column-post-content .column-post-itemlist {
		display: block;
	}
	
	.column-section .column-post-content .post-item {
			width: 100%;
			background: #fff;
			margin-bottom: 30px;
	}
	
}

.column-section .post-item a .post-item-img {
	aspect-ratio: 1.57/1;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.column-section .post-item a .post-item-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-section .post-item a .post-item-img .post-item-name {
	background-color: #136ab2;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	top: 0;
}

.column-section .post-item a .post-item-info .post-item-date {
	color: #9b9b9b;
	font-weight: 500;
	text-align: left;
	font-size: 16px;
	padding: 0px 0px 10px;
}

.column-section .post-item-title {
	text-align: left;
	height: 4.8em;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
	transition: all .3s;
	line-height: 1.5;
	color: #000;
}

.column-section .post-item-title:hover {
	color: #136ab2;
}

.column-section .post-item-info .post-item-taglist {
	color: #136ab2;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	text-align: left;
}

.column-section .post-item-info {
	background-color: #fff;
	padding: 16px;
}


#site-sidebar {
	max-width: 250px;
}

#side_01 {
	margin-bottom: 25px;
}

#site-sidebar .custom-another-banner {
	max-width: 250px;
}

@media screen and (max-width: 700px) {
	#site-sidebar {
		max-width: 100%;
    margin-top: 18%;
	}
	#site-sidebar .custom-another-banner {
		max-width: 100%;
	}
}

#site-sidebar .sidebar-recommend__title {
	border-bottom: 1px solid #252729;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 24px;
	padding-bottom: 14px;
	text-align: left;
}

#site-sidebar .sidebar-recommend__title_cat {
	border-bottom: 1px solid #252729;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	padding-bottom: 14px;
	text-align: left;
}

#site-sidebar .sidebar__recommend_cat ul {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}

#site-sidebar .sidebar__recommend_cat ul a {
	color: #000;
	transition: all .3s;
}

#site-sidebar .sidebar__recommend_cat ul a:hover {
	color: #136ab2;
}

#site-sidebar .sidebar-item__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

#site-sidebar .sidebar-recommend-item a {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: relative;
	transition: all .3s;
	width: 100%;
}

#site-sidebar .sidebar-item__title {
	font-size: 12px;
	font-weight: 700;
	transition: all .3s;
	text-align: left;
	color: #000;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#site-sidebar .sidebar-item__img {
	width: 35%;
	flex-shrink: 0;
	margin-right: 8px;
	position: relative;
}

.sidebar-recommend-item {
	margin-bottom: 20px;
}

#site-sidebar .sidebar-item__title:hover {
	color: #136ab2;
}

.column-post-content .column-post-box {
	width: 100%;
	line-height: 1.6;
	text-align: left;
}

.column-post-content .single__img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.single-column-content {
	padding: 20px;
}

.single-column-content .single-name {
	font-size: 13px;
	padding: 8px 12px;
	color: #fff;
  display: inline-block;
	background-color: #136ab2;
	font-weight: 700;
  margin-bottom: 12px;
}

.single-column-content .single-title {
	margin-bottom: 12px;
}

.single-contents p {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}

.single-contents ul li {
	font-size: 16px;
}

.single-column-content .single-date {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 500;
	margin-right: 16px;
}

.single-column-content {
	background: #fff;
}

.single-column-content h2 {
	background: #f0f7ff;
	padding: 16px;
	box-sizing: border-box;
	color: #136ab2;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 1.2px;
	font-weight: bold;
	border-left: 4px solid #136ab2;
	margin-top: 40px;
}

.single-column-content h3 {
	border-bottom: 1px solid #136ab2;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 1.2px;
	color: #136ab2;
	margin-top: 38px;
}

.single-column-content h4,.single-column-content h5 {
	font-size: 18px;
}


.single-column-content .single-column-tag,.single-column-content .single-column-tag ul {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
	.single-column-content .single-title {
		font-size: 1.6rem;
	}
	.single-column-content h2 {
		font-size: 18px;
		line-height: 1.6;
	}
	.single-column-content h3 {
		font-size: 17px;
		line-height: 1.6;
	}
	.single-column-content .single-column-tag, 
	.single-column-content .single-column-tag ul {
		display: block;
	}
	.single-column-content h4,.single-column-content h {
		font-size: 16px;
	}
}

.single-column-content .single-column-tag ul li {
	color: #136ab2;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

#toc_container {
	max-width: 91.8%;
	width: 100%!important;
	display: table;
	border: 1px solid #cccccc85;
	padding: 4%;
	margin: 10px 0 30px;
	border-top: 3px solid #136ab2;
}

#toc_container .toc_title {
	font-size: 18px;
	font-weight: 700;
}

#toc_container .toc_list {
	line-height: 1.8;
}

#toc_container .toc_list ul {
	margin-left: 10px;
}

#toc_container .toc_list li {
	list-style: decimal;
	margin-left: 20px;
}

@media screen and (max-width: 700px) {
	#toc_container .toc_list li {
		font-size: 13px;
	}
}

#toc_container .toc_list ul li{
	list-style: disc;
	
}

#toc_container .toc_list li a {
	color: #136ab2;
	font-weight: 400;
}

#toc_container .toc_list li a:hover {
	color: #4a97d6;
}

#toc_container .toc_toggle {
	margin-left: 16px;
}

#toc_container .toc_toggle a {
	color: #136ab2;
}

#toc_container .toc_list li::marker {
  color: #136ab2;
}

#toc_container .toc_list li a{
	font-weight: 700;
}

#toc_container .toc_list li ul li a {
	font-weight: normal;
}


.custom-banner .custom-banner-title,
.custom-banner_2 .custom-banner-title,
.custom-banner_3 .custom-banner-title,
.custom-banner_4 .custom-banner-title,
.custom-banner_5 .custom-banner-title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px solid #222222;
	padding-bottom: 6px;
	margin-bottom: 24px;
}

.custom-banner .custom-banner-flex,
.custom-banner_2 .custom-banner-flex,
.custom-banner_3 .custom-banner-flex,
.custom-banner_4 .custom-banner-flex,
.custom-banner_5 .custom-banner-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
	.custom-banner .custom-banner-flex,
	.custom-banner_2 .custom-banner-flex,
	.custom-banner_3 .custom-banner-flex,
	.custom-banner_4 .custom-banner-flex,
	.custom-banner_5 .custom-banner-flex {
		display: block;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 16px;
	}
}

.custom-banner .custom-banner-flex img,
.custom-banner_2 .custom-banner-flex img,
.custom-banner_3 .custom-banner-flex img,
.custom-banner_4 .custom-banner-flex img,
.custom-banner_5 .custom-banner-flex img{
	width: 90%;
	padding: 2%;
}

.custom-banner .custom-banner-flex div,
.custom-banner_2 .custom-banner-flex div,
.custom-banner_3 .custom-banner-flex div,
.custom-banner_4 .custom-banner-flex div,
.custom-banner_5 .custom-banner-flex div {
	width: 50%;
}

@media screen and (max-width: 700px) {
	.custom-banner .custom-banner-flex div,
	.custom-banner_2 .custom-banner-flex div,
	.custom-banner_3 .custom-banner-flex div,
	.custom-banner_4 .custom-banner-flex div,
	.custom-banner_5 .custom-banner-flex div {
		width: 100%;
	}
}


.custom-banner,
.custom-banner_2,
.custom-banner_3,
.custom-banner_4,
.custom-banner_5 {
	padding: 4%;
	margin: 10px 0 30px;
	border: 1px solid #cccccc85;
}

.custom-banner-flex {
	text-align: center;
}

.custom-banner-flex a {
	font-size: 17px;
	display: block;
	background: #2196F3;
	color: #fff;
	padding: 34px 0;
	position: relative;
	padding-left: 4%;
}

@media screen and (max-width: 700px) {
	.custom-banner-flex a {
    font-size: 14px;
    display: block;
    background: #2196F3;
    color: #fff;
    padding: 20px 15px;
    position: relative;
    padding-left: 18%;
    text-align: left;
	}
}

.custom-banner-flex a:before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-image: url();
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 38%;
	left: 7%;
}

.custom-banner b,
.custom-banner_2 b,
.custom-banner_3 b,
.custom-banner_4 b,
.custom-banner_5 b {
	font-weight: bold;
}

.archive-taglist {
	margin-bottom: 12px;
}

.archive-taglist ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.archive-taglist ul li {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 8px;
	transition: all .3s;
}

.archive-taglist ul li:hover {
	background-color:#afd3f2;
	color: #fff;
}

.archive-taglist ul li a:hover {
	color: #fff;
}

.archive-taglist ul li a {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 11px 24px;
	font-weight: bold;
}

.archive-taglist ul li.current a {
	color: #fff;
	padding: 11px 24px;
	font-size: 14px;
}

.archive-taglist ul li.current {
	background-color: #136ab2;
} 

.archive-taglist-title {
	color: #136ab2;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: left;
}


.p-author .p-author-flex {
	display: flex;
	align-items: center;
	border: 1px solid #006bd6;
	border-bottom: none;
	background: #f0f7ff;
}

.p-author__figure {
	padding: 20px;
}

.p-author .p-author__figure img {
	max-width: 100px;
	height: auto;
	border-radius: 0;
}

.p-author .p-author__custom-title {
	display: flex;
}

.p-author .p-author__custom-sns {
	border: 1px solid #006bd6;
	display: flex;
	gap: 14px; 
	padding: 3px 13px 0;
}

.p-author {
	margin: 28px 0 41px 0;
}

.p-author__custom-title p a {
	color: #136ab2;
	position: relative;
	transition: all .3s;
}

.p-author__custom-title p a:hover {
	opacity: 0.8;
}

.p-author__custom-sns svg{
	color: #000;
}

.p-author__custom-sns p{
	color: #000;
}

.sab-facebook {
	width: 13px;
}

.sab-twitter {
	width: 25px;
}

@media screen and (max-width: 1037px) { 
	.column-section .column-post-content .post-item {
		width: 48%;
	}
}

@media screen and (max-width: 700px) { 
	.p-author .p-author-flex {
		display: block;
    padding: 3%;
	}
	.p-author .p-author__figure img {
    max-width: 100px!important;
	}
	.p-author__figure {
    padding: 20px;
    margin: 0 auto;
		text-align: center;
	}
	.column-section .column-post-content .post-item {
		width: 100%;
	}
}

.single-column-content .wp-block-image img {
	margin: 12px 0 0;
}

.single-column-content cite {
	font-size: 16px;
}


@media screen and (min-width: 900px) { 
	.pc-none {
		display: none;
	}
}

.cat-menu ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 180px;
	margin: 0 auto 20px auto!important;
}
.cat-menu ul li {
	position: relative;
	margin: 0;
	height: 24px!important;
	margin-bottom: 0!important;
}
.cat-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
	left: 0;
  width: 13px;
  height: 0;
  border-top: 1px solid #fff!important;
}
.cat-menu ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #fff!important;
}
.cat-menu ul li:last-child:after {
  height: 18px;
}

.cat-menu > ul > li:before,
.cat-menu > ul > li:after {
  /* 最上位も線を表示する時はコメント化 */
  border: none;
}
.cat-menu i {
  margin-right: 8px;
}

.cat-menu ul li a {
	font-size: 14px!important;
	margin-left: 30px;
}


.li_custom01 {
	position: relative;
}

.li_custom01 a {
	padding: 14px 44px 14px 17px!important;
	background: #f0f7ff;
	border-radius: 50px;
	font-size: 14px;
}

.li_custom01 a:hover {
	background: #f2f8ff;
}

.li_custom01 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-color: #4da0e8;
	border: 1px solid #4da0e8;
	border-radius: 50%;
}

.li_custom01 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 23px;
	transform: rotate(45deg) translateY(-50%);
	width: 4px;
	height: 4px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}

@media screen and (max-width: 900px) {  
	.li_custom01 {
    margin-top: 20px;
    margin-left: 0;
		margin-bottom: 54px!important;
	}

	.li_custom01 a {
		color: #2196F3!important;
    background: #fff;
	}
}

.cat-menu p{
	display: flex;
	justify-content: center;
	color: #fff;
	padding-bottom: 11px;
	width: 50%;
	margin: 37px auto 0;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 900px) {  
	.fixed-sidebar {
		position: fixed;
    top: 150px;
	}
}

#Logo {
	width: 35px;
	height: auto;
}

.banner-set {
	border: 1px solid #136ab2;
	margin-bottom: 45px;
}

.banner-set div{
	background: #136ab2;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 3px;
	line-height: 1.5;
}

.banner-set .banner-textarea {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	width: 93%;
	margin: 0 auto;
	padding: 6px 0 10px 0;
	font-weight: 500;
}

.banner-set .banner-text {
	font-size: 13px;
	font-weight: normal;
}

.banner-set a {
	font-size: 15px;
	border: 1px solid;
	padding: 10px;
	color: #fff;
	background: #136ab2;
	display: block;
	width: 80%;
	margin: 10px auto;
}

.banner-set a:hover {
	opacity: 0.8;
}

#check_form {
	text-align: center;
	max-width: 880px;
	margin: 80px auto;
	background: #f0f7ff;
	padding: 20px;
	border-radius: 45px;
}

.column-post-box table {
	font-size: 1rem;
}

.column-post-box figcaption {
	font-size: 1rem;
}

/* UTMパラメータがある場合のフッターナビゲーションの余白 */
.footer-ul-padding-no-line-add-friends {
  padding-top: 50px;
}