/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd {
	display: flex;
    justify-content: space-between;
	border-bottom: 3px solid #021774;
	padding: 20px 10px;
}
.hd_logo {
	width: 240px;
}
.hd_logo img {
	height: auto;
	width: 100%;
}
.hd_text,
.hd_bnr,
div.hd_h{
	display: none;
}
.hd_jasdaq {
    width: calc(100% - 85vw);
    margin: 0 60px 0 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
	background: #021774;
	color: #fff;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	z-index: 100;
	width: 70%;
	overflow-x: none;
	overflow-y: auto;
	top: 0px;
	right: -70%;
	position: fixed;
	transition: All 0.5s ease
}
.nav_list>li>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 1em 1em 1em 1.5em;
	text-decoration: none;
	position: relative
}
.nav_list>li>a:hover,
.nav_list>li>a.current{
	background-color: rgba(0, 0, 0, 0.2)
}
.nav_list>li>a::after {
	content: attr(data-text);
	display: block
}
.nav_list>li>a img {
	display: none
}
.nav_clist>li>a {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 1em 1em 1em 2em;
	text-decoration: none
}
.nav_clist>li>a:hover, .nav_clist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.nav_glist>li>a {
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 1em 1em 1em 3em;
	text-decoration: none
}
.nav_glist>li>a:hover, .nav_glist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.sp_nav_open {
	right: 0 !important
}
.sp_nav_trigger {
	cursor: pointer;
	z-index: 1000;
	position: fixed !important;
	top: 25px;
	right: 15px;
	margin-top: -5px;
	width: 36px;
	height: 24px
}
.sp_nav_trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #021774;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box
}
.sp_nav_trigger span:nth-of-type(1) {
	top: 0
}
.sp_nav_trigger span:nth-of-type(2) {
	top: 10px
}
.sp_nav_trigger span:nth-of-type(3) {
	bottom: 0
}
.sp_nav_trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #021774;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s
}
.sp_nav_trigger.sp_active::after {
	content: 'CLOSE';
	bottom: -25px;
	color: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg { }
.con { padding: 20px 10px 30px; }
.main { margin-bottom: 30px; }
.side { }
.side_facebook_list{  display: none; }
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg { }
.ft {
	background-color: #021774;
	padding: 20px 10px;
}
.ft_copy {
	color: #FFF;
	font-size: 0.9em;
	margin-top: 15px;
	text-align: right;
}
.ft_nav_list li {
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
}
.ft_nav_list a {
	color: #FFF;
	display: block;
	font-size: 12px;
	padding: 0.5em;
	text-decoration: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pagetop { }
.pagetop_btn {
	background-color: rgba(0, 0, 0, 0.8);
	color:#ffffff;
	cursor: pointer;
	display:block;
	font-size: 1.4em;
	padding:14px;
	text-align:center;
	text-decoration:none;
	width:100%;
}
.pagetop_btn:hover { background-color: rgba(0, 0, 0, 0.4); }
/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/

/* bnr */
.bnr_list li { margin-bottom:4px }
.bnr_list a {
	padding:16px 16px 16px 42px;
	border:1px solid #000000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/common/icon_elink_black.png) no-repeat 16px center;
	font-size: 1.4em;
	color:#000000
}
.bnr_list a:hover {
	background-color: #000;
	background-image: url(../images/common/icon_elink_white.png);
	color: #FFF;
}

/* 2018/11/15 追加 */
#fixeBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#fixeBox img {
    max-width: 100%;
    height: auto;
}
#fixeBox_close {
    position: fixed!important;
    bottom: 0!important;
    right: 0;
    left: 93%!important;
    z-index: 100;
}
.fixeBox_none {
    display: none;
}

/* news */
.news_table {
	display: block;
	width: 100%;
}
.news_table tr {
	border-bottom: 1px dotted #999;
}
.news_table td {
	display: block;
}
.news_date {
	background: url(../images/icon-arrow.png) no-repeat 0 5px;
	font-size: 1.2em;
	padding: 10px 0 5px 15px;
	width: 120px;
	vertical-align: top;
}
.news_title {
	font-size: 1.3em;
	padding-bottom: 10px;
}
.news_icon_new {
	display: inline-block;
	color: #C00;
	font-weight: bold;
	margin-left: 0.5em;
}

