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

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd {
	border-bottom: 3px solid #021774;
	padding: 20px 10px;
}
.hd_logo {
	width: 240px;
}
.hd_logo img {
	height: auto;
	width: 100%;
}
.hd_text,
.hd_bnr{
	display: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
** 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 {
     position: relative;
     margin: 0 0 40px;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.recruit_movie 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 ul li a {
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
}
.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%;
}
/*----------------------------------------------------------------------------
******************************************************************************
** 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;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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;
}
