﻿@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   /*color:#000;*/
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url("images/bg.gif") 0 120px repeat-x;
   border-top:3px solid #134D99;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.fixed {
	position:fixed;
	right:20px;
	bottom:20px;
	}

.grecaptcha-badge {
	bottom: 122px !important;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:780px;
   margin:0 auto;
   padding:0;
}

div#header {
   position:relative;
   width:780px;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
}

div#serch {
   position:absolute;
   top:0;
   right:0;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}
/*
div#menu {
   float:left;
   width:780px;
   margin-top:10px;
}
*/
div#icatch {
   width:780px;
}

div#contents {
   float:left;
   width:780px;
   padding:10px 0;
   background:#fff;
}

div#main {
   float:left;
   width:550px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:780px;
   margin-top:10px;
}

div#footer {
   clear:both;
   width:780px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:200%;/* 32px相当 */
   line-height:1.0;
}

div#header h1 a:hover {
   color:#f1f1f1;
}


div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("images/bg_arrow.gif") 0 50% no-repeat;
}




/* ========MENU CUSTOMIZE======== */
/*div#menu ul {
   margin:0 0 1px 0;
   padding:0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border:1px solid #CECBCE;
   border-bottom:none;
   background:#fff url("images/bg_menu.gif") -40:50 2014/02/250px 0 repeat-x;
   
}

div#menu li a {
   display:block;
   width:129px;
   height:10px;
   padding:10px 0;
   line-height:10px;
   font-weight:bold;
   text-align:center;
   outline:none;
}

div#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#fff url("images/bg_menu.gif") 100% 100% repeat-x;
}

div#menu li.home {
   width:128px;
   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#menu li.active a {
   color:#fff;
   background:#fff url("images/bg_menu.gif") 100% 100% repeat-x;
   text-decoration:none;
}
*/

/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
div#menu ul {
   display:block;
   font-size:75%;/* 12px相当 */
   list-style-type: none;
   margin:0 0 1px 0;
   padding:0;

}

/* サブメニュー1段目 */
div#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
div#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
div#menu li {
   float:left;
}

div#menu li li {
   clear:both;
}

div#menu li:hover {
   position:relative;
}

div#menu li:hover > ul {
   display: block
}

/* デザイン */
div#menu ul {
   float:left;
   font-size:80%;/* 15px相当 */
   margin:0;
   padding:0;
   list-style:none;
   border-top:1px solid #999;
   border-bottom:1px solid #999;
   background:#fff url("images/bg_menu.gif") 0 0 repeat-x;
}

div#menu li ul {
   border-top:1px solid #999;
   font-size:100%;/* 15px相当 */
   border-bottom:none;
	z-index: 99;
}

div#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:1px solid #999;
}

div#menu li li a:hover {
   margin-left:0;
   background:#2158A2;
}

div#menu li a {
   display:block;
   width:128px;
   padding:10px 0;
   line-height:125:55 2014/02/25px;
   text-align:center;
   outline:none;
}

div#menu li li a {
   display:block;
   width:128px;
   padding:10px 35:46 2014/02/255px;
   line-height:10px;
   text-align:center;
   outline:none;
}

div#menu li a:hover {
   color:#ffffff;
   background:#2158A2;
   text-decoration:none;
}

/* ========MAINCONTENTS CUSTOMIZE======== */

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
	position: relative;
	width:100%;
	height:254px;
}
#mainvisual .mainvisual-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:254px;
	background-image:url(images/mv01.jpg?v=1);
	background-position:center top;
	background-repeat:no-repeat;
}

#mainvisual .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:254px;
	background-position:center top;
	background-repeat:no-repeat;
}
#mainvisual .panel01 { background-image:url(images/mainvisual/mv01.jpg); }
#mainvisual .panel02 { background-image:url(images/mainvisual/mv02.jpg); }
#mainvisual .panel03 { background-image:url(images/mainvisual/mv04.jpg); }
#mainvisual .panel04 { background-image:url(images/mainvisual/mv03.jpg); }
#mainvisual .panel05 { background-image:url(images/mainvisual/mv05.jpg); }
#mainvisual .panel06 { background-image:url(images/mainvisual/mv06.jpg); }
#mainvisual .panel07 { background-image:url(images/mainvisual/mv07.jpg); }

div#main a {
   color:#134D99;
}

div#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:#fff url("images/bg_h2.gif") 100% 100% repeat;
}

div#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main div.topNavi {
   display: flex;
   justify-content: space-between;
   margin-left:-10px;
   margin-bottom: 10px;
}

* html div#main div.topNavi {
   height:1em;
   overflow:visible;
}

div#main div.topNavi div.topNaviColumn {
   background-color: #f4ede5;
   width:135px;
   height: 61px;
   margin-left:10px;
}

div#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main div.topNavi div.topNaviColumn p.detail {
   width:135;
   height: 61px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}