.btn {
    width: 80%;
    margin: 0 auto;
}
.btn p {
}
.btn p:last-child {
}
.btn p a {
    display: block;
    text-align: center;
    line-height: 5;
    border: 2px solid #00abeb;
    color: #00abeb;
    text-decoration: none;
    border-radius: 5px;
}
.btn p a:hover {
    opacity: 0.8;
}
.recruit_btn {
    width: 80%;
    margin: 20px auto;
    border: 2px solid #021774;
    border-radius: 5px;
    box-sizing:border-box;
}
.recruit_btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	color: #021774;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
.recruit_btn a:hover {
	color: #FFF;
}
.recruit_btn a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #021774;
    transform-origin: center center;
    transform: scale(0, 1);
    transition: transform .3s;
}
.recruit_btn a:hover::before {
    transform: scale(1, 1);
}
.catch_text {
    margin: 20px 0 30px;
}
.catch_text p {
	font-size: 14px;
	line-height: 1.8;
}
.catch_text .catch_text_title {
	margin: 0 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0d29a6;
	line-height: 1.5;
	text-align: center;
}
.recruit_movie {
     margin: 0 0 40px;
}
.recruit_movie_box {
     position: relative;
     margin: 0 0 40px;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.recruit_movie_box iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_bnr_wide{
	margin: 20px 0;
}
.index_bnr_wide .index_bnr_wide_item{
	margin-bottom: 10px;
}
.index_bnr_wide .index_bnr_wide_item:nth-last-child(1){
	margin-bottom: 0;
}
#index_bnr_small h2{
    line-height: 3;
    font-size: 1.6rem;
    font-weight: bolder;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
#index_bnr_small ul li a {
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
}
#index_bnr_small ul li a h3{
    text-align: left;
}
#index_bnr_small ul li{
    text-align: left;
}
.index_con {
	padding: 20px 10px;
}
.index_main_head {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 0.8em;
	color: #021774;
	font-size: 1.6rem;
	border: 3px solid #021774;
}
.index_main_head:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #021774;
}
.index_main_head:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 33px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #FFF;
	z-index: 1;
}
.index_nav_list {
	display: flex;
	justify-content: space-between;
}
.index_nav_list > li {
	width: calc(50% - 5px);
}
.index_nav_list_btn_kozin,
.index_nav_list_btn_houjin{
	background-color: #C00;
	border-radius: 5px;
	color: #FFF;
	font-size: 10vw;
	font-weight: bold;
	display: block;
	line-height: 0.8;
	text-align: center;
	text-decoration: none;
	padding: 20px 0 16px;
}
.index_nav_list_btn_houjin{
	background-color: #021774;
}
.index_nav_list_btn_fs_s{
	font-size: 0.5em;
}
.index_news_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.index_news_con {
	order: 2;
	width: 70%;
}
.index_news_con_head a{
	color: #021774;
	font-size: 1.2rem;
	text-decoration: none;
}
.index_news_con p{
	display: none;
}
.index_news_thum {
	order: 1;
	width: calc(30% - 20px);
}
.index_news_thum img {
	height: auto;
	width: 100%;
	margin: 0!important;
}
.index_news_btn {
	color: #021774;
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none;
}
.index_news_btn:before {
	content: ">> ";
}
.index_news_btn:hover {
	text-decoration: underline;
}
.index_news_btn_wrap {
	margin-top: 5px;
	text-align: right;
}
.index_slide { margin-bottom: 50px; }
#index_bnr_small ul {
    width: 76%;
    margin: 0 auto;
}
#index_bnr_small ul li a img {
    width: 100%;
}

/* ------------------------------------------------------------------------
Original_PC_INFO
------------------------------------------------------------------------ */

.archive_list_box.archive_list_item a img {
    object-fit: cover;
	width: 420px;
    height: 150px;
}

.archive_list_box.archive_list_item a .pc_title {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px;
	height: 100%;
}

