* {
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;333322
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
}

/*-------------------------
	アンカー・ボタン
---------------------------*/
a {
    color: #1B224C;
    word-break: break-word;
}
 a:hover{
    color: #666666;
 }
.btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #37d2e7;
    border-radius: 0.5rem;
    border: 1px solid #37d2e7;
    margin: auto 10px;
    display: inline-block;
}
.btn:hover {
    text-decoration: none !important;
    background-color: #fff;
    color: #37d2e7;
}

/*-------------------------
	並列ボタン
---------------------------*/
.btn_01 {/*水色ボタン*/
    display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #37d2e7;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #37d2e7;
    padding: 0;
}
.btn_01:hover {
    background-color: #fff;
    color: #37d2e7;
    text-decoration: none !important;
}
.btn_02 {/*紺ボタン*/
    display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #1B224C;
    border: 1px solid #1B224C;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}
.btn_02:hover {
    background-color:#fff;
    color: #1B224C;
    padding-bottom: 1px;
    text-decoration: none !important;
}
.btn_03 {/*押せないボタン*/
	display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #d5d5d5;
    color: #1B224C;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d5d5d5;
    padding: 0;
    cursor: pointer;
}


.arrow_b {
	width: 30px;
    margin: auto;
	display: block;
 	border-top: 20px solid #1B224C;
 	border-right: 30px solid transparent;
 	border-left: 30px solid transparent;
}
/*-------------------------
	dl dt dd 横並び
---------------------------*/
dt{
	font-size: 16px;
	float: left;
}
dd{
	font-size: 16px;
	margin-left: 1rem;
}




textarea,
input[type=text],
input[type=number],
input[type=date],
input[type=time],
input[type=email],
input[type=tel],
input[type=password],
input[type=search] {
    padding: 1rem;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.2 !important;
}

input[type=text],
input[type=number],
input[type=date],
input[type=time],
input[type=email],
input[type=tel],
input[type=password] {
    min-width: 100px;
    min-height: 1em;
}

section {
	width: 900px;
	margin: 100px auto;
}

/*--------------------
	text-align設定
----------------------*/
.txtRight{
	text-align: right;
}
.txtLeft {
	text-align: left;
}
.txtCenter {
	text-align: center;
}

/*--------------------
	position設定
----------------------*/
.rela {
	position: relative;
}
.ab {
	position: absolute;
}

/*--------------------
	display設定
----------------------*/
.flex {
	display: flex;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_end {/*下合わせ*/
	display: flex;
	justify-content: end;
}
.flex_between {/*両端ぴったり*/
	display: flex;
	justify-content: space-between;
}
.itmCenter {
	align-items: center;
}
.block {
	display: block;
}

/*--------------------
	フォント
----------------------*/
p {
	font-size: 16px;
	color: #1B224C;
	word-break: break-word;
  	overflow-wrap: anywhere;
}
.h1 {
	font-size: 36px;
	color: #1B224C;
	word-break: break-word;
  	overflow-wrap: anywhere;
}
.h2 {
	font-size: 26px;
	color: #1B224C;
	word-break: break-word;
  	overflow-wrap: anywhere;
}
.h3 {
	font-size: 18px;
	color: #1B224C;
}

.sky {
	color: #00ACBA;
}

/*--------------------
	線
----------------------*/
.br1p {
	border-right: 1px solid #1B224C;
}
.bl1p {
	border-left: 1px solid #1B224C;
}
.bt1p {
	border-top: 1px solid #1B224C;
}
.bb1p {
	border-bottom: 1px solid #1B224C;
}
.br3p {
	border-right: 3px solid #1B224C;
}
.bl3p {
	border-left: 3px solid #1B224C;
}
.bt3p {
	border-top: 3px solid #1B224C;
}
.bb3p {
	border-bottom: 3px solid #1B224C;
}
.br5p {
	border-right: 5px solid #1B224C;
}
.bl5p {
	border-left: 5px solid #1B224C;
}
.bt5p {
	border-top: 5px solid #1B224C;
}
.bb5p {
	border-bottom: 5px solid #1B224C;
}
/*--------------------
	テキストブロック
----------------------*/
.text01 {
	width: 500px;
}
.text01 .marker {
	font-size: 12px;
	padding: 0.25rem 1rem;
	display: inline-block;
    background-color: #1B224C;
    color: #fff;
}
.text01 .h2 {
	margin: 20px 0;
	font-weight: bold;
}
.text02 {
	height: 110px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.text02 p {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
}
.text02 h4 {
	font-size: 12px;
	position: absolute;
	bottom: 0;
}
.text03 {
	height: 90px;
	margin-bottom: 20px;
}
.text03 .h2 {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
}
.text03 p {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
}
.text03 h4 {
	font-size: 12px;
	margin-bottom: 15px;
}
.text06 {
	margin: auto;
	min-height: 200px;
	margin-bottom: 50px;
	padding: 0 20px;
}v
.text06 p {
	border-top: 1px solid;
}
.text06 .h2{
	font-size: 22px;
	font-weight: bold;
}
.text07 {
	padding: 20px 30px;
	background-color: #F8F8F8;
}

/*--------------------
	画像サイズ
----------------------*/
.co_logo {
	width: 150px;3q2w	
	height: 45px;
	object-fit: cover;
}
.img50_50 {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.img100_70 {
	width: 100px;
	height: 70px;
	object-fit: cover;
}
.img150_110 {
	width: 150px;
	height: 110px;
	object-fit: cover;
}
.img210_140 {
	width: 210px;
	height: 140px;
}
.img240_170 {
	width: 240px;
	height: 170px;
	object-fit: cover;
}
.img250_170 {
	width: 250px;
	height: 170px;
	object-fit: cover;
}
.img270_200 {
	width: 270px;
	height: 200px;
	object-fit: cover;
}
.img280_170 {
	width: 280px;
	height: 170px;
	object-fit: cover;
}
.img310_190 {
	width: 310px;
	height: 190px;
	object-fit: cover;
}
.img350_240 {
	width: 350px;
	height: 240px;
	object-fit: cover;
}
.img400_250 {
	width: 400px;
	height: 250px;
	object-fit: cover;
}
.img590_130 {
	width: 590px;
	height: 130px;
	object-fit: cover;
}
.img590_370 {
	width: 590px;
	height: 370px;
	object-fit: cover;
}
.img700_350 {
	width: 700px;
	height: 350px;
	object-fit: cover;
}

.r10 {
	border-radius: 10px;
}
.r1000 {
	border-radius: 1000px;
}

/*-------------------------
ページナビ（passnav)
---------------------------*/
.passnav {
	margin-top: 80px;
	width: 100%;
	background-color: #F8F8F8;
	height: 50px;
	padding: 1rem 0;
}
.passnav .flex {
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 0 1rem;
}
.passnav .flex a,
.passnav .flex p {
	font-size: 12px;
	padding-right: 15px;
	color: #1B224C;
}
.passnav .flex a:hover {
	color: #00ACBA;
}

/******************************
pagination
******************************/
.pagination { 
	display: -ms-flexbox;
	display: flex; 
	padding-left: 0;
 	list-style: none; 
 	margin-top: 100px; 
}
.page-item {
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition: opacity .2s;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1em;
}
.page-item.active .page-link {}
.page-item:first-child .page-link {}
.page-item:last-child .page-link {
    color: #1B224C;
}

span.page-link {
    color: #1B224C;
}

.page-link {
    color: #1B224C;
    padding: 10px 50px;
    background-color:#F8F8F8;
    border-radius: 10px;
}
.mini .page-link {}

a.page-link:hover {
    z-index: 2;
    text-decoration: none !important;
}

.page-link {}
.page-item.active .page-link {
    color: #fff;
    background-color: #1B224C;
}

a.page-link:hover {
    color: #fff !important;
    background-color: #1B224C !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/*home*/
/*-------------------------------------------
		ホームキーヴィジュ
---------------------------------------------*/
.key_v {
	width: 100%;
	min-height: 480px;
	background-image: url(https://placehold.jp/1280x480.png);
	background-size: cover;
}
.key_v .copy{
	padding-top: 90px;
	padding-bottom: 30px;
	font-size: 48px;
}
.key_v .btn {
	margin-top: 50px;
	margin-bottom: 20px;
}
.key_v p {
	max-width: 600px;
	margin: auto;
}

.customer01 {
	padding: 0 10px;
}
.customer01 p {
	padding-top: 10px;
}

.detail_inf{
	background-color: #f8f8f8;
	padding: 50px;
}



.flow {
	display: table;
}
.flow div {
	margin-bottom: 25px;
}
.flow .flex {
	background-color: #f1f1f1;
}
.flow .h2 {
	width: 180px;
	padding: 0.5rem 1rem;
}
.flow p {
	margin: auto 0;
	padding: 0 1rem;
}


/*-------------------------------------------
		FAQ
---------------------------------------------*/
.faq {
    margin-bottom: 100px;
}
.faq .wrap {
    width: 900px;
    margin: 0 auto;
}
.faq .q-title {
    width: 100%;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-top: 1px solid;  
}
.faq .q-title:after {
    content: "＋";
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}
.faq .q-title.open:after {
    content: "－";
    font-weight: bold;
}
.faq .q-title .q:before {
    /*content: "Q.";*/
    display: inline-block;
    color: #37d2e7;
    width: 1em;
    text-align: left;
}
.faq .q-title .q {
    padding-left: 3em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: bold;
}
.faq .faq-box {
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
}
.faq .faq-box p span {
    display: block;
    padding: 5px 0 20px 0;
    font-size: 16px;
}

/*-------------------------------------------
		ブログ
---------------------------------------------*/
.miniblog {
	width: 420px;
	margin: 0 auto auto auto;
}
.miniblog .img_ctgr {
	bottom: 20px;
}

.img_ctgr {
	text-align: center;
	padding: 0.25rem;
	background-color: #1B224C;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	font-size: 12px;
}
/*-------------------------------------------
		お知らせ
---------------------------------------------*/
.mininews {
	width: 420px;
	margin: 0 auto auto auto ;
}

/*-------------------------------------------
		CTA
---------------------------------------------*/
.cta {
	width: 100%;
	min-height: 250px;
	text-align: center;
	background-image: url(https://placehold.jp/1280x250.png);
	background-size: cover;
}
.cta .h1{
	padding-top: 30px;
	padding-bottom: 10px;
}
.cta  .btn {
	margin-bottom: 20px;
}
.cta_tel {
	display: flex;
	justify-content: center;
	margin: auto;
	text-align: center;
	height: 80px;
	padding: 1rem;
}
.cta_tel p {
	width: 250px;
	margin-top: 19px;
}

/*-------------------------------------------
		企業様を支援してます
---------------------------------------------*/
.customer_logos div {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
.customer_logos .co_logo{
	height: 60px;
	margin: 15px;
	text-align: center;
}
.cause {
	width: 900px;
	padding: 60px 0;
}
.cause .cause_inner {
	width: 250px;
	padding: 0 15px;
	text-align: center;
}
.cause .cause_inner img {
	border-radius: 1000px;
	margin: auto;
}
.cause .cause_inner .h2 {
	margin: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.cause .cause_inner p {
	text-align: left;
}

/*--------------------------------------------
		サービストップ・youtube
---------------------------------------------*/
.srvc_top .h2 {
	margin-top: 40px;
}
.srvc_top .youtube {
	width: 500px;
    height: 290px;
    margin-top: 20px;
}

/*--------------------------------------------
		提供サービス
---------------------------------------------*/
.srvc_outline .marker {
	background-color: inherit;
	padding: inherit;
	color: initial;
	font-weight: bold;
}
.srvc_outline .h2 {
	margin-top: 0;
}
.srvc_outline .rink {
	display: block;
	padding-top: 30px;
	color: #00ACBA;
}

.anc_img{
	width: 275px;
	height: 200px;
	background-image: url(https://placehold.jp/275x200.png);
	padding: 0 30px;
	margin: auto 15px;
	}
.anc_img .h2{
	padding-top: 50px;
	text-align: center;
	color: #1B224C;
}

.anc_img p {
	padding-top: 30px;
	text-align: center;
	color: #1B224C;
}
.anc_img:hover {
	 box-shadow: 0 10px 25px 0 rgba(60, 194, 235, 0.5);
	 text-decoration: none !important;
}

/*-------------------------------------------
		料金
---------------------------------------------*/
.plan_top{
	width: 900px;
}
.plan_top .h2 {
	margin: auto;
}
.plan_top .flex {
	width: 660px;
	margin: 40px auto;
}
.plan_top .flex .bold {
	padding: 1.5rem;
    width: 280px;
    height: 90px;
    border: 1px solid;
    margin: auto 30px;
}

.plan_list .plan_baners {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}
.plan_list .plan_baner {
	width: 220px;
}
.plan_list .plan_baner_inner {
	border: 1px solid;
}
.plan_list .plan_baner_inner .plan_name {
    padding: 1.25rem;
    background-color: #1B224C;
}
.plan_list .plan_baner_inner .plan_name .h2,
.plan_list .plan_baner_inner .plan_name p {
	color: #fff;
}
.plan_list .plan_baner_inner .plan_cnt {
	height: 470px;
}

.plan_list .plan_cnt .btn {
	font-size: 18px;
	border-radius: 1000px;
	padding: 1rem;
	color: #1B224C;
	background-color: #fff;
	border: 1px solid #1B224C;
	margin: 20px auto;
}
.plan_list .plan_cnt .btn:hover {
	background-color: #1B224C;
	color: #fff;
}
.plan_list .btn_ent {
	width: 100%;
	font-size: 18px;
	padding: 0.5rem;
	margin: auto;
	margin-top: 10px;
	background-color: #1B224C;
	border: 1px solid #1B224C;
}
.plan_list .btn_ent:hover {
	background-color: #fff;
	color: #1B224C;
}
.plan_list .pickup .plan_baner_inner{
	border: 1px solid #00ACBA;
}
.plan_list .pickup .plan_name,
.plan_list .pickup .btn_ent {
	background-color: #00ACBA;
	border: 1px solid #00ACBA;
}
.plan_list .pickup .btn_ent:hover {
	background-color: #fff;
	color: #00ACBA;
}
.plan_list .pickup .plan_cnt .h2 {
	color: #00ACBA;
}

.plan_sup  .plan_sup_inner{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
/*text06*/

/*-------------------------------------------
		事例
---------------------------------------------*/

.precedent_srch {
	width: 900px;
	background-color: #1B224C;
	padding: 20px;
}
.precedent_srch p,
.precedent_srch .h1,
.precedent_srch .h2 {
	color: #fff;
}
.precedent_srch .title:after {
    content: "×";
    position: absolute;
    right: 1em;
    top: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}
.precedent_srch .bdr {
	border-right: 1px solid #fff;
	border-left	: 1px solid #fff;
	padding: 0 120px;
}

.precedent_srch .srch_box {
	height: 360px;
}
.precedent_srch .srch_box li {
	margin-bottom: 20px;
}
.precedent_srch .srch_box input {
	transform: scale(1.75);
}
.precedent_srch .srch_box label {
	padding-left: 30px;
	color: #fff;
}

.precedent_srch .srch_box input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.precedent_srch .srch_box input[type="checkbox"]{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.precedent_srch .srch_box input[type="checkbox"]::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #fff; /* 枠の色変更 お好きな色を */
    background-color: #1B224C; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.precedent_srch .srch_box input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 6px;
    margin-top: -6px;
    top: 50%;
    left: 1px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #fff; /* チェックの色変更 お好きな色を */
}

.precedent_srch .btn {
	background-color: initial;
	border: 1px solid #fff;
	padding: 1rem 10rem;
}
.precedent_srch .btn:hover {
	background-color: #fff;
	color: #1B224C;
}
/*------------------------------------------
		事例(各会社)
---------------------------------------------*/
.customer02 {
	margin: auto auto 60px auto;
	padding: 40px;
	background-color: #F8F8F8;
}
.customer02 .text04 {
	min-height: 190px;
	min-width: 60%;
}
.text04 .h2 {
	margin: 15px 0;
}
.text04 p{
	padding: 0.1rem 0.5rem;
	border: 1px solid #1B224C;
}
.customer_list a:hover {
	text-decoration: none !important;
}

/*------------------------------------------
		事例(記事)
---------------------------------------------*/
.precedent_artcl,
.artcl_section {
	width: 700px;
}
.precedent_artcl {
	margin: auto;
	margin-top: 0;
}
.text05 {
	padding: 30px 50px;
	margin: auto;
	margin-top: 20px;
	background-color: #F8F8F8;
}
.text05 a {
	font-weight: bold;
}

/*-------------------------------------------
		事例(いいね シェア　Tweet)
---------------------------------------------*/
.artcl_shere {
	display: flex;
	margin: 50px 0;
}
.artcl_shere p {
	font-size: 10px;
	padding: 0.25rem 0.75rem;
	font-weight: bold;
	color: #fff;
}
.artcl_shere .good,
.artcl_shere .shere {
	background-color: #305097;
	border-radius: 5px;
	cursor: pointer;
}
.artcl_shere .tweet {
	background-color: #00ACED;
	border-radius: 5px;
	cursor: pointer;
}
.artcl_shere .good:hover,
.artcl_shere .shere:hover,
.artcl_shere .tweet:hover {
	background-color: #707070;
}
.artcl_shere .fa-solid,
.artcl_shere .fa-brands {
	padding-top: 3px;
	margin-right: 5px;
}

.artcl_head {
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	position: relative;
}
.artcl_head .txtRight {
	position: absolute;
	right: 0;
}

/*-------------------------------------------
		会社概要
---------------------------------------------*/
.key_v02 {
	width: 100%;
	min-height: 280px;
	background-image: url(https://placehold.jp/1280x280.png);
	background-size: cover;
	padding: 70px 10px;
}
.key_v02 .txtCenter {
	width: 900px;
}

.com_list .list_item {
	padding: 16px 0;
	display: flex;
	border-top: 1px solid #D5D5D5;
}
.com_list .last_item {
	border-bottom: 1px solid #D5D5D5;
}
.com_list .list_l {
	width: 20%;
	display: block;
}
.com_list .list_r {
	width: 80%;
	display: block;
}
.com_list a {
	color: #00ACBA;
}


.prf {
	width: 280px;
}
.prf a {
	color: #00ACBA;
}

/*-------------------------------------------
		セミナー
---------------------------------------------*/
.smnr_item .rela {
	min-height: 240px;
	width: 100%;
}
.smnr_item .rela .h2 {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
}
.smnr_item .ab {
	bottom: 0;
	width: 100%;
}

/*-------------------------------------------
		記事・セミナーリスト
---------------------------------------------*/
.artcl_item .ab { 
	bottom: 0; 
	background-color: #1B224C; 
	color: #fff;
 	text-align: center; 
 	padding: 0.25rem;
 	width: 100%;
 }
.artcl_item .text .h2 {
	max-width: 630px;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
}
/*-------------------------------------------
		セミナー・公開中/2分割記事/
---------------------------------------------*/
.artcl02_main {
	width: 590px;
	margin-right: 40px;
} 
.li {
	margin-left: 30px;
	list-style-type: disc;
	color: #00ACBA;
	font-size: 18px;
}
.ol .li {
	list-style-type: decimal;
}
.li span {
	color: initial;
}
 .form_title {
	width: 100%;
	padding: 1rem	 0;	
	background-color: #1B224C;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.form01 input[type=text],
.form01 input[type=email],
.form01 input[type=tel],
.form01 textarea {
	width: 100%;
	margin-top: 10px;
}
.form01 textarea {
	padding: 15px 20px;
	resize: none;
}
.form01 input[type=radio],
.form01 input[type=checkbox] {
	zoom: 1.5;
	margin-right: 10px;
}

.artcl02_sub .img_ctgr {
	font-size: 12px;
	width: 100px;
	padding: 0.15rem 0;
}
.artcl02_sub .text02  {
	height: initial;
}

/*-------------------------------------------
		セミナー・レポート
---------------------------------------------*/
.b_tab {
	display: flex;
	width: 900px;
	margin: 50px auto;
	border-bottom: 1px solid #D5D5D5;
}
.b_tab .flex {
	margin: auto 0 auto auto;
}
.b_tab .flex .bold {
    padding: 0 15px 15px;
    display: block;
    margin-bottom: -18px;
}
.b_tab .flex .bold:hover {
	text-decoration: none !important;
}

/*-------------------------------------------
		ブログ
---------------------------------------------*/
.quot {/*引用記号*/
	margin: auto;
	padding-right: 20px;
	font-size: 90px;
	height: 90px;
	color: #B4B4B4;
}
.writer_prf {
	padding: 30px;
	border: 1px solid #1B224C;
	border-radius: 5px;
}
.writer_prf .flex p {
	font-size: 18px;
}


/*-------------------------------------------
		お知らせ
---------------------------------------------*/
.news_list a {
	padding: 20px 0;
	border-top: 1px solid #D5D5D5;
}
.news_list .lastitem {
	border-bottom: 1px solid #D5D5D5;
}



