@charset "utf-8";
/*
Theme Name: babysigns
Theme URI: null
Description: Description
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif; 
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #737373;
	text-decoration: none;
}

a:visited {
	color: #737373;
}

a:hover {
	color: #737373;
}

a:active {
	color: #737373;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #737373;
	font-size: 2.6rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background: url("img/common/body_bg.png") no-repeat center top fixed;
    background-size: cover;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	text-align: left;
    width: 750px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 770px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 749px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
        background: none;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    
    #container {
        text-align: left;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 25px 20px 26px 25px;
}

#gHeader h1 {
    float: left;
    padding-top: 7px;
}

#gHeader h1 img {
    width: 234px;
}

#gHeader .linkUl {
    float: right;
}

#gHeader .linkUl li {
    padding-left: 19px;
    float: left;
}

#gHeader .linkUl li a:hover {
    opacity: 0.7;
}

#gHeader .linkUl li img {
    height: 72px;
}

@media all and (max-width: 749px) {
    #gHeader {
        padding: 13px 10px 13px 12px;
    }

    #gHeader h1 {
        padding-top: 3px;
    }

    #gHeader h1 img {
        width: 117px;
    }

    #gHeader .linkUl li {
        padding-left: 9px;
    }

    #gHeader .linkUl li img {
        height: 36px;
    }
}

@media all and (max-width: 374px) {
    #gHeader {
        padding: 13px 8px 13px;
    }
    
    #gHeader h1 img {
        width: 108px;
    }
    
    #gHeader .linkUl li {
        padding-left: 4px;
        height: 32px;
    }
}

.menuBox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

.menuBox .info {
    width: 750px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    background: rgba(247,105,0,0.9);
    box-sizing: border-box;
}

.menuBox .close {
    padding: 33px 24px 40px 0;
    text-align: right;
}

.menuBox .close img {
    width: 57px;
}

.menuBox .ttl {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.2rem;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 3px;
}

.menuBox .ttl01 {
    margin-bottom: 14px;
}

.menuBox .ttl span {
    display: block;
    font-size: 2.9rem;
    font-weight: 400;
    margin-top: 2px;
}

.menuBox .linkUl {
    margin: 0 29px 22px;
}

.menuBox .linkUl li {
    float: left;
    width: 50%;
}

.menuBox .linkUl li a:hover {
    opacity: 0.7;
}

.menuBox .listUl {
    margin: 0 45px 89px;
}

.menuBox .listUl li {
    float: left;
    width: 48.5%;
}

.menuBox .listUl li:last-child {
    float: right;
}

.menuBox .listUl li a {
    padding: 9px 0;
    display: block;
    color: #fff;
    font-size: 2.7rem;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #fff;
}

.menuBox .listUl li a:hover {
    opacity: 0.7;
}

.menuBox .naviUl {
    margin: 0 48px 74px;
}

.menuBox .naviUl01 {
    margin-bottom: 47px;
}

.menuBox .naviUl li {
    float: left;
    width: 100%;
}

.menuBox .naviUl li a {
    padding: 9px 0 9px 20px;
    color: #fff;
    display: block;
    font-size: 3.1rem;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 14px auto;
}

.menuBox .naviUl li a:hover {
    opacity: 0.7;
}

.menuBox .naviUl li ul {
    padding: 0 0 0 37px;
}

.menuBox .comLink {
    width: 644px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.menuBox .comLink a {
    color: #F76900;
    font-size: 3.0rem;
    background-color: #fff;
}

@media all and (max-width: 749px) {
    .menuBox .info {
        width: auto;
    }

    .menuBox .close {
        padding: 16px 12px 22px 0;
    }
    
    .menuBox .close a {
        display: block;
    }

    .menuBox .close img {
        width: 28px;
    }

    .menuBox .ttl {
        margin-bottom: 11px;
        font-size: 2.1rem;
        letter-spacing: 1px;
    }

    .menuBox .ttl01 {
        margin-bottom: 6px;
    }

    .menuBox .ttl span {
        font-size: 1.45rem;
        margin-top: -1px;
    }

    .menuBox .linkUl {
        margin: 0 15px 12px;
    }

    .menuBox .listUl {
        margin: 0 22px 44px;
    }

    .menuBox .listUl li a {
        padding: 4px 0 5px;
        font-size: 1.3rem;
        letter-spacing: -0.5px;
    }
    
    .menuBox .naviUl {
        margin: 0 22px 29px;
    }

    .menuBox .naviUl01 {
        margin-bottom: 22px;
    }

    .menuBox .naviUl li a {
        padding: 5px 0 5px 10px;
        font-size: 1.5rem;
        background: url("img/common/icon05.png") no-repeat left center;
        background-size: 7px auto;
    }

    .menuBox .naviUl li ul {
        padding: 0 0 0 19px;
    }

    .menuBox .comLink {
        width: auto;
        max-width: 500;
        margin: 0 26px;
    }

    .menuBox .comLink a {
        padding: 6px 0;
        font-size: 1.5rem;
    }
}

@media all and (max-width: 374px) {
    .menuBox .listUl li a {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 81px 51px 75px;
    position: relative;
    background: url("img/common/footer_bg.jpg") repeat left top;
    background-size: 750px auto;
}

#gFooter .fImg {
    position: absolute;
    right: 22px;
    bottom: 48px;
}

#gFooter .fImg img {
    width: 144px;
}

#gFooter .fImg a:hover {
    opacity: 0.7;
}

#gFooter .fLogo {
    margin: 0 0 32px 2px;
}

#gFooter .fLogo img {
    width: 335px;
}

#gFooter .fNavi {
    margin: 0 0 49px 6px;
}

#gFooter .fNavi01 {
    margin-bottom: 70px;
}

#gFooter .fNavi li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#gFooter .fNavi li:last-child {
    padding-bottom: 0;
}

#gFooter .fNavi li a {
    padding-left: 19px;
    display: block;
    background: url("img/common/icon06.png") no-repeat left center;
    background-size: 12px auto;
}

#gFooter .fNavi li a:hover {
    opacity: 0.7;
}

#gFooter .fNavi li ul {
    padding: 9px 0 0 36px;
}

#gFooter .comLink {
    margin-bottom: 66px;
}

#gFooter .comLink a {
    padding: 10px 0 14px;
    font-size: 3.0rem;
    background-color: #999;
}

#gFooter .fNavi li ul li {
    padding-bottom: 10px;
}

#gFooter .fNavi li ul li:last-child {
    padding-bottom: 0;
}

#gFooter .add {
    margin-bottom: 31px;
    font-size: 2.2rem;
    line-height: 2.1;
}

#gFooter .ttl {
    margin-bottom: 7px;
    font-size: 2.2rem;
    font-weight: bold;
}

#gFooter .linkTxt {
    margin-bottom: 65px;
}

#gFooter .linkTxt a {
    padding-left: 20px;
    display: block;
    font-size: 2.2rem;
    background: url("img/common/icon06.png") no-repeat left center;
    background-size: 12px auto;
}

#gFooter .linkTxt a:hover {
    opacity: 0.7;
}

#gFooter .copyright {
    font-size: 2.0rem;
}

#gFooter.footer01 {
    padding: 56px 0;
    background: #fff;
    text-align: center;
}

@media all and (max-width: 749px) {
    #gFooter {
        padding: 40px 25px 37px;
        background: url("img/common/footer_bg.jpg") repeat left top;
        background-size: 100% auto;
    }

    #gFooter .fImg {
        right: 12px;
        bottom: 26px;
    }
    
    #gFooter .fImg img {
        width: 72px;
    }

    #gFooter .fLogo {
        margin: 0 0 15px 1px;
    }

    #gFooter .fLogo img {
        width: 172px;
    }

    #gFooter .fNavi {
        margin: 0 0 25px 3px;
    }

    #gFooter .fNavi01 {
        margin-bottom: 35px;
    }

    #gFooter .fNavi li {
        padding-bottom: 5px;
    }

    #gFooter .fNavi li:last-child {
        padding-bottom: 0;
    }

    #gFooter .fNavi li a {
        padding-left: 10px;
        background: url("img/common/icon06.png") no-repeat left center;
        background-size: 6px auto;
    }

    #gFooter .fNavi li ul {
        padding: 5px 0 0 18px;
    }

    #gFooter .comLink {
        margin-bottom: 33px;
    }

    #gFooter .comLink a {
        padding: 5px 0 6px;
        font-size: 1.5rem;
    }

    #gFooter .fNavi li ul li {
        padding-bottom: 5px;
    }

    #gFooter .fNavi li ul li:last-child {
        padding-bottom: 0;
    }

    #gFooter .add {
        margin-bottom: 15px;
        font-size: 1.1rem;
        line-height: 2;
    }

    #gFooter .ttl {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }

    #gFooter .linkTxt {
        margin-bottom: 32px;
    }

    #gFooter .linkTxt a {
        padding-left: 10px;
        display: block;
        font-size: 1.1rem;
        background: url("img/common/icon06.png") no-repeat left center;
        background-size: 6px auto;
    }

    #gFooter .copyright {
        font-size: 1.0rem;
    }
    
    #gFooter.footer01 {
        padding: 28px 0;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 54px;
}

@media all and (max-width: 749px) {
    .content {
        margin: 0 27px;
    }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    min-height: 128px;
    font-size: 3.6rem;
    color: #F76900;
    text-align: center;
    background: #fee46b;
    letter-spacing: 5px;
}

.pageTitle h2 {
    padding-top: 39px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media all and (max-width: 749px) {
    .pageTitle {
        min-height: 63px;
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .pageTitle h2 {
        padding-top: 19px;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 56px;
    padding-bottom: 32px;
    position: relative;
    color: #F77A00;
    font-size: 4.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 4px;
}

.headLine01:before {
    margin-left: -52px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 104px;
    border-bottom: 2px solid #F77A00;
    content: "";
}

@media all and (max-width: 749px) {
    .headLine01 {
        margin-bottom: 28px;
        padding-bottom: 16px;
        font-size: 2.2rem;
        line-height: 1.4;
        letter-spacing: 4px;
    }

    .headLine01:before {
        margin-left: -26px;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 52px;
        border-bottom: 1px solid #F77A00;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 36px;
    padding: 0 0 2px 25px;
    color: #F89635;
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 4px;
    border-left: 6px solid #f89635;
}

@media all and (max-width: 749px) {
    .headLine02 {
        margin-bottom: 17px;
        padding: 0 0 2px 12px;
        font-size: 1.5rem;
        letter-spacing: 2px;
        border-left: 3px solid #f89635;
    }
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm .error {
	display: block;
	color: #F00;
}

.mailForm table {
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
}

.mailForm table th {
    font-size: 3.0rem;
    padding-bottom: 4px;
}

.mailForm table th,
.mailForm table td {
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

.mailForm table th span {
    color: #E71700;
    font-size: 2.5rem;
    margin-left: 5px;
}

.mailForm table td {
    padding-bottom: 44px;
    font-size: 3.0rem;
}

.mailForm table td input[type="text"],
.mailForm table td input[type="email"],
.mailForm table td input[type="tel"],
.mailForm table td input[type="confirm_email"],
.mailForm table td textarea {
    width: 100%;
    height: 91px;
    font-size: 3.0rem;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #a6a6a6;
    -webkit-appearance: none;
}

.mailForm table td .notes {
    padding-top: 8px;
    font-size: 2.2rem;
    display: block;
}

.mailForm table td select {
    padding: 10px 32px;
    width: 100%;
    height: 91px;
    font-size: 3.0rem;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    -webkit-appearance: none;
    background: url("img/common/icon01.png") no-repeat right 22px center;
    background-size: 20px auto;
}

.mailForm table td select::-ms-expand { display: none; }

.mailForm table td textarea {
    height: 628px;
}

.mailForm .agreeTxt input[type="checkbox"] {
    display: none;
    padding: 0;
    height: 47px;
    width: 47px;
    vertical-align: middle;
}
	
.mailForm .agreeTxt {
    margin: 0 15px 60px;
}

.mailForm .agreeTxt span.wpcf7-list-item {
	margin-left: 0;
}
	
.mailForm .agreeTxt input[type="checkbox"] + label {
    background: url("img/common/check_bg01.png") no-repeat left center;
    background-size: 47px 47px;
    display: block;
    font-size: 2.4rem;
    padding: 4px 0 4px 66px;
    line-height: 1.3;
}
	
.mailForm .agreeTxt input[type="checkbox"]:checked + label {
    background: url("img/common/check_bg02.png") no-repeat left center;
    background-size: 47px 47px;
}

div.wpcf7 .submit li .ajax-loader {
	display: none;
}

.submit li {
    margin-bottom: 10px;
}

.submit li:last-child {
    margin-bottom: 0;
}

.submit li input {
    width: 100%;
    height: 120px;
    cursor: pointer;
    padding-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.4rem;
    border: none;
    display: block;
    -webkit-appearance: none;
    background-color: #f77b01;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 4px;
}

.submit li input:hover {
    opacity: 0.7;
}

@media all and (max-width: 749px) {
    .mailForm table th {
        font-size: 1.5rem;
        padding-bottom: 2px;
    }

    .mailForm table th span {
        font-size: 1.25rem;
        margin-left: 2px;
    }

    .mailForm table td {
        padding-bottom: 22px;
        font-size: 1.5rem;
    }

    .mailForm table td input[type="text"],
    .mailForm table td input[type="email"],
	.mailForm table td input[type="confirm_email"],
	.mailForm table td input[type="tel"],
    .mailForm table td textarea {
        height: 46px;
        padding: 5px 10px;
        font-size: 1.5rem;
    }

    .mailForm table td .notes {
        padding-top: 4px;
        font-size: 1.1rem;
    }

    .mailForm table td select {
        padding: 10px 16px;
        height: 46px;
        font-size: 1.5rem;
        background: url("img/common/icon01.png") no-repeat right 12px center;
        background-size: 10px auto;
    }

    .mailForm table td textarea {
        height: 312px;
    }

    .mailForm .agreeTxt input[type="checkbox"] {
        height: 23px;
        width: 23px;
    }

    .mailForm .agreeTxt {
        margin: 0 8px 30px;
    }

    .mailForm .agreeTxt input[type="checkbox"] + label {
        background: url("img/common/check_bg01.png") no-repeat left center;
        background-size: 23px 23px;
        font-size: 1.2rem;
        padding: 4px 0 4px 33px;
        line-height: 1.3;
    }

    .mailForm .agreeTxt input[type="checkbox"]:checked + label {
        background: url("img/common/check_bg02.png") no-repeat left center;
        background-size: 23px 23px;
    }
    
    .submit {
        max-width: 500px;
        margin: 0 auto;
    }

    .submit li {
        margin-bottom: 5px;
    }

    .submit li:last-child {
        margin-bottom: 0;
    }

    .submit li input {
        width: 100%;
        height: 60px;
        cursor: pointer;
        padding-bottom: 3px;
        font-size: 2.2rem;
        border: none;
        display: block;
        -webkit-appearance: none;
        background-color: #f77b01;
        border-radius: 60px;
        box-sizing: border-box;
        letter-spacing: 2px;
    }

    .submit li input:hover {
        opacity: 1;
    }
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.navigation {
	clear: both;
	text-align: center;
}

.navigation .screen-reader-text {
	display: none;
}

.navigation .page-numbers {
	display: inline-block;
	margin: 0 1px 5px;
	padding: 10px 20px;
    color: #666;
	box-sizing: border-box;
	text-decoration: none;
	border: 2px solid #d0d0d0;
    background-color: #fff;
    vertical-align: top;
}

.navigation .page-numbers .meta-nav {
	display: none;
}

.navigation .page-numbers:hover,
.navigation .page-numbers.current {
    opacity: 0.7;
}

.navigation .page-numbers.dots {
    border: none;
    padding: 10px 5px 0 10px;
}

.navigation .page-numbers.prev {
    margin-right: 11px;
}

.navigation .page-numbers.next {
    margin-left: 11px;
}

@media screen and (max-width: 749px) {
    .navigation .page-numbers {
        margin: 0 0 5px;
        padding: 4px 10px;
        border: 2px solid #d0d0d0;
    }

    .navigation .page-numbers.current {
        opacity: 0.7;
    }
    
    .navigation .page-numbers:hover {
        opacity: 1;
    }

    .navigation .page-numbers.dots {
        border: none;
        padding: 5px 4px 0 4px;
    }

    .navigation .page-numbers.prev {
        margin-right: 4px;
    }

    .navigation .page-numbers.next {
        margin-left: 4px;
    } 
}

/*------------------------------------------------------------
	pagenavi
------------------------------------------------------------*/
.pagenavi {
	text-align: center;
}

