/*全体横幅*/
.container, .container-lg, .container-md, .container-sm, .container-xl{
	width: 1100px;

	font-size: 14px;
}

.nav_all{
	width: 100%;
	border-bottom: solid 5px #4066b3;
	}

/*右側横幅*/
.col-md-9 {
	width: 720px;
    flex: 0 0 69%;
}

/*全体装飾*/
body{
	background: #f2f0ee;
}

a{
	color: #003399;
}

.fl_l{
	float: left;
}

.fl_r{
	float: right;
}

.mt30{
	margin-top: 30px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px !important;
}

.ta_c{
	text-align: center;
}

.cl_gry{
	color: #999;
	font-size: 0.9em;
}

/*右側装飾*/
.main-inner{
	background: #fff;
	padding: 30px 20px;
}
/*左側装飾*/
.col-md-3{
	background: #fff;
	flex: 0 0 30%;
	max-width: 29%;
}

.row{
	margin-top: 20px;
}

/*ナビゲーション*/
.navbar .container{
	display: block;
}

.bg-light{
	background-color: #fff!important;
	padding: 0;
}

.nav_new{
	width: 1100px;
	margin: 0 auto;
}

.nav_new_bo{
	border-top: solid 1px #ddd;
}

.nav_new_ul{
	/*margin: 0 auto;*/
	width: 100%;
	height: 60px;
	border-left: solid 1px #ddd;
}

.nav_new_li{
    width: 100%;
    text-align: center;
	display: table-cell;
    /*border-right: solid 1px #ddd;*/
    color: #555;
}

.nav_new_li a{
	height: 60px;
	padding: 20px 10px;
}

.nav_new_li a:hover{
	background:#eee;
}

.nav_new_bo	ul{
	padding-inline-start: 0;
	}
	
.nav_new_ul{
	height: 4rem;
	margin: 0 auto;
	}
	
.nav_new_li{
	width: 178px;
	/*width: 10%;*/
	font-size: 14.5px;
	list-style: none;
    position: relative;
	}
	
.nav_new_li a{
	display: block;
	height: 4rem;
    text-align: center;
    text-decoration: none;
	color: #555;
	border-right: solid 1px #ddd;
	}
	
.nav_new_li ul li{
	list-style: none;
    position: relative;
	}
	
.nav_new_ul li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
	
}
	
.nav_new_ul li li a {
    border-top: 1px solid #eee;

}
.nav_new_ul li:hover > ul > li {
    height: 4rem;
	display: block;
    overflow: visible;
	background: #fff;
	z-index: 999;
	font-size: 15px;
	line-height: 1rem;
	position: relative;
}
	
/*▼装飾*/
.nav_new_ul > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #555;
    content: "";
    right: 0.5rem;
    position: absolute;
    top: 2rem;
    transform: translateY(-40%);
}
.nav_new_ul li ul li ul:before {/*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #555;
    content: "";
    left: -20px;
    position: absolute;
    top: 2em;
    transform: translateY(-50%);
}
.nav_new_ul li:nth-child(5) ul li ul:before {/*一番右のメニューの孫階層*/
    border: 5px solid transparent;
    border-right: 5px solid #555;
    left: auto;
    right: -20px;
}

/*TOP画像*/
.app{
	width: 100%;
    height: 45vh;
    background-image: url(../../../themes/bootstrap2020/images/top/top_image.jpg);
    background-repeat: no-repeat;
    background-size: 103%;
	background-position: center top;
	position: relative;
}


.app .text_center{
	position: absolute;
	top: 44%;
    left: 20%;
	color: #fff;
	text-align: center;
	margin-bottom: 1.15rem;
	line-height: 1em;
}

.app h2{
	font-size: 2.8vw;
}

.app p{
	font-size: 1vw;
}

/*タイトル装飾*/
.h3ttl{
	margin: 0px 0 30px;
    color: white;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 110%;
    background: #4066b3;
    padding: 15px 15px;
    border-radius: 0 10px 0 10px;
    position: relative;
}

/*新着記事パーツ*/
.new_entry{
	width: 660px;
	margin: 10px;
	background: #fff;
}
.new_entry img{
	width: 100%;
}

.entry_2column{
	width: 290px;
	margin: 0 25px;
}

.entry_2column:nth-child(2){
	margin: 0 30px 0 0;
}

.entry_2column h3{
	font-size: 14px;
	margin-top: 20px;
}

.entry_2column p{
	font-size: 14px;
}

.entry_2column time{
	font-size: 13px;
	color: #adadad;
}

.none{
	display: none;
}
.pc_none{
	display: none;
}
.pc_none2{
	display: none;
	}

/*記事一覧パーツ*/
.h3ttl_s{
	height: 60px;
	margin: 0px 0 30px;
    color: white;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 130%;
    background: #4066b3;
    padding: 15px 15px;
    border-radius: 0 10px 0 10px;
    position: relative;
}


