@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Noto+Sans+JP:400,700&display=swap&subset=japanese');


.marugo {
    font-family: 'Kosugi Maru', sans-serif;
}

.fontBold {
    font-weight: 700;
}


body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.8;
}

/* reset */
* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    /*border-collapse: collapse;
	border-spacing: 0;*/
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 0;
}

.clearfix {
    /*display: inline-table;
    min-height: 1%;*/
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/* End hide from IE-mac */

img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

/* ------------------------------ */


.inner_contents {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.breadscrumb {
    padding: 15px 0;
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .inner_contents {
        max-width: 1100px;
        width: 96%;
        margin: 0 auto;
    }
}


/* header */
/* ------------------------------ */

header .logo {
    float: left;
    width: 26%;
    padding-top: 10px;
}

header .logo img {
    width: 100%;
    max-width: 280px;
}

header .header_menu {
    float: right;
    width: 74%;
}

header .header_menu > ul {
    display: flex;
    justify-content: space-around;
    float: right;
}

header .header_menu > ul > li.tel {
    font-size: 26px;
    color: #1e5a8c;
    padding: 0 10px;
    background-color: #dcf0ff;
    height: 50px;
    line-height: 50px;
}

header .header_menu > ul > li.tel span {
    background-color: #1e5a8c;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: top;
    padding: 5px;
    margin-right: 8px;
    font-weight: normal;
}


header .header_menu > ul > li.contact a {
    display: inline-block;
    font-size: ;
    color: #e67d1e;
    background-color: #ffe6d2;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.sp_nav_btn {
    display: none;
}

header nav {
    width: 100%;
    float: right;
}

header nav > ul {
    display: flex;
    justify-content: flex-end;
    z-index: 9998;
}

header nav > ul > li {
    padding: 10px 0;
    text-align: center;
}

header nav > ul > li > a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    color: #1e5a8c;
    text-align: center;
    /*z-index: 999;*/
}

header nav > ul > li > a:after {
    content: '／';
    position: absolute;
    padding-left: 10px;
}

header nav > ul > li:last-child > a {
    padding-right: 0;
}

header nav > ul > li:last-child > a:after {
    content: '';
}


header nav > ul > li > ul {
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: -9999px;
    height: auto;
    margin: 10px 0;
    padding: 30px 0;
    background-color: rgba(30, 90, 140, 0.9);
    z-index: 999;
}

header nav > ul > li > ul > li {
    z-index: 999;
    text-align: center;
    width: 16.66%;
    max-width: 183.33px;
}

header nav > ul > li > ul > li > a {
    display: inline-block;
    color: #fff;
}

header nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 999;
    right: 0;
    left: 0;
}

header nav > ul > li > ul.toggle2 {
    position: absolute;
}

header nav > ul > li > ul.toggle2 > .inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header nav > ul > li > ul.toggle2 > .inner > li {
    z-index: 999;
    text-align: center;
    width: 16.66%;
    max-width: 183.33px;
}

header nav > ul > li > ul.toggle2 > .inner > li > a {
    display: inline-block;
    color: #fff;
}

header nav > ul > li > ul.toggle2 > .inner > li > a p.pt30 {
    /*padding-top: 30px;*/
}

footer {
    background-color: #f0faff;
    padding: 40px 0 50px;
}

footer .fr_r {
    float: right;
    padding-top: 10px;
}

footer .fr_r img {
    width: 200px;
}

footer .ssl-seal {
    float: right;
    padding-top: 10px;
}


footer .logo {
    width: 100%;
    padding-top: 10px;
}

footer .logo img {
    width: 100%;
    max-width: 280px;
}

footer .tel {
    font-size: 34px;
    height: 50px;
    line-height: 50px;
}

footer .tel span {
    background-color: #1e5a8c;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    vertical-align: top;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: normal;
}

footer .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