.pagenavi a,
.pagenavi span {
    margin: 0 0 10px 0;
    padding: 10px 22px;
    font-size: 3.0rem;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
	color: #666;
	background-color: #FFF;
	display: inline-block;
}

.pagenavi .a:hover,
.pagenavi span.act {
    opacity: 0.7;
}

.pagenavi span.extend {
    border: none;
    padding: 10px 5px 0 10px;
	background-color: inherit;
}

.pagenavi .prev {
    padding: 10px 36px;
    margin-left: 16px;
}

.pagenavi .next {
    margin-right: 16px;
    padding: 10px 36px;
}

@media screen and (max-width: 749px) {
    .pagenavi {
        margin: 28px 0 68px;
    }
	
	.pagenavi a,
    .pagenavi span {
        margin: 0 0 5px;
        padding: 5px 11px;
        font-size: 1.5rem;
        border-radius: 3px;
    }

    .pagenavi .prev {
        padding: 5px 18px;
        margin-left: 8px;
    }
    
    .pagenavi .next {
		padding: 5px 18px;
        margin-right: 8px;
    }

    .pagenavi span.act {
        opacity: 0.7;
    }
    
    .pagenavi a:hover {
        opacity: 1;
    }

    .pagenavi span.extend {
        border: none;
        padding: 5px 4px 0 4px;
    }
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 1px 5px;
	padding: 10px 20px;
    color: #666;
	box-sizing: border-box;
	text-decoration: none;
	border: 2px solid #d0d0d0;
    background-color: #fff;
    vertical-align: top;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    opacity: 0.7;
}