/* ABOUT CUSTOMIZE */
div#main div.about {
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   font-size: 19px;
   margin-bottom: 30px;
}
div#main div.about h3 {
   color: cornflowerblue;
   text-align: center;
}
div#main div.about .about_contents {
   width: calc(40% -30px);
   display: flex;
   flex-direction: column;
   line-height: 20px;
   text-align: left;
}
div#main div.about .about_contents h3 {
   font-size: 22px;
   color: #000080;
   border: 0;
   text-align: center;
}
div#main div.about .about_contents .about-img {
   width: 180px;
   float: right;
   height: 150px;
   text-align: center;
}
div#main div.about .about_contents .about-img img {
   max-width: 100%;
   max-height: 100%;
}
div#main div.about .about_contents span {
   font-weight: bold;
}

/* INFORMATION CUSTOMIZE */
div#main .information {
   margin:0;
   float:left;
   width:58%;
}
div#main dl.information dt {
   float:left;
   padding-top:5px;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#main table {
   font-size:75%;/* 12px相当 */
}

table {
   width:550px;
   margin-bottom:10px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

table .kyoka {
   width:390px;
   margin-bottom:10px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
   font-size: 13px !important;
}

table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol{
margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
margin:0;
padding:0;
}

/* ========NEWS CUSTOMIZE======== */

.news {
	width:40%;
	float:right;
}
	.news p {
		font-size:100% !important;
		margin:0 !important;
	}
		.news a { text-decoration:none !important; }
		.news a:hover { text-decoration:none !important; }
	.news .newsbox {
		padding:5px;
		border:#999 solid 1px;
		overflow:auto;
		height:381px;
	}
		.news .newsbox .blog-table {
			border-collapse:collapse;
			width:100%;
			border:none;
		}
			.news .newsbox .blog-table td {
				padding:5px 0;
				border-top:#dfdfdf solid 1px;
				border-bottom:#dfdfdf solid 1px;
				border-left:none;
				border-right:none;
			}
			.news .newsbox .blog-table td:hover {
				background:#efefef;
			}
				.news .newsbox .blog-table .pie {
					margin-right:5px;
				}
				.news .newsbox .blog-table .new-tx {
					color:#f00;
				}


/* ========SEMINAR CUSTOMIZE======== */

.seminar {
	width:100%;
	padding-bottom:10px;
}
	.seminar p {
		font-size:100% !important;
		margin:0 !important;
	}
		.seminar a { text-decoration:none !important; }
		.seminar a:hover { text-decoration:none !important; }
	.seminar .seminarbox {
		padding:5px;
		border:#999 solid 1px;
		overflow:auto;
		height:180px;
	}
		.seminar .seminarbox .blog-table {
			border-collapse:collapse;
			width:100%;
			border:none;
		}
			.seminar .seminarbox .blog-table td {
				padding:5px 0;
				border-top:#dfdfdf solid 1px;
				border-bottom:#dfdfdf solid 1px;
				border-left:none;
				border-right:none;
			}
			.seminar .seminarbox .blog-table td:hover {
				background:#efefef;
			}
				.seminar .seminarbox .blog-table .pie {
					margin-right:5px;
				}
				.seminar .seminarbox .blog-table .new-tx {
					color:#f00;
				}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:5px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

div#sub h3 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   background:#EFEBEF;
}

div#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

div#sub li {
   padding:5px;
   font-size:75%;/* 12px相当 */
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

div#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("images/bg_arrow.gif") 5px 50% no-repeat;
}

div#sub li a:hover {
   display:block;
   color:#333;
   background:#EFEBEF url("images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}

.doms-mailform-button-primary {
	width: 100%;
	margin-bottom: 50px;
	max-width: 480px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.doms-mailform-button-primary .doms-mailform-button a {
	width: calc(50% - 20px);
	margin-right: 10px;
	position: relative;
	display: block;
	background-color: rgba(44,100,187,1.00);
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	text-indent: -10px;
	transition: 0.2s;
}

.doms-mailform-button-primary .doms-mailform-button:last-of-type a {
	margin-right: 0;
	float: right;
}

.doms-mailform-button-primary .doms-mailform-button a:hover {
	background-color: rgba(33,131,203,1.00);
}

.doms-mailform-button-primary .doms-mailform-button a:after {
	content: "▶";
	color: #ffffff;
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 10px;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   border-top:1px solid #ddd;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:70%;/* 11px相当 */
   color:#999;
   line-height:3.0;
   text-align:center;
}


/* ========SUBPAGE CONTENT======== */
.order-button a {
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background-color: #2e61ab;
	color: #ffffff !important;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 25px;
	box-sizing: border-box;
	position: relative;
}

.order-button a:after {
	content: "▶";
	color: #ffffff;
	position: absolute;
	top: 33px;
	right: 14px;
	display: block;
	font-size: 10px;
	transition: 0.2s;
}

.order-button a:hover:after {
	right: 9px;
}