@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
/* 非表示 */

.article-header,
.site-title {
    display: none;
}

/* body */
.l-content__inner {
    margin: 0;
}

.l-content,
.l-content__main {
    width: 100% !important;
}

.article-body>* {
    margin-top: 0;
}

[class^="paragraph__normal"] .article-body,
[class*="paragraph__normal"] .article-body [class^="paragraph__normal"] .article-body,
[class*="paragraph__normal"] .article-body {
    padding: 0;
}

.top-section-padding,
.single-article-padding {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
	padding-top: 20%;
}

.description-section-padding {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.single-title-padding {
    width: 100%;
    max-width: calc(1200px - -6em);
    margin: 0 auto;
    margin-bottom: 60px;
}

.column2-padding {
    padding: 10vh 5%;
}

/* common */

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

.text-left {
    text-align: left;
}

.d-flex {
    display: flex;
    align-items: center;
}

.d-flex-sp {
    display: flex;
    align-items: center;
}

.justify-content-around {
    justify-content: space-around;
}

.align-baseline {
    align-items: baseline;
}

.contents_box {
    border-left: 1px solid #C1001E;
    padding-left: 4vw;
    padding-top: 5%;
    padding-bottom: 5%;
}

.contents-h2 {
    font-size: max(2.6vw, 40px);
}

.contents-h2-p {
    font-size: 20px;
    font-weight: 800;
    line-height: 0;
    margin-left: 1.2rem;
}

.head_blueline {
    border-left: 8px solid #3d52e0;
    padding-left: 8px;
}

.column_m {
    margin: 4rem 30px;
}

dt {
	/*
    padding-left: 8px;
    font-size: 22px;
	*/
    font-weight: 600;
    line-height: 1em;
    margin: 10px 0;
    letter-spacing: 0.4rem;
}

dd {
    font-size: 0.9rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    letter-spacing: 0.3rem;
}


@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .d-flex {
        display: block;
    }

    dt {
        font-size: 16px;
    }
}


/* top */

.top-logo {
    margin: 0 auto;
}

.top-logo img {
	/*
    width: 50%;
	*/
}

.top-text {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2.2rem;
    line-height: 5rem;
    margin: 12vh auto;
	/*
    padding-bottom: 14vh;
	*/
}

.description-text {
    font-size: 0.9rem;
    font-weight: 100;
    letter-spacing: 0.4rem;
    line-height: 2.0rem;
    margin: 12vh auto;
}

.top-company-contact {
	/*
    background-color: #3d52e0;
	background-color: #45A9B8;
	background-color: #61D6A4;
	background-color: #3979CC;
	*/
	background-color: #F8F8F8;
    padding: 5% 10%;
}

.top-contact {
    background-color: #fff;
    border-radius: 2rem;
    padding: 5% 15%;
    margin: 20px;
}


.top-company dt,
.top-contact dt {
    display: flex;
    align-items: center;
	/*
    color: #333;
    background-color: #fff;
    padding: 10px 1.5rem;
    margin-bottom: 1.2rem;
	*/
    border-radius: 10px;
}

/*
.top-company dt::before,
.top-contact dt::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    margin-right: 1rem;
    align-items: center;
*/

}
.top-company-contact{
    position: relative;
}
.top-title{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
	text-align: center;
}
.top-title-company{
    position: absolute;
    color: #333333;
    letter-spacing: 0.25rem;
    padding: 10px 3rem;
    border-radius: 15px;
    background-color: #3d52e0;
    top: -4rem;
}

.top-company {
	/*
    color: #fff;
	*/
	color: #333333;
}
.top-company img{
    width: 14%;
    min-width: 100px;
    max-width: 200px;
    position: absolute;
    top: 3rem;
}

.top-company dt::before {
    color: #333;
}

.top-contact dt::before {
    color: #3d52e0;
}

.top-contact form p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*
    margin-bottom: 60px;
	*/
}
.top-contact form p input {
	width:100%;
	
}