.wp-pagenavi .extend {
    border: none;
    padding: 0 5px 0 16px;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .previouspostslink {
    margin-right: 11px;
}

.wp-pagenavi .nextpostslink {
    margin-left: 11px;
}

.wp-pagenavi01 a,
.wp-pagenavi01 span {
    margin: 0;
    padding: 10px 22px;
    font-size: 3.0rem;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.wp-pagenavi01 .nextpostslink {
    padding: 10px 36px;
    margin-left: 16px;
}

.wp-pagenavi01 .previouspostslink {
    margin-right: 16px;
    padding: 10px 36px;
}

@media screen and (max-width: 749px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 0 0 5px;
        padding: 4px 10px;
    }

    .wp-pagenavi span.current {
        opacity: 0.7;
    }
    
    .wp-pagenavi a:hover {
        opacity: 1;
    }

    .wp-pagenavi .extend {
        border: none;
        padding: 0 4px 0 8px;
    }

    .wp-pagenavi .pages {
        display: none;
    }

    .wp-pagenavi .previouspostslink {
        margin-right: 4px;
    }

    .wp-pagenavi .nextpostslink {
        margin-left: 4px;
    }
    
    .wp-pagenavi01 a,
    .wp-pagenavi01 span {
        margin: 0 0 5px;
        padding: 5px 11px;
        font-size: 1.5rem;
        border-radius: 3px;
    }

    .wp-pagenavi01 .nextpostslink {
        padding: 5px 18px;
        margin-left: 8px;
    }
    
    .wp-pagenavi01 .previouspostslink {
        margin-right: 8px;
    }
}

/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 2;
}