.entry_3column h3{
	font-size: 14px;
	margin-top: 20px;
}

.entry_3column p{
	font-size: 14px;
}

.entry_3column time{
	font-size: 13px;
	color: #adadad;
}

.entry_allbtn_div{
	width: 200px;
    margin: 40px auto;
}

.entry_allbtn{
	font-size: 20px;
    padding: 10px;
	background: white;
    box-shadow: 0 3px #ddd;
    border: solid 1px #ddd;
    color: #949494;
	text-align: center;
}


/*右側ランキング*/
.ttl_simple{
	height: 50px;
	/*margin: 0px ;*/
    color: white;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 130%;
    background: #4066b3;
    padding: 13px 0 10px 40px;
	position: relative;
    background-image: url(../../../themes/bootstrap2020/images/top/crown.png);
    background-repeat: no-repeat;
	background-position: 10px;
    border: none #FFFFFF 0px;
}


.side-rank{
	width: 285px;
	height: 145px;
	margin: 0 auto;
	padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.side-rank img{
	width: 120px;
}

.rank-thumimg1, .rank-thumimg2, .rank-thumimg3, .rank-thumimg4, .rank-thumimg5 {
    float: left;
    clear: both;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
}

.rank-thumimg1::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 30px;
	z-index: 2;
	content: "";
	background: url(https://oa.ohw.jp/themes/bootstrap2020/images/top/no1.png) no-repeat;	
}

.rank-thumimg2::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 30px;
	z-index: 2;
	content: "";
	background: url(https://oa.ohw.jp/themes/bootstrap2020/images/top/no2.png) no-repeat;
}

.rank-thumimg3::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 30px;
	z-index: 2;
	content: "";
	background: url(https://oa.ohw.jp/themes/bootstrap2020/images/top/no3.png) no-repeat;
}

.rank-thumimg4::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 30px;
	z-index: 2;
	content: "";
	background: url(https://oa.ohw.jp/themes/bootstrap2020/images/top/no4.png) no-repeat;
}

.rank-thumimg5::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 30px;
	z-index: 2;
	content: "";
	background: url(https://oa.ohw.jp/themes/bootstrap2020/images/top/no5.png) no-repeat;
}

.rank-thumimg::after {
    clear: both;
    content: "";
    display: block;
}

.side-rank-title {
    float: left;
    width: 50%;
    font-weight: normal;
}

/*右側お役立ち見出し*/

.oyakudati_ttl{
	height: 50px;
    color: white;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 130%;
    background: #4066b3;
    padding: 13px 0 10px 33px;
	position: relative;
    background-image: url(../../../themes/bootstrap2020/images/top/book.png);
    background-repeat: no-repeat;
	background-position: 3px;
    border: none #FFFFFF 0px;
}

.oyakudati_ttl_f{
	font-size: 120%;
}

.box_blue{
	border: #4066b3 solid 1px;
}

/*ヘッダー*/
.footer ul li{
	display: inline-block;
    margin: 4px;
    letter-spacing: normal;
	font-size: 0.8rem;
}

.foot-wrapper{
	background: #fff;
	padding: 40px 0 0px;
	
}

.copyright{
	color: #000;
}

.copyright_c{
	background: #062233;
	height: 30px;
}

/*コピー機一覧ページ用*/
.copy_entry{
	width: 660px;
	margin: 10px;
	background: #fff;
}

.copy_entry img{
	width: 100%;
}

.copy_listimg{
	width: 30%;
	float: left;
}

.copy_listtxt{
	width: 66%;
	margin-left: 20px;
	float: right;
}

.clear_box{
	overflow: hidden;
}

.entry_column h3{
	font-size: 14px;
}

.entry_column p{
	font-size: 14px;
}

.entry_column time{
	font-size: 13px;
	color: #adadad;
}

.oyakudatibox{
	background: white;
}

.img_box{
	padding: 10px;
    border: solid #cccccc 1px;
    width: 49%;
}

.img_box:last-child{
	margin-left: 10px;
}

.img_box img{
	width: 100%;
}

.parts_ttl{
	font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

/*コピー機イメージ画像*/
.app_copy{
	width: 100%;
    height: 45vh;
    background-image: url(../../../themes/bootstrap2020/images/top/top_image.jpg);
    background-repeat: no-repeat;
    background-size: 103%;
	background-position: center top;
	position: relative;
}


.app_copy .text_center{
	position: absolute;
	top: 44%;
    left: 28%;
	color: #fff;
	text-align: center;
	margin-bottom: 1.15rem;
	line-height: 1em;
}

.app_copy .page-title{
	font-size: 2.8vw;
	text-align: center;
}

.app_copy .page-description{
	font-size: 1vw;
	text-align: center;
}

.page-title-filter{
	background: rgba(0,0,0,.2);
}

/*ページャー*/
.acms-pager{
	display: block;
	width: 100%;
	padding: 5px 20%;
    margin: 10px auto;
    font-size: 16px;
    text-align: center;
}

.acms-pager li{
	float: left;
    background: #ddd;
	display: block;
	margin: 0 10px 5px;
	border-radius: 5px;
}

.acms-pager li active{
	float: left;
    background: #ddd;
	display: block;
	margin: 0 10px 5px;
	border-radius: 5px;
	padding-top:5px; 
}

.acms-pager span{
	display: block;
	width: 45px;
	height: 40px;
}

.acms-pager a{
	display: block;
	width: 45px;
    height: 40px;
    font-size: 16px;
	padding: 10px;
}

/*エントリー記事*/
.entry-column{
	margin: 0;
    word-wrap: break-word;
}

.entry-title{
	margin: 20px 0;
    font-size: 26px;
    width: 100%;
    float: inherit;
}

.page-header{
	border-bottom: none;
}

.entry-footer{
	background: #fff;
}

/*記事用パーツ*/
.ttl_blog{
	border-bottom: solid 1px #888;
    border-top: solid 1px #888;
	padding: 20px 0 !important;
    margin: 20px 0 !important;
	background: #fff !important;
	font-size: 1.6rem !important;
	border-left: none !important;
	clear: both;
	}
	
.bold{
	font-weight: bold;
}
	
.ttl_blog2{
	padding: 20px 0 !important;
    font-size: 23px !important;
    color: #4066b3 !important;
    font-weight: normal !important;
	background: none !important;
	clear: both;
	}

.ttl_blog4{
	border-bottom: dotted 1px #888;
	font-size: 1.25rem;
	padding-bottom: 10px;
	}
	
.b_gray{
	margin: 20px 0 !important;
    position: relative;
    padding: 3rem 1rem;
    border: 1px solid #eee;
    background: #eee;
    z-index: 1;
    border-radius: 5px;
	}

.wi550{
	width: 550px;
	margin: 0 auto;
}

.wi_movie{
	width: 560px;
    height: 315px;
    margin: 0 auto;
    display: block;
}

.wi720 img{
	width: 100%;
	
}

.entry-column .caption{
	font-size: 16px!important;
}

caption{
	caption-side: top !important;
}
	
/*テーブル装飾*/
.tb_blue{
	background-color: rgb(135, 171, 250);
	}
	
.tb_yellow{
	background-color: rgb(255, 255, 204);
	}
	
.tb_gray{
	 background-color: rgb(238, 238, 238);
	}
	
.tb_orange{
	background-color: rgb(255, 204, 153);
	}
.tb_pa th,.tb_pa td{
	padding: 10px;
}

/*お問い合わせ個人情報について*/
.service_term {
    max-height: 200px;
    overflow: scroll;
    margin: 30px 0;
    padding: 10px;
    border: solid 1px #eee;
}

/*検索結果、404ページ上部画像*/
.page-title-wrapper {

   background-image: url(https://oa.ohw.jp/media/001/202110/categorytop.jpg);
    background-size: cover;
}

/*休業案内*/
.ca_info{
  background-color: #eeeeee;
  border: 3px solid  #013573;
  margin-bottom: 20px;
} 
 .ca-info-in{
        padding: 10px;
         text-align: center;
}
    
    .c-info-text{
        margin-top: 10px;
    }

/*上部固定table*/
.otasuke {
	width: 600px;
	border-collapse: collapse;
	table-layout: fixed;
}
.otasuke th,.otasuke td{
 width: 120px;
 height: 90px;
padding: 5px 8px !important;
 vertical-align: middle!important;
 text-align: center !important;
 padding: 5px;
 border: 1px solid #ccc;
 font-size: 13px!important;
}


.th_1,
.th_2{
  position: sticky;
  top: 0;
  left: 0;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}

.th_1{
  z-index: 2;
}
.th_2{
  z-index: 1;
}

.th_2 img{
width:100px;
margin:0 auto;
}

.th_3{
    position:-webkit-sticky;
    position:sticky;
    top:90px;
    z-index:1 !important;
    font-size: 13px !important;
    background-color: #fff !important;
    padding: 5px;
 vertical-align: middle;
background-clip: padding-box;
}

 .th_3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

th .th_3{
background:unset !important;
background-clip: padding-box;
}

/*上部固定table*/

/*フォーム用ボタン*/
a.btn_auction {
    width: 350px;
    display: block;
	position: relative;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
	margin: 0 auto;
	background: #b2df2a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b2df2a), to(#92ca2b));
	background: -webkit-linear-gradient(top, #b2df2a 0%, #92ca2b 100%);
	background: linear-gradient(to bottom, #b2df2a 0%, #92ca2b 100%);
}

a.btn_auction:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#b2df2a), to(#92ca2b));
	background: -webkit-linear-gradient(bottom, #b2df2a 0%, #92ca2b 100%);
	background: linear-gradient(to top, #b2df2a 0%, #92ca2b 100%);
	color: #fff;
	text-decoration: none;
}

a.btn_auction::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
a.btn_auction::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #92ca2b;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

/*フォーム用ボタン*/

/*ボタン追加*/
.w570{
	width: 570px;
	margin: 0 auto;
}

.button_1 a {
    background: #c8e6ea;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 15px 0;
    width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button_1 a:hover {
    background: #4066b3;
    color: #FFF;
}
.button_1 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_1 a:hover:after {
    border-color: #FFF;
}

/*▲ボタン追加*/


@media screen and (max-width:480px) { 
.container, .container-lg, .container-md, .container-sm, .container-xl{
	width: 100%;
}
	
/*img{
	width: 100%;
	}
*/
	
/*ナビゲーション*/
.navbar .container{
	display: block;
}

.bg-light{
	background-color: #fff!important;
	padding: 0;
}

.nav_new{
	width: 100%;
	margin: 0 auto;
}

.nav_new_bo{
	border-top: solid 1px #ddd;
}

.nav_new_ul{
	/*margin: 0 auto;*/
	width: 100%;
	height: 60px;
	border-left: solid 1px #ddd;
}

.nav_new_li{
    width: 100%;
    text-align: center;
	display: table-cell;
    /*border-right: solid 1px #ddd;*/
    color: #555;
}

.nav_new_li a{
	height: 60px;
	padding: 20px 10px;
}

.nav_new_li a:hover{
	background:#eee;
}
	
/*TOPimage*/
.app{
	height: 33vh;
    background-size: 165%;
}

	
.app .text_center{
	left: 17%;
	}
	
.app h2{
	font-size: 5.8vw;
}

.app p{
	font-size: 3vw;
}
	
/*TOP左側調整*/

	
.new_entry{
	width: 100%;
	margin: 0;
	}
	
.entry_2column{
	margin: 0;
	}	
	
/*TOP右側調整*/
.col-md-3{
	margin-top: 20px;
    margin-left: 20px;
    max-width: 90%;
	flex: auto;
	}
	
.side-rank{
	max-width: 92%;
	}
	
/*記事ページ一覧*/
.copy_entry{
	width: 100%;
	margin: 10px 0;
	background: #fff;
}

.copy_entry img{
	width: 100%;
}
	
.copy_listimg{
	width: 100%;
	float: none;
}


.copy_listtxt{
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	float: none;
}
	
.img_box{
	padding: 10px;
    border: solid #cccccc 1px;
    width: 100%;
}

.img_box:last-child{
	margin-left: 0;
}
	
/*記事ページ*/
.app_copy{
	height: 36vh;
	background-size: 165%;
	}
	
.app_copy .page-title {
    font-size: 4.8vw;
}
	
.app_copy .page-description {
    font-size: 3vw;
    text-align: center;
}
	
.col-md-9{
	width: 100%;
	flex: auto;
	}

.wi550{
	width: 100%;
	}
	
.fl_l {
    float: none;
    margin-bottom: 10px;
	}
	
.fl_r {
    float: none;
	}
	
.entry-column td, .entry-column th {
   display: revert;
	width: 45%;
	}
	
/*記事ページタイトル*/
.h3ttl{
	font-size: 140%;
	}
	
/*spナビハンバーガー*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #4066b3;
    border-radius: 5px;
	border: 1px solid #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}
/*spナビ*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #4066b3;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul .li_ul{
    padding: 0px 10px;
}

.menu-content ul li {
    /*border-bottom: solid 1px #ffffff;*/
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	
.content_bor{
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
}

.content_bor2{
	border-bottom: solid 1px #ffffff;
}
	
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}	
	
.pc_none{
	display: inline-flex;/*SPバーガーメニュー用にinline-flex使用*/
	flex-direction: column;
	}
	
.pc_none2{
	display: block;
	}
	
.sp_none{
	display: none;
	}
	
/*休業案内*/
.ca_info{
	margin-top: 5px;
	padding: 10px;
    } 
	
/*上部固定table*/
.otasuke {
	
	width: 100%;
	border-collapse: collapse;

}
.otasuke th,.otasuke td{
 width: 100%;
 height: 100%;
 vertical-align: middle;
 padding: 5px;
 border: 1px solid #ccc;
 font-size: 13px;
}
	
.th_2 img{
width:100%;
margin:0 auto;
}

.th_3{
    top:7%;
}
	
/*sp横スクロール,左固定table*/
.normal-table{
	width: 100%;
	overflow: scroll;
	}
	
.tb_blue{
	position: sticky;
	left: 0;
	}
	
/*動画用*/
iframe.ytube {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
/*動画用*/
	
}