.archive_list_box.archive_list_item .original_cate_icon {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 5px;
	height: 100%;

}

#original_wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
	background-image:url("https://times.applied-net.jp/wp-content/uploads/2022/05/8e1b944f4389bdaab6f11d5bc83190c8.jpg");
    margin: 20px 0;
}
#original_wrap p {
    color: #fff;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 15px 3px;
}
#original_wrap .more_btn p {
    color: #696969;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 18px 3px 15px 3px;
}

#original_wrap span.line {
    color: #fff;
	font-size: 18px;
	padding: 1px;
	border-top: solid 1px;
	border-bottom: solid 1px;
    margin-top: 10px;
    display: inline-block;
}

#original_wrap.original_pc {
	padding-bottom: 5px;
}

.type_list_new {
	margin: 20px auto 30px;
}

.archive_list_text {
    font-size: 20px;
    display: block;
/*     margin: 10px 0; */
    color: #332812;
	background-color: #fff;
    font-weight: bold;
/* 	max-width: 95%; */
}

.archive_list_box.archive_list_item a img {
    object-fit: cover;
	width: 420px;
    height: 150px;
}
.archive_list_box.archive_list_item a {
	display: block;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

ul.type_list_new li a {
    display: block;
    width: 100%;
	height: 50px;
    color: #333;
    text-align: center;
	text-decoration: none;
    padding: 10px 10px 15px;
    font-size: 12px;
    font-weight: bold;
	background-color: #fff;
    border-bottom: 10px solid #696969;
    letter-spacing: 4px;
    border-radius: 0.3em 0.3em 0 0;
}

ul.type_list_new {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

ul.type_list_new li {
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
}

.tag ul.shop-report-list li {
    float: left;
    width: 25%;
    margin: 1%;
}

.shop-report-list li {
    width: 100%;
}

.more_btn a p span {
    font-size: 10px;
    color: #fff;
}
.more_btn a p {
    color: #696969;
    font-size: 15px;
    font-weight: bold;
}
.more_btn a {
    display: block;
    width: 97%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.1em;
	overflow: hidden;
	margin-top: 50px;
	text-decoration: none;
}


#original_wrap section .archive_list_title {
    font-size: 13px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1.5;
}
#original_wrap section .tag a {
    background: #b6081f;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 10px;
}
#original_wrap section .box {
    flex-wrap: wrap;
    display: -webkit-flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#original_wrap .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
	gap: 20px;
}

#original_wrap .box .archive_list_box.archive_list_item {
	width: calc((100% - 20px) / 2);
    margin: 0;
}

#original_wrap .box .archive_list_box.archive_list_item a img {
    width: 100%;
    height: auto;
}

#original_wrap .box .archive_list_box.archive_list_item a .pc_thumbnail img {
	width: 100%;
	height: 120px;
	object-fit: cover;
    margin: 0;
}

#original_wrap .archive_list_day::before {
    right: 0;
    border-left: 5px solid #1A3654;
}

#original_wrap .archive_list_day::before, after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #1A3654;
}
#original_wrap .archive_list_day {
    font-size: 13px;
    font-weight: bold;
    color: #5f3914;
    text-align: right;
    position: relative;
    padding: 3px 13px;
    font-size: 13px;
    color: #FFF;
    background: #5f3914;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    margin-right: -15px;
    text-align: center;
}

/*  */
#original_wrap .index p {
    color: #000;
	font-size: 10px;
	line-height: 1;
}
#original_wrap .index p.pc_title {
	margin: 30px auto;
    color: #fff;
	background-color: #000;
	font-size: 10px;
	line-height: 1;
}