.comLink a {
    padding: 11px 0 15px;
    display: block;
    color: #fff;
    font-size: 4.1rem;
    text-align: center;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f77b01;
    border-radius: 40px;
}

.comLink a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 749px) {
    .comLink a {
        max-width: 500px;
        margin: 0 auto;
        padding: 6px 0 7px;
        font-size: 2.05rem;
        border-radius: 40px;
    }
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
    margin: 56px 0 140px;
}

.pageNavi .prev {
    float: left;
}

.pageNavi .next {
    float: right;
}

.pageNavi li a {
    padding: 10px 0;
    width: 130px;
    display: block;
    color: #666;
    text-align: center;
    border: 2px solid #d0d0d0;
}

.pageNavi li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 749px) {
    .pageNavi {
        margin: 28px 0 68px;
    }
    
    .pageNavi li a {
        padding: 5px 0;
        width: 65px;
        border: 1px solid #d0d0d0;
    }
}

/*------------------------------------------------------------
	lecturer_promotion
------------------------------------------------------------*/
.lecturer_promotion {
    padding: 0;
}

.lecturer_promotion .content {
    margin: 0;
}

.lecturer_promotion .headLine01 {
    margin-bottom: 72px;
    padding-bottom: 63px;
}

.lecturer_promotion .txtDl {
    margin: 0 54px 50px;
}

