/*
Theme Name: morozaki-theme
Author URI: http://largic-wave.jp
Description: morozaki-theme
Version: 1.0
*/


/* 新規追加 */
.m-bold {
	font-weight: bold;
}

.m-red {
	color: #ff0606 !important;
	
}

.m-hlText {
	color: #00a0d4 !important;
	
}

.m-bgWhite {
	background-color:#fff;
	
}

.m-boxBorder {
	border:1px solid #dedede;	
}

.m-indentLine {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}

.m-indentLine a {
    text-indent: 0em;
}

.m-margin20 {
	margin-bottom: 20px;
}

.m-secBorder {
	border: 1px solid #dedede;
	border-width: 1px 0;
	padding: 25px 0;
}

/* セミナーページ 日時の部分 */
@media (max-width: 768px){
	div.m-sem ul.newsList li span.newsicon {
	display: block;
	width: 110px;
	margin-bottom: 5px;
}
}

/* テーブル */
.m-table table,.m-table th,.m-table tr,.m-table td {
	border: 1px solid #bfbfbf;	
    vertical-align: middle;
}

.m-table th {
	background-color:#f0f9fc;	
}

/* テーブルカラム paddingの調整 */
.tableColumn .wae-section-block:first-child {
    padding: 30px;
}

.tableColumn .wae-section-block {
    padding: 30px 30px 30px 0;
}

@media (max-width: 768px){
.tableColumn .wae-section-block {
    padding: 15px;
}
}

@media (max-width: 768px){
.tableColumn .wae-section-block:first-child {
    padding: 15px;
}
}

/* お知らせ横のリンク */
ul.localNavLinkList{
	list-style: none;
	margin-top: 30px;
}

ul.localNavLinkList li{
    border: 1px solid #00a0d4;
    margin: 10px auto;
}

ul.localNavLinkList li a {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 15px 20px 5px;
    font-size: 1.4rem;
    font-weight: bold;
}

ul.localNavLinkList li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: url(/wp-content/themes/morozaki-theme/resource/img/ic_arr_right_keycolor.png) no-repeat center/100%;
}

div.m-sideBan {
	margin: 20px auto 0 auto;
}

div.m-sideBan a {
	display: block;
	margin: 10px auto;
	text-align: center;
}

div.m-sideBan a:hover {
    opacity: 0.7;
}

/* サムネイル */
div.m-flex-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

div.m-flex-thumb figure{
	-webkit-flex-basis: auto;
    -ms-flex-basis : auto;
	flex-basis: auto;
	text-align: center;
	width: 32%;
	margin-right:2%;
}

div.m-flex-thumb figure:last-child{
	margin-right:0;
}

div.m-flex-thumb figure img{
    height: auto;
}

div.m-flex-thumb figure > a{
   position: relative;
   overflow: hidden;
   display: inline-block;
}

div.m-flex-thumb figure > a.scale::after {
    content: '+';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 8px;
    line-height: 1;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
}

/* 画像リンクの新タブアイコン削除 */
.wae-section a[target^='_blank'].m-afterDel::after {
    content: none;
}

/* スマホはふぐ吉を非表示に */
@media (max-width: 768px){
.topview .character {
	display: none;
}
}

/* マージン調整 */
@media (max-width: 768px) {
	.footer_topAtea > .logo {
	margin-bottom: 25px;
}
}

.l-lowerpage {
    padding: 20px 0 100px 0;
}

@media (max-width: 768px){
.l-lowerpage {
    padding: 0 0 80px;
}
}

/* フォントサイズ調整 */
@media (max-width: 768px) {
.wae-section-table table {
    font-size: 1.3rem;
}
}

@media (max-width: 768px) {
.newsList_title {
    font-size: 1.3rem;
}
}

/* スマホで非表示に */
@media (max-width: 768px){
.m-spHidden{
	display: none;
}
}

/* お知らせ部分を微調整 */

[class*='newsicon'] {
    padding: 3px 6px;
	margin-right: 10px;
    font-weight: bold;
}

.newsList a {
    padding: 20px 30px 20px 10px;
}

@media (max-width: 768px){
.newsList a {
    padding: 15px 30px 15px 15px;
}
}

.newsSeminar1,.newsSeminar2 {
	font-weight: bold;
	color:#62b0bb;	
}

/* スマホ版余白大の下部マージン調整 */
@media (max-width: 768px){
.wae-section-margin-large:not(:last-child), p.wae-section-margin-large:not(:last-child), p a.wae-section-margin-large {
    margin-bottom: 40px;
}
}

/* 404ページ */

div#e404 {
	margin:40px auto 100px auto;
}

div#e404 p {
	margin: 20px auto;
	text-align: center;
}

div#e404 p.m-404{
	font-size: 3.0rem;
}