footer .menu .left a {
    color: #666;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    header {
        position: fixed;
        background-color: #fff;
        width: 100%;
        z-index: 9999;
    }

    header .inner_contents {
        position: absolute;
        background-color: #fff;
        top: -84px;
    }

    .mainvisual {
        position: relative;
        margin-top: 84px;
    }

    header .logo {
        width: 280px;
        padding-top: 7px;
        position: absolute;
        z-index: 9999;
    }

    header .header_menu {
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 999;
	background-color:#FFF;
    }

    header .header_menu > ul {
        display: flex;
        position: absolute;
        right: 70px;
        top: 30px;
        float: none;
    }

    header .header_menu > ul > li.tel {
        font-size: 18px;
        color: #1e5a8c;
        padding: 0 10px;
        background-color: #dcf0ff;
        height: 40px;
        line-height: 40px;
    }

    header .header_menu > ul > li.tel span {
        font-size: 12px;
        vertical-align: top;
        padding: 5px;
    }

    header .header_menu > ul > li.contact a {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }


    .sp_nav_btn {
        display: block;
        float: right;
        font-size: 47px;
        font-weight: bold;
        margin: 0 10px 0;
    }

    header nav {
        display: none;
    }

    header nav > ul {
        display: contents;
        overflow: scroll;
    }

    header nav > ul > li {
        padding: 0;
        border-bottom: 1px solid #dcf0ff;
        background-color: rgba(30, 90, 140, 0.9);
    }

    header nav > ul > li > a {
        width: 100%;
        padding: 10px;
        color: #fff;
        text-align: left;
    }

    header nav > ul > li > a:after {
        content: '';
        display: none;
        padding-left: 0;
    }

    header nav > ul > li > a:hover {
        border: none;
    }

    header nav > ul > li > ul {
        opacity: 1;
        background-color: transparent;
        z-index: 999;
    }

    header nav > ul > li > ul {
        display: block;
        box-sizing: border-box;
        position: relative;
        padding: 0;
        margin-top: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #dcf0ff;
    }

    header nav > ul > li > ul > li {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        text-align: left;
        background-color: #dcf0ff;
        border-bottom: 1px solid #1e5a8c;
        box-sizing: border-box;
    }

    header nav > ul > li > ul > li:last-child {
        border: none;
    }

    header nav > ul > li > ul > li.sp_non {
        display: none;
    }

    header nav > ul > li > ul > li a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        color: #1e5a8c;
    }

    header nav > ul > li > ul > li a img {
        display: none;
    }

    header nav > ul > li:hover > ul {
        display: block;
        box-sizing: border-box;
        position: relative;
        background-color: transparent;
        padding: 0;
        margin: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: 999;
    }


    header nav > ul > li > ul.toggle2 {
        display: block;
        box-sizing: border-box;
        position: relative;
        padding: 0;
        margin-top: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #dcf0ff;
    }

    header nav > ul > li > ul.toggle2 > .inner {
        display: block;
    }

    header nav > ul > li > ul.toggle2 > .inner > li {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        text-align: left;
        background-color: #dcf0ff;
        border-bottom: 1px solid #1e5a8c;
        box-sizing: border-box;
    }

    header nav > ul > li > ul.toggle2 > .inner > li > a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        color: #1e5a8c;
    }

    header nav ul > li > ul.toggle2 > .inner > li img {
        display: none;
    }

    header nav > ul > li > ul.toggle2 > .inner > li > a p.pt30 {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    header .inner_contents {
        width: 100%;
    }

    header .logo {
        width: 200px;
        padding-top: 0;
    }

    header .header_menu > ul {
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        left: -12px;
        top: 54px;
        z-index: 1;
    }

    header .header_menu > ul > li {
        width: 40%;
        box-sizing: border-box;
         height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    header .header_menu > ul > li.tel {
        display: inline-block;
        font-size: 14px;
        padding: 5px 5px;
        height: 29px;
        line-height: 20px;
        width: 190px;
        margin-top: 1px;
    }

    header .header_menu > ul > li.tel span {
        font-size: 10px;
        vertical-align: top;
        padding: 5px;
    }
    
    header .header_menu > ul > li.contact{
         display: inline-block;
    }

    header .header_menu > ul > li.contact a {
        display: inline-block;
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .sp_nav_btn {
        font-size: 39px;
    }
    
    header nav{
        position: relative;
        z-index: 99;
    }

    footer .logo {
        width: 60%;
    }

    footer .fr_r {
        float: none;
        text-align: center;
        padding: 10px 0;
    }

    footer .tel {
        font-size: 26px;
    }

    footer .tel span {
        font-size: 16px;
    }

}


.alignright {
    display: block;
    margin: 0 0 0 auto;
    float: right;
}

/* 配置位置 右 */
.alignleft {
    display: block;
    margin: 0 auto 0 0;
    float: left;
}

/* 配置位置 左 */
.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 配置位置 中央 */
.float-left {
    float: left;
    width: auto;
}

/* 回り込み 左 */
.float-right {
    float: right;
    width: auto;
}

/* 回り込み 右 */
@charset "utf-8";
/* CSS Document */

.mainvisual {
	background-image: url(../images/mainvisual/contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

body.page-form .mainvisual {
	background-image: url(../images/mainvisual/seminar.jpg);
}

h1 {
	text-align: center;
	padding: 50px 0;
	line-height: 1.2;
}

article {
	padding: 0 0 50px;
}

article .cnts {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 2;
}

.form {
	width: 100%;
	margin: auto;
	table-layout: fixed;
}

.form th {
	box-sizing: border-box;
	font-size: 18px;
	text-align: left;
	width: 25%;
	border-bottom: solid 1px #d6d6d6;
	padding: 20px 15px;
	font-weight: normal;
}

.form th span {}

.form td {
	box-sizing: border-box;
	width: 75%;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
	padding: 20px 15px;
}

.form [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.form option,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=search],
.form input[type=url] {
	width: 80%;
	font-size: 18px;
}

.form input[type=text].zip {
	width: 40%;
}

.form input[type=text].num {
	width: 10%;
}

.form input[type=text].w60 {
	width: 60%;
}

.red {
	font-size: 14px;
	padding: 0px 10px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	/*margin-left: 10px;*/
	vertical-align: middle;
	float: right;
}

.submit-btn {}

.submit-btn input {
	background: #00142c;
	margin: 30px auto 0;
	padding: 5px 100px;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	color: #fff;
	transition: all 0.4s ease;

}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

span.error {
	color: red;
}

@media screen and (max-width: 768px) {
	.mainvisual {}

	.form th,
	.form td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.red {
		float: none;
		margin-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.mainvisual {
		background-size: cover;
		height: 160px;
	}

	h1 {
		font-size: 24px;
		padding: 30px 0;
	}
}
