@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

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

ol,
ul {
	list-style: none;
}

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.box_extra_01:before,
.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.box_extra_01:after,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.box_extra_01:after,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	color: #666666;
	font-size: 17px;
	line-height: 1.8em;
	font-family: "Rounded Mplus 1c";
}
p {
	margin-bottom: 12px;
}
h3 {
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	line-height: 1em;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #1B4399;
	margin-bottom: 50px;
}
.text_SZ_M {
	font-size: 16px;
}
.text_SZ_L {
	font-size: 20px;
}

.text_SZ_XXL {
	font-size: 40px;
	margin-bottom: 25px;
}
.text_CL_blue {
	color: #1B4399;
}
.list_nomal {
	margin-left: 1.2em;
	list-style-type: disc;
}






/* ボックス */

.doc_set {
	padding-top: 35px;
	padding-bottom: 110px;
}
.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.box_left {
	float: left;
}

.box_right {
	float: right;
}
.box_extra_01 {
	background-color: #EBE1C0;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 20px;
}
.box_extra_01 p:last-child {
	margin-bottom: 0px;
}


/* その他 */
a[href^="tel:"] { 
    cursor: default;
}

.over1 {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー & メニュー 　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header */
#header_wrap {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 990;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.20);
}

#top-head {
	position: absolute;
	width: 100%;
	margin: 0px auto 0;
	padding-top: 17px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 17px;
	line-height: 1;
	z-index: 999;
}


#top-head a,
#top-head {
	color: #040000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#logo {
	float: left;
	margin-left: 5px;
}
#logo img {
	width: auto;
	height: 66px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 18px;
	margin-top: 25px;
}
#global-nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#global-nav ul li:last-child  {
	margin-right: 0px;

}

#global-nav ul li a {
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 17px;
	padding-bottom: 17px;
}

#top-head.fixed #global-nav ul li a {
	padding-top: 0;
	padding-bottom: 12;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #1B4399;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav li img {
	height: 30px;
	width: auto;
}
/* 言語選択 */
#language {
position: absolute;
top: -5px;
right: 10px;
}
#language ul {
margin-top: 0px;
font-size: 12px;
position: static;
}

#language li img {
height: 11px;
width: auto;
margin-right: 5px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 大枠・コンテンツエリア　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main {
	display: block;
}
#contents {
	margin-top: 100px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページ下部 お問い合わせ 　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom_contact_tt {
	background-color: #EBE1C0;
	color: #1B4399;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 1em;
	font-size: 40px;
}

#bottom_contact_data {
	padding-top: 45px;
	padding-bottom: 60px;
	background-color: #E6E6E6;
	text-align: center;
	color: #1B4399;
	font-size: 23px;
}
#bottom_icon_tel {
	margin-bottom: 30px;
}
.tel_number a {
	color: #1B4399;
	text-decoration: none;
}


#bottom_icon_tel img {
	width: auto;
	height: 80px;
}
#bottom_tel {
	margin-bottom: 30px;
}
#bottom_tel .box_left,
#bottom_tel .box_right{
	width: 460px;
}
.tel_number {
	font-size: 60px;
	margin-top: 20px;
}
#open {
	margin-bottom: 95px;
}
#bottom_icon_pc {
	margin-bottom: 35px;
}
#bottom_icon_pc img {
	width: 100px;
	height: auto;
}
#mail_bt {
	font-size: 38px;
	line-height: 1em;
	margin-bottom: 40px;
}
#mail_bt a {
	text-decoration: none;
	color: #18418F;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #18418F;
}
#mail_bt a:hover {
	background-color: #F7F7F7;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-color: #1B4399;
	color: #FFFFFF;
	padding-top: 55px;
	padding-bottom: 30px;
	font-size: 14px;
}
#footer_logo {
	text-align: center;
	margin-bottom: 150px;
}
#footer_about {
	margin-bottom: 75px;
}

#footer_hokushin {
	width: 350px;
}
#footer_hokushin img {
	height: 32px;
	width: auto;
}
#footer_honsha {
	width: 310px;
}
#footer_eigyou {
	width: 340px;
}