.lecturer_promotion .txtDl dt {
    float: left;
    font-weight: bold;
}

.lecturer_promotion .txtDl dd {
    font-size: 2.6rem;
    padding: 0 0 30px 7.6em;
    line-height: 1.6;
}

.lecturer_promotion .txtDl dd:last-child {
    padding-bottom: 0;
}

.lecturer_promotion .txtList {
    margin: 0 54px 78px;
}

.lecturer_promotion .txtList li {
    padding-left: 1em;
    font-size: 2.4rem;
    line-height: 1.4;
    text-indent: -1em;
}

.lecturer_promotion .bgBox {
    padding: 57px 35px 104px;
    background-color: #fff0e1;
}

.lecturer_promotion .search-box {
    margin: 0 27px;
}

.lecturer_promotion .search-box select {
    width: 100%;
    padding: 10px 25px;
    height: 69px;
    color: #737373;
    font-size: 3.0rem;
    border-radius: 10px;
    border: 1px solid #a6a6a6;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: #fff url("img/common/icon01.png") no-repeat right 13px center;
    background-size: 15px auto;
}

.lecturer_promotion .search-box select::-ms-expand { display: none; }

.lecturer_promotion .search-box .info {
    float: left;
    width: 48%;
}

.lecturer_promotion .search-box .info:last-child {
    float: right;
}

.lecturer_promotion .search-box table {
    width: 100%;
    border-collapse: collapse;
}