ul.shop-report-list {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
	    width: 25%;
    display: block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** kojin
******************************************************************************
----------------------------------------------------------------------------*/
.kojin_index_main_head {
	border-top: 3px solid #C00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.79, #fff), color-stop(0.00, #ffbdbd));
	background: -webkit-linear-gradient(top, #ffbdbd 0%, #fff 79%);
	background: -moz-linear-gradient(top, #ffbdbd 0%, #fff 79%);
	background: -o-linear-gradient(top, #ffbdbd 0%, #fff 79%);
	background: -ms-linear-gradient(top, #ffbdbd 0%, #fff 79%);
	background: linear-gradient(to bottom, #ffbdbd 0%, #fff 79%);
	color: #C00;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}
.kojin_index_main_head .subttl {
	display: none;
}
.kojin_index_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kojin_index_nav_item {
	background-color: #C00;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	width: calc( (100% - 10px) / 2);
	margin-bottom: 20px;
}
.kojin_index_nav_thum {
	height: auto;
	width: 100%;
}
.kojin_index_nav_link {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.kojin_index_nav_link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.kojin_index_nav_title {
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 4vw;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
.kojin_index_nav_text {
	display: block;
	font-size: 0.9rem;
	padding: 5px 10px;
	text-align: center;
}
.kojin_index_news_item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.kojin_index_news_item a {
	color: #C00;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.kojin_index_news_item a:hover {
	background-color: #FAE2E2;
}
.kojin_index_news_con {
	order: 2;
	width: 70%;
}
.kojin_index_news_con_head {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.kojin_index_news_con_text {
	display: none;
}
.kojin_index_news_thum {
	order: 1;
	width: calc(30% - 20px);
}
.kojin_index_news_thum img {
	height: auto;
	width: 100%;
	margin: 0!important;
}
.kojin_chirashi_head {
	background-color: #021774;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
.kojin_chirashi_konshu_head {
	border-bottom: 1px solid #021774;
	font-size: 18px;
	margin-bottom: 10px;
}
.kojin_chirashi_konshu {
	border-bottom: 1px solid #021774;
	padding-bottom: 30px;
	margin: 30px 0 40px;
}
.kojin_chirashi_konshu_text {
	font-size: 1.4rem;
}
.kojin_chirashi_konshu_btn {
	background-color: #021774;
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.kojin_chirashi_konshu_btn:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.kojin_chirashi_kakushu {
	margin-bottom: 40px;
}
.kojin_chirashi_kakushu_item {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.kojin_chirashi_kakushu_link {
	color: #111;
	display: block;
	text-decoration: none;
}
.kojin_chirashi_kakushu_link:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.kojin_chirashi_kakushu_title {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px;
}
.kojin_chirashi_omachi {
	background-color: #021774;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
.kojin_chirashi_omachi {
	background-color: #021774;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
.kojin_chirashi_omachi a{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;

}
.kojin_chirashi_omachi_btn:hover {
	opacity: 0.8;
}
.kojin_index_servie_list li{
	margin-bottom: 10px;
	text-align: center;
}
.kojin_index_sns_list li{
	margin-bottom: 10px;
	text-align: center;
}

/*---------- 190517 テスト用（サークル紹介）として追加 ----------*/
#index_club {
	height: 400px;
}
#index_club iframe {
	height: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** houjin
******************************************************************************
----------------------------------------------------------------------------*/
.houjin_index_bnr_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.houjin_index_bnr_list li{
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
.houjin_index_main_head {
	border-top: 3px solid #021774;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.79, #fff), color-stop(0.00, #CCDAFF));
	background: -webkit-linear-gradient(top, #CCDAFF 0%, #fff 79%);
	background: -moz-linear-gradient(top, #CCDAFF 0%, #fff 79%);
	background: -o-linear-gradient(top, #CCDAFF 0%, #fff 79%);
	background: -ms-linear-gradient(top, #CCDAFF 0%, #fff 79%);
	background: linear-gradient(to bottom, #CCDAFF 0%, #fff 79%);
	color: #021774;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}
.houjin_index_main_head .subttl {
	display: none;
}
.houjin_index_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.houjin_index_nav_item {
	background-color: #021774;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	width: calc( (100% - 10px) / 2);
	margin-bottom: 20px;
}
.houjin_index_nav_thum {
	height: auto;
	width: 100%;
}
.houjin_index_nav_link {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.houjin_index_nav_link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.houjin_index_nav_title {
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 4vw;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
.houjin_index_nav_text {
	display: block;
	font-size: 0.9rem;
	padding: 5px 10px;
	text-align: center;
}
.houjin_index_news_item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.houjin_index_news_item a {
	color: #021774;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.houjin_index_news_item a:hover {
	background-color: #FAE2E2;
}
.houjin_index_news_con {
	order: 2;
	width: 70%;
}
.houjin_index_news_con_head {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.houjin_index_news_con_text {
	display: none;
}
.houjin_index_news_thum {
	order: 1;
	width: calc(30% - 20px);
}
.houjin_index_news_thum img {
	height: auto;
	width: 100%;
	margin: 0!important;
}
.houjin_chirashi_head {
	background-color: #021774;
	color: #FFF;
	font-size: 2.6rem;
	margin-bottom: 30px;
	text-align: center;
	width: 45%;
}
.houjin_chirashi_konshu_head {
	border-bottom: 1px solid #021774;
	font-size: 3rem;
	margin-bottom: 10px;
}
.houjin_chirashi_konshu {
	border-bottom: 1px solid #021774;
	padding-bottom: 30px;
	margin: 30px 0 40px;
}
.houjin_chirashi_konshu_text {
	font-size: 1.4rem;
}
.houjin_chirashi_konshu_btn {
	background-color: #021774;
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 2rem;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.houjin_chirashi_konshu_btn:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.houjin_chirashi_kakushu {
	margin-bottom: 40px;
}
.houjin_chirashi_kakushu_item {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.houjin_chirashi_kakushu_link {
	color: #111;
	display: block;
	text-decoration: none;
}
.houjin_chirashi_kakushu_link:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.houjin_chirashi_kakushu_title {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px;
}
.houjin_chirashi_omachi {
	background-color: #021774;
	border-radius: 5px;
	color: #FFF;
	font-size: 2rem;
	text-align: center;
	padding: 10px;
}
.houjin_chirashi_omachi_btn {
	background-color: #FFF;
	border-radius: 5px;
	color: #021774;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 1em;
	text-align: center;
	padding: 0 1em;
	text-decoration: none;
}
.houjin_chirashi_omachi_btn:hover {
	opacity: 0.8;
}
.houjin_index_servie_list li{
	margin-bottom: 10px;
	text-align: center;
}

.houjin_index_sns_list li{
	margin-bottom: 10px;
	text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** solution_case
******************************************************************************
----------------------------------------------------------------------------*/

.solution_case_list {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.solution_case_item {
    width: 100%;
    margin: 0 0 2em;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%), -1px -1px 2px rgb(0 0 0 / 10%);
}

.solution_case_item:last-of-type {
    margin-bottom: 0;
}

.solution_case_item a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
	text-decoration: none;
	transition: all 0.5s ease;
}

.solution_case_item a:hover {
	opacity: 0.8;
}

.solution_case_item img {
	margin: 0;
}

.solution_case_item_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.solution_case_item_ttl h2 {
    margin-bottom: 10px;
    padding: 0 0.5em 0 0.5em;
	color: #111;
    font-size: 1.8rem;
    text-align: center;
}

.solution_case_item_more {
	width: 100%;
    margin: auto 0 0;
    padding: 7px 10px;
    background: #004a79;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
}

.solution_case_link {
	margin: 30px 0 20px;
}

.solution_case_link > * {
	position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 2em;
    color: #fff;
}

.solution_case_link > *:nth-child(2n) {
    margin-bottom: 0;
    padding-right: 0!important;
    padding-left: 55px!important;
    background: #007ad7;
    border-radius: 10px;
}

.solution_case_link > *:nth-child(2n)::before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/solution/icon_solution_tel.png) no-repeat center center;
	background-size: cover;
}

.solution_case_link_item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #007ad7;
	padding-left: 55px!important;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	transition: all 0.5s ease;
}

.solution_case_link_item a:hover {
	opacity: 0.8;
}

.solution_case_link_item a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/solution/icon_solution_mail.png) no-repeat center center;
	background-size: cover;
}

.solution_case_link_item p {
    display: block;
    width: 100%;
    margin: 0!important;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.solution_case_link_item p:first-of-type {
	margin-bottom: 5px;
	font-weight: normal;
}

.solution_case_link_item p:last-of-type {
    font-size: 1.25em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** single
******************************************************************************
----------------------------------------------------------------------------*/
.single_relateNews {
	background-color: #EFEFEF;
	padding: 20px;
	margin-top: 30px;
}
.single_relateNews_head {
	position: relative;
	margin: 0 0 2em;
	padding: 0.5em 0.8em;
	color: #021774;
	font-size: 1.4rem;
	border: 3px solid #021774;
}
.single_relateNews_head:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #021774;
}
.single_relateNews_head:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 33px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #EFEFEF;
	z-index: 1;
}
.single_relateNews_item {
	border-bottom: 1px dotted #999;
	display: flex;
	justify-content: space-between;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single_relateNews_con {
	order: 2;
	width: 70%;
}
.single_relateNews_con_head a{
	color: #021774;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	text-decoration: none;
}
.single_relateNews_thum {
	order: 1;
	width: calc(30% - 20px);
}
.single_relateNews_thum img {
	height: auto;
	width: 100%;
	margin: 0!important;
}
.single_relateNews_con p{
	display: none;
}

.single_nas_contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 10px;
	margin-bottom: 20px;
  }
  .single_nas_contact h5{
	width: 100%;
	font-weight: bold;
	text-align: center;
  }
  .single_nas_contact img{
	width: 100px;
	margin-right: 30px;
  }
  .single_nas_contact a{
	font-size: 2em;
	text-decoration: none;
	color: #2b2b2b;
	font-weight: bold;
  }
  .single_nas_contact p{
	margin-bottom: 0!important;
	font-size: 1em!important;
  }
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
.mcon {
	font-size: 1.4em;/* フォントサイズ */
	line-height: 1.6;/* 行間 */
	word-wrap: break-word;
}
/* a */
.mcon a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* h */
.mcon h1 {
	border-bottom: 3px solid #021774;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.mcon h2 {
	border-left: 6px solid #021774;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0 0.5em 0 0.5em;
}
.mcon h3 {
	font-size: 14;
	margin-bottom: 8px;
	margin-top: 16px;
}
.mcon h4 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.mcon h5 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.mcon h6 {
	margin-bottom: 2px;
	margin-top: 5px;
}
/* hr */
.mcon hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* iframe */
.mcon iframe { max-width: 100%; }
/* img */
.mcon img {
	max-width: 100%;
	height: auto;
}
/* ol */
.mcon ol {
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}
.mcon ol li {
	margin-left: 1.5em;
	margin-bottom: 0.5rem;
}
/* p */
.mcon p { margin-bottom: 1em; }
/* ul */
.mcon ul {
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}
.mcon ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5rem;
}
/* iframe */
.mcon video { max-width: 100%; }


/*-------------------
プログラミング教室
-------------------*/
#p-s-form{
	position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
	animation:fuwarin 1.5s ease-in-out infinite alternate;
}
@keyframes fuwarin{
	0%{transform:translateY(-10px);}
	100%{transform:translateY(0px);}
}

#p-s-form img{
	width:200px;
}
.p-s-area{
	width:100%;
	display:flex;
	justify-content:center;
}
.p-s-area a{
	display:inline-block;
	background:#021774;
	border:5px solid #021774;
	color:#fff;
	text-decoration:none;
	width:100%;
	text-align:center;
	margin:5px;
	line-height:3;
	font-size:18px;
	transition:all .2s;
}
.p-s-area a:hover{
	background:#fff;
	color:#021774;
	font-weight:bold;
}
.p-s-area a::after{
	content:'';
	background:url(../images/btn-arrow.png) no-repeat;
	width:20px;
	height:5px;
	display:inline-block;
	background-size:12px;
	margin-left:10px;
	filter:saturate(0%) brightness(10);
	border-bottom:1px solid #fff;
	background-position:12px 1px;
	padding-right:2px;
	margin-bottom:4px;
	transition:all .2s;
}
.p-s-area a:hover::after{
	margin-left:20px;
	border-color:#021774;
	background-position: 31px 1px;
	width: 39px;
	filter:saturate(100%);
}


/*********************************
 コンタクトフォーム
*********************************/
/* ==== コンタクトフォーム === */
.table-contactform7 {
width: 100%;
overflow: hidden;
table-layout: fixed;
}
.required-contactform7 {
padding: 0 3px;
font-size: 0.9em;
background: #dd0000;
color: #fff;
border-radius: 3px;
margin-right: 3px;
float: left;
}
.unrequired-contactform7 {
padding: 5px;
background: #BDBDBD;
color: #fff;
border-radius: 3px;
margin-right: 3px;
}
.wpcf7-text{ }
.wpcf7-textarea{ width: 100%!important; }
.wpcf7-form-control{}
.wpcf7-list-item {
display: inline-block;
}
.wpcf7-list-item-label {
margin-left: -0.1em;
cursor: pointer;
}
.wpcf7-submit {
border: none;
border-radius: 5px;
font-size: 1.6rem;
font-weight: bold;
background: #003166;
color: #fff;
padding: 6px 40px;
display: block;
margin: 0 auto;
}
.wpcf7-submit:hover{
opacity: 0.8;
}

.contact_form{}
/*.contact_form p{ display: none; }*/
.contact_form_item{
border-bottom: 1px solid rgba(17, 17, 17, 0.2);
display: block;
justify-content: space-between;
padding: 1.4rem 1rem;
}
.contact_form_item_btn{
display: flex;
justify-content: center;
align-items: center;
padding: 3rem 1rem 2rem;
}
.contact_form_title{
display: flex;
align-items: center;
font-size: 1.4rem;
font-weight: bold;
padding-left: 4rem;
width: 16em;
margin-bottom:10px;
}
.contact_form_data{
display: flex;
align-items: center;
width:100%;
}
.contact_form_required{
background-color: #C00;
border-radius: 3px;
color: #FFF;
display: inline-block;
font-size: 1.1rem;
margin-left: -4.5rem;
margin-right: 1rem;
padding: 0.2em 0.5em;
}
.contact_form_seiname_text,
.contact_form_naname_text{
margin-right: 0.5em;
width: 100px;
}
.contact_form_message{
display: block;
width: 100%;
}
.contact_form_address_item{
display: flex;
align-items: center;
margin-bottom: 0.2em;
width: 100%;
}
.contact_form_address_title{
font-size: 1.2rem;
font-weight: bold;
margin-right: 0.5em;
width: 7em;
}
/*********************************
 カテゴリ　SP版消し
*********************************/
.pc_none{
    display: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
** shoplist
******************************************************************************
----------------------------------------------------------------------------*/

#shoplist {
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    box-sizing: border-box;
    margin: 3% 0;
    border-radius: 5px;
    margin: 0 auto;
}
#shoplist h2 {
    margin: 0 auto;
    width: 85%;
    text-align: center;
    border-left: none;
}
#shoplist .shoplist_box {
}
#shoplist .shoplist_box a {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#shoplist .shoplist_box a:hover {
	opacity: 0.6;
}
#shoplist .shoplist_box ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 3%;
	list-style-type: none;
}
#shoplist .shoplist_box ul li {
	margin-left: 5px;
    list-style-type: none;
}
#shoplist .shoplist_box ul li:first-child {
	margin-right: auto;
	margin-left: -5px;
}
.top_base p {
    margin-top: 2%;
}
.mia a {
    display: block;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}
/*----------------------------------------------------------------------------
******************************************************************************
** 店舗/営業所一覧
******************************************************************************
----------------------------------------------------------------------------*/

    section.index_shop {
        margin-bottom: 20px;
    }

    section.index_shop h2 {
        line-height: 3;
        font-size: 1.6rem;
        font-weight: bolder;
    }

    div.index_shop_con {
        background: #ededed;
        font-weight: bolder;
        padding-bottom: 10px;
    }

    div.index_shop_con h3 {
        position: relative;
        width: 95%;
        margin: 0 auto;
        text-align: left;
        display: block;
        font-size: 1.3rem;
        padding-right: 20px;
        cursor: pointer;
    }

    div.index_shop_con > div {
        line-height: 3;
        cursor: pointer;
        width: 95%;
        margin: 0 auto;
    }

    div.index_shop_con div.index_shop_list_wrap {
        display: none;
    }

    div.index_shop_con div ul {
        width: 95%;
        margin: 0 auto;
        display: none;
    }

    div.index_shop_con div.index_shop_area h4 {
        padding-left: 15px;
        border-left: 3px solid #af0202;
        margin-bottom: 5px;
        line-height: 2;
        font-size: 1.2rem;
    }

    div.index_shop_con div ul li a {
        display: block;
        padding-left: 15px;
        margin-bottom: 10px;
        line-height: 2;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
    }

    div.index_shop_con > * h3::after {
        content: "";
        position: absolute;
        right: 0;
        top: 33%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    div.index_shop_con > * h3.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

/*----------------------------------------------------------------------------
******************************************************************************
** デジタルサイネージ
******************************************************************************
----------------------------------------------------------------------------*/
.sns_scroll {
	overflow-x: scroll;
	margin-bottom: 30px;
	padding-bottom: 30px;
  }

.sns_flex {
	display: flex;
	width: 1000px;
	justify-content: space-between;
	gap: 2em;
  }

  .sns_flex .sns {
	text-align: center;
	width: 300px;
	border: 1px solid #4472c4;
  }

  .sns_flex .sns .sns_ttl span {
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  width: 80%;
  margin: auto;
  border-bottom: 1px dotted #666666;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 20px;
  }

  .sns_flex .sns .sns_ttl span .sns_ttl_txt {
	margin-bottom: 0;
	font-size: 2.0rem;
  }

  .sns_flex .sns .sns_ttl span .sns_icon {
	width: 30px;
  }

  .sns_flex .sns img {
	width: 100%;
  }

  .sns_flex .sns .sns_det {
	padding: 10px 15px 20px;
	max-width: 450px;
	margin: auto;
	margin-bottom: 0;
  }

  .short_scroll {
	overflow-x: scroll;
	margin-bottom: 30px;
  }

  .short_flex {
	display: flex;
	width: 1300px;
	justify-content: space-between;
	gap: 2em;
	margin: auto;
	margin-bottom: 30px;
  }

  .short_flex .short {
	text-align: center;
	margin: auto;
  }

  .short_flex .short .short_ttl {
	margin-bottom: 0;
	font-size: 2.0rem;
  }

  .short_flex .short figure {
	position: relative;
  }

  .short_flex .short figure iframe {
	position: absolute;
    width: 185px;
    height: 322px;
    top: 47%;
    left: 49.6%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .pr_scroll {
	overflow-x: scroll;
	margin-bottom: 30px;
  }

  .pr_flex {
	display: flex;
	width: 1300px;
	justify-content: space-between;
	gap: 2em;
	margin: auto;
  }

  .pr_flex .pr {
	text-align: center;
  }

  .pr_flex .pr .pr_ttl {
  	font-size: 2.0rem;
  	height: 94px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	border-bottom: 1px dotted #666666;
	margin: auto;
	margin-bottom: 0;
	width: 80%;
  }

  .pr_flex .pr .pr_det {
	padding: 25px;
    width: 450px;
    margin: auto;
  }

  .pr_flex .pr figure {
	position: relative;
	width: 100%;
  }

  .pr_flex .pr figure iframe {
	position: absolute;
    width: 185px;
    height: 322px;
    top: 47%;
    left: 49.6%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  #case-box_movie {
	width: 1700px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2em;
  }

  .case-inrbox_movie {
	background-color: #fff;
	border: 1px solid #4472c4;
	width: 500px;
	margin-bottom: 30px;
  }

  .case-inrbox_movie .case-img_movie {
	width: 100%;
	background-color: #cccccc;
  }

  .case-inrbox_movie .case-txt_movie {
	width: 80%;
	margin: 0 auto;
	padding: 5px 20px;
	border-bottom: 1px dotted #666666;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 0;
  }

  .case-inrbox_movie .case-txt_movie_detail {
	width: 100%;
	padding: 15px 10px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 0;
  }

  .pr iframe .ytp-title-text {
	display: none;
  }

  .pr iframe .ytp-shorts-title-channel {
	display: none;
  }