#copy {
	text-align: center;
	font-size: 12px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
}
#page_top img {
	width: 70px;
	height: auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_tt  {
	border: 1px solid #8DA1CC;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	font-size: 40px;
	color: #1B4399;
	position: relative;
	margin-bottom: 40px;
}
#news_tt h3 {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #1B4399;
	padding-top: 0px;
	padding-bottom: 0px;
}
#news_more {
	font-size: 14px;
	bottom: 18px;
	right: 20px;
	position: absolute;
	margin-bottom: 0px;
}
#news_more a {
	color: #FFFFFF;
	background-color: #1B4399;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news_data {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#news_data li {
	padding-bottom: 10px;
	background-image: url(../images/news_list_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 18px;
}
#news_data li a {
	color: #1B4399;
	background-color: #FFED5B;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 3px;
}
#news_data li .date {
	color: #666666;
	display: block;
	margin-right: 0px;
}

#news_data li .title {
	text-decoration: underline;
}





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */

@media screen and (max-width: 1000px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ        　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.2em;
}

.text_SZ_L {
	font-size: 18px;
}


.text_SZ_XXL {
	font-size: 28px;
	margin-bottom: 20px;
}

/* ボックス */
.doc_set {
	padding-top: 40px;
	padding-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_left {
	float: none;
}
.box_right {
	float: none;
}

.box_extra_01 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* その他 */
.sp_off {
	display: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー & メニュー 　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header_wrap {
	height: 56px;
}

#top-head,
.inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 56px;
}
#logo {
	padding-bottom: 5px;
	background-image: none;
	position: static;
	text-align: center;
	padding-top: 5px;
	float: none;
}

#logo img {
	height: 46px;
	width: auto;
}



/* Fixed reset */
#top-head.fixed {
        padding-top: 0;
        background: transparent;
}
#mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -600px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.30);
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	margin-top: 90px;
}
#global-nav ul li {
	float: none;
	position: static;
	display: inherit;
	margin-right: 0px;
}


#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}


#nav-toggle {
        display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}
/* 言語選択 */
#language {
position: static;
}
#language ul {
margin-top: 30px;
font-size: 12px;
text-align: center;
}
#language ul li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 大枠・コンテンツエリア　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	margin-top: 56px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページ下部 お問い合わせ 　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom_contact_tt {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 24px;
}

#bottom_contact_data {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 1.6em;
}
#bottom_icon_tel {
	margin-bottom: 20px;
}

#bottom_icon_tel img {
	width: auto;
	height: 60px;
}
#bottom_tel {
	margin-bottom: 30px;
	font-size: 16px;
}
#bottom_tel .box_left,
#bottom_tel .box_right{
	width: 100%;
}
#bottom_tel .box_left {
	margin-bottom: 20px;
}

.tel_number {
	font-size: 32px;
	margin-top: 0pt;
}
#open {
	margin-bottom: 40px;
}
#bottom_icon_pc {
	margin-bottom: 20px;
}
#bottom_icon_pc img {
	width: auto;
	height: 60px;
}
#mail_bt {
	font-size: 24px;
	margin-bottom: 25px;
}
#mail_bt a {
	text-decoration: none;
	color: #18418F;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 80%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer_logo {
	text-align: center;
	margin-bottom: 80px;
}

#footer_logo img {
	width: 100%;
	height: auto;
}
#footer_about {
	margin-bottom: 40px;
}


#footer_hokushin,
#footer_honsha,
#footer_eigyou {
	width: 100%;
	margin-bottom: 30px;
}
#footer_hokushin img {
	height: auto;
	width: 80%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	bottom: 20px;
	right: 10px;
}
#page_top img {
	width: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_tt  {
	border: 1px solid #8DA1CC;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 24px;
	color: #1B4399;
	position: static;
	margin-bottom: 30px;
}
#news_tt h3 {
	margin-bottom: 10px;
}
#news_more {
	bottom: auto;
	right: auto;
	position: static;
	margin-bottom: 12px;
}

#news_more a {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#news_data {
	width: 100%;
}
#news_data li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#news_data li .date {
	margin-right: 0px;
	display: block;
	font-size: 14px;
}

}