.lecturer_promotion .search-box table td {
    padding-bottom: 35px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.lecturer_promotion .search-box table td input[type="submit"],
.lecturer_promotion .search-box table td input[type="button"] {
    width: 302px;
    color: #fff;
    cursor: pointer;
    padding: 12px 0 14px;
    font-size: 3.0rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 40px;
    border: none;
    -webkit-appearance: none;
    background-color: #999;
}

.lecturer_promotion .search-box table td input[type="submit"]:hover,
.lecturer_promotion .search-box table td input[type="button"]:hover {
    opacity: 0.7;
}

.lecturer_promotion .pagenation {
    margin: 0 0 30px;
    padding-bottom: 38px;
    text-align: center;
    font-size: 2.4rem;
    border-bottom: 1px solid #bfbfbf;
}

.lecturer_promotion .title {
    margin-bottom: 22px;
    color: #F76900;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.3;
}

.lecturer_promotion .listDl {
    margin-bottom: 34px;
    line-height: 1.7;
}

.lecturer_promotion .listDl dt {
    float: left;
}

.lecturer_promotion .listDl dd {
    padding: 0 0 18px 6.3em;
}

.lecturer_promotion .listDl dd:last-child {
    padding-bottom: 0;
}

.lecturer_promotion .listDl dd .topSpan {
    margin-bottom: 9px;
    display: block;
}

.lecturer_promotion .listDl .ddStyle {
    line-height: 1.5;
}

/* table化 */
.lecturer_promotion table.listDl {
    margin-bottom: 34px;
    line-height: 1.7;
		border: none;
}

.lecturer_promotion table.listDl th {
    padding: 10px 10px 10px 0;
		vertical-align: top;
		white-space: nowrap;
		text-align: left;
}

.lecturer_promotion table.listDl td {
    padding: 10px 0 10px 10px;
}


/* .lecturer_promotion table.listDl .ddStyle {
    line-height: 1.5;
} */

.lecturer_promotion .comLink {
    margin-bottom: 117px;
}

.lecturer_promotion .comLink01 {
    margin-bottom: 21px;
}

.lecturer_promotion .comLink:last-child {
    margin-bottom: 0;
}

.lecturer_promotion .comLink a {
    padding: 13px 0 17px;
    font-size: 2.6rem;
    background: #f77b01 url("img/common/icon13.png") no-repeat right 22px center;
    background-size: 14px 20px;
}

.lecturer_promotion .comLink01 a {
    background: #b3b3b3 url("img/common/icon13.png") no-repeat right 22px center;
    background-size: 14px 20px;
}

.lecturer_promotion .btmTxt {
    margin-bottom: 96px;
    color: #FF2600;
    font-size: 3.3rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    background: url("img/lecturer_promotion/line.png") repeat-x left top 27px;
}

.lecturer_promotion .btmTxt .info {
    padding: 0 20px;
    background-color: #fff0e1;
}

.lecturer_promotion .wp-pagenavi {
    margin-bottom: 92px;
}

.lecturer_promotion .comLink02 {
    margin-bottom: 0;
}

@media all and (max-width: 749px) {
    .lecturer_promotion {
        padding: 0;
    }

    .lecturer_promotion .content {
        margin: 0;
    }

    .lecturer_promotion .headLine01 {
        margin-bottom: 36px;
        padding-bottom: 31px;
        letter-spacing: 0;
    }

    .lecturer_promotion .txtDl {
        margin: 0 27px 28px;
    }

    .lecturer_promotion .txtDl dt {
        float: left;
        font-weight: bold;
    }

    .lecturer_promotion .txtDl dd {
        font-size: 1.3rem;
        padding: 0 0 15px 7.5em;
        line-height: 1.6;
    }

    .lecturer_promotion .txtDl dd:last-child {
        padding-bottom: 0;
    }

    .lecturer_promotion .txtList {
        margin: 0 27px 40px;
    }

    .lecturer_promotion .txtList li {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .lecturer_promotion .bgBox {
        padding: 28px 17px 52px;
    }

    .lecturer_promotion .search-box {
        margin: 0 13px;
    }

    .lecturer_promotion .search-box select {
        padding: 5px 20px;
        height: 35px;
        font-size: 1.5rem;
        border-radius: 5px;
        background: #fff url("img/common/icon01.png") no-repeat right 7px center;
        background-size: 7.5px auto;
    }

    .lecturer_promotion .search-box table td {
        padding-bottom: 18px;
    }

    .lecturer_promotion .search-box table td input[type="submit"],
    .lecturer_promotion .search-box table td input[type="button"] {
        width: 154px;
        padding: 6px 0 7px;
        font-size: 1.5rem;
    }

    .lecturer_promotion .search-box table td input[type="submit"]:hover,
    .lecturer_promotion .search-box table td input[type="button"]:hover {
        opacity: 1;
    }

    .lecturer_promotion .pagenation {
        margin: 0 0 14px;
        padding-bottom: 18px;
        font-size: 1.2rem;
    }

    .lecturer_promotion .title {
        margin-bottom: 11px;
        font-size: 1.65rem;
        line-height: 1.3;
    }

    .lecturer_promotion .listDl {
        margin-bottom: 17px;
        line-height: 1.7;
    }

    .lecturer_promotion .listDl dd {
        padding: 0 0 9px 6.3em;
    }

    .lecturer_promotion .listDl dd:last-child {
        padding-bottom: 0;
    }

    .lecturer_promotion .listDl dd .topSpan {
        margin-bottom: 5px;
    }

    .lecturer_promotion .comLink {
        margin-bottom: 59px;
    }

    .lecturer_promotion .comLink01 {
        margin-bottom: 11px;
    }

    .lecturer_promotion .comLink a {
        padding: 7px 0 9px;
        font-size: 1.3rem;
        background: #f77b01 url("img/common/icon13.png") no-repeat right 11px center;
        background-size: 7px 10px;
    }

    .lecturer_promotion .comLink01 a {
        background: #b3b3b3 url("img/common/icon13.png") no-repeat right 11px center;
        background-size: 7px 10px;
    }

    .lecturer_promotion .btmTxt {
        margin-bottom: 45px;
        font-size: 1.65rem;
        background: url("img/lecturer_promotion/line.png") repeat-x left center;
        background-size: auto 1px;
    }

    .lecturer_promotion .btmTxt .info {
        padding: 0 10px;
    }

    .lecturer_promotion .wp-pagenavi {
        margin: 0 -17px 41px;
    }
    
    .lecturer_promotion .wp-pagenavi01 a,
    .lecturer_promotion .wp-pagenavi01 span {
        border-width: 1px;
    }

    .lecturer_promotion .comLink02 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 374px) {
    .lecturer_promotion .search-box select {
        padding: 5px 6px;
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	ad_promotion
------------------------------------------------------------*/
.ad_promotion .bgBox {
    padding-bottom: 78px;
}

.ad_promotion .txtDl {
    margin-bottom: 30px;
}

.ad_promotion .txt {
    margin: 0 56px 71px;
    font-size: 2.4rem;
    padding-left: 1em;
    text-indent: -1em;
}

.ad_promotion .listDl {
    margin-bottom: 38px;
}

.ad_promotion .listDl dd .linkUl {
    display: inline-block;
    margin: -10px 0 0 15px;
    vertical-align: middle;
}

.ad_promotion .listDl dd .linkUl li {
    display: inline-block;
}

.ad_promotion .listDl dd .linkUl li a {
    padding: 4px 20px 5px;
    border: 1px solid #b9b2aa;
    border-radius: 30px;
    font-size: 1.5rem;
}

.ad_promotion .listDl dd .linkUl li a:hover {
    opacity: 0.7;
}

.ad_promotion .listDl dd .btn {
    margin: 12px 0 20px;
}

.ad_promotion .listDl dd .btn a {
    padding: 10px 0;
    display: block;
    width: 322px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #b9b2aa;
}

.ad_promotion .listDl dd .btn a:hover {
    opacity: 0.7;
}

.ad_promotion .listDl dd .color {
    color: #F77A00;
}

.ad_promotion .wp-pagenavi {
    margin-bottom: 0;
}

@media all and (max-width: 749px) {
    .ad_promotion .bgBox {
        padding-bottom: 29px;
    }

    .ad_promotion .txtDl {
        margin-bottom: 15px;
    }

    .ad_promotion .txt {
        margin: 0 28px 35px;
        font-size: 1.2rem;
        padding-left: 1em;
        text-indent: -1em;
    }

    .ad_promotion .listDl {
        margin-bottom: 19px;
    }

    .ad_promotion .listDl dd .linkUl {
        margin: -5px 0 0 7px;
    }

    .ad_promotion .listDl dd .linkUl li a {
        padding: 2px 10px 3px;
        font-size: 0.75rem;
    }

    .ad_promotion .listDl dd .btn {
        margin: 6px 0 10px;
    }

    .ad_promotion .listDl dd .btn a {
        padding: 5px 0;
        width: 160px;
    }

    .ad_promotion .wp-pagenavi {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------
	ad_schedule
------------------------------------------------------------*/
.ad_schedule {
    padding: 92px 0 50px;
}

.ad_schedule .content {
    margin: 0 46px;
}

.ad_schedule .headLine01 {
    margin-bottom: 82px;
    padding-bottom: 62px;
}

.ad_schedule .mailForm table th {
    line-height: 1.35;
}

.ad_schedule .mailForm table td {
    padding-bottom: 48px;
    line-height: 1.35;
}

.ad_schedule .mailForm table .thStyle {
    padding-bottom: 13px;
}

.ad_schedule .mailForm table .tdStyle {
    padding-bottom: 48px;
}

.ad_schedule .mailForm table .tdStyle01 {
    padding-bottom: 63px;
}

.ad_schedule .mailForm table .topSpan {
    margin-bottom: 42px;
    display: block;
}

.ad_schedule .mailForm table td .radioUl {
    margin-bottom: 50px;
    padding: 12px 0 0;
}

.ad_schedule .mailForm table td .radioUl01 {
    margin-bottom: 27px;
}

.ad_schedule .mailForm table td .radioUl li {
    padding: 0 0 16px 6px;
    position: relative;
}

.ad_schedule .mailForm table td .radioUl li input[type="radio"] {
    display: none;
    padding: 0;
    height: 60px;
    width: 60px;
    vertical-align: middle;
}

.ad_schedule .mailForm table td .radioUl li input[type="radio"] + label {
    background: url("img/common/radio_bg.png") no-repeat left center;
    background-size: 60px 60px;
    display: block;
    padding: 10px 0 10px 78px;
}

.ad_schedule .mailForm table td .radioUl li input[type="radio"]:checked + label {
    background: url("img/common/radio_bg02.png") no-repeat left center;
    background-size: 60px 60px;
}

.ad_schedule .mailForm table td .radioUl li input[type="text"] {
    position: absolute;
    right: 0;
    top: -7px;
    width: 67%;
    height: 72px;
}

.ad_schedule .mailForm table td .redTxt {
    padding: 6px 0 15px;
    color: #E71700;
    line-height: 1.5;
    font-size: 2.4rem;
}

.ad_schedule .mailForm table td .notes01 {
    margin-bottom: 13px;
}

.ad_schedule .txtP {
    margin-bottom: 45px;
    font-size: 3.0rem;
    line-height: 1.35;
    letter-spacing: 1px;
}

.ad_schedule .txtP01 {
    margin-bottom: 67px;
}

.ad_schedule .txtP .info {
    display: inline-block;
    text-indent: 1.2em;
}

@media all and (max-width: 749px) {
    .ad_schedule {
        padding: 47px 0 25px;
    }

    .ad_schedule .content {
        margin: 0 21px;
    }

    .ad_schedule .headLine01 {
        margin: 0 -20px 41px;
        padding-bottom: 31px;
        letter-spacing: 2px;
    }

    .ad_schedule .mailForm table th {
        line-height: 1.35;
    }

    .ad_schedule .mailForm table td {
        padding-bottom: 25px;
        line-height: 1.35;
    }

    .ad_schedule .mailForm table .thStyle {
        padding-bottom: 5px;
    }

    .ad_schedule .mailForm table .tdStyle {
        padding-bottom: 23px;
    }

    .ad_schedule .mailForm table .tdStyle01 {
        padding-bottom: 32px;
    }

    .ad_schedule .mailForm table .topSpan {
        margin-bottom: 21px;
    }
    
    .ad_schedule .mailForm table td input[type="text"], .ad_schedule .mailForm table td input[type="email"], .ad_schedule .mailForm table td input[type="confirm_email"], .ad_schedule .mailForm table td input[type="tel"], .ad_schedule .mailForm table td textarea {
        border-radius: 2px;
    }

    .ad_schedule .mailForm table td .radioUl {
        margin-bottom: 25px;
        padding: 4px 0 0;
    }

    .ad_schedule .mailForm table td .radioUl01 {
        margin-bottom: 13px;
    }

    .ad_schedule .mailForm table td .radioUl li {
        padding: 0 0 5px 4px;
    }

    .ad_schedule .mailForm table td .radioUl li input[type="radio"] {
        padding: 0;
        height: 30px;
        width: 30px;
    }

    .ad_schedule .mailForm table td .radioUl li input[type="radio"] + label {
        background: url("img/common/radio_bg.png") no-repeat left center;
        background-size: 30px auto;
        display: block;
        padding: 6px 0 6px 39px;
    }

    .ad_schedule .mailForm table td .radioUl li input[type="radio"]:checked + label {
        background: url("img/common/radio_bg02.png") no-repeat left center;
         background-size: 30px auto;
   }

    .ad_schedule .mailForm table td .radioUl li input[type="text"] {
        position: absolute;
        right: 0;
        top: -2px;
        width: 67%;
        height: 36px;
    }

    .ad_schedule .mailForm table td .redTxt {
        padding: 3px 0 7.5px;
        line-height: 1.5;
        font-size: 1.2rem;
    }

    .ad_schedule .mailForm table td .notes01 {
        margin-bottom: 5px;
    }

    .ad_schedule .txtP {
        margin-bottom: 22px;
        font-size: 1.5rem;
        line-height: 1.35;
        letter-spacing: 0.5px;
    }

    .ad_schedule .txtP01 {
        margin-bottom: 33px;
    }
}

@media all and (-ms-high-contrast:none){
    .wp-pagenavi01 a, .wp-pagenavi01 span {
        padding: 11px 22px 9px;
    }
    
    .ad_promotion .listDl dd .linkUl li a {
        padding: 6px 20px 3px;
    }
    
    .ad_promotion .listDl dd .btn a {
        padding: 12px 0 9px;
    }
}
