﻿@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
  width:100%;
  margin: auto;
  font-size: 14px;
  color: #333333;
  background-color: #FFF;
  /*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover { opacity: 0.8; }

.left { float: left; }
.right { float: right; }

.inbox {
  width: 980px;
  margin: auto;
}

.btn_st {
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px 0px;
  background: url(../img/common/arrow01.png) no-repeat 88% center #004D9E;
}

.btn_st a { color: #fff; }

/*ここから記載
-------------------------------------------------------------------------*/
#header {
  margin: 0 auto;
  background-color: #FFF;
}

#header_in {
  padding: 10px 0px 20px;
}

h1 {
  color: #333;
  font-size: 12px;
  text-align: left;
  margin-bottom: 18px;
}

#h_right {
  margin-top: 25px;
}

#h_right li {
  float: left;
}

#h_right li:first-child {
  margin-right: 20px;
}

/*ここから記載
-------------------------------------------------------------------------*/
#navi{
  background-color: #004d9e;
}

#navi li {
  float: left;
  height: 50px;
  margin-right: -30px;
  background: url(../img/common/nav_line.png) no-repeat center left;
}

#navi li:last-child {
  background: url(../img/common/nav_line.png), url(../img/common/nav_line.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
}


/*ここから記載
-------------------------------------------------------------------------*/
.top_title {
  text-align: center;
  margin-bottom: 35px;
}

.top_title span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
  color: #4F93D4;
}

/*section01-----------------------*/
#section1 {
  padding: 80px 0px 90px;
}

.sec01_list {
  padding: 0px 140px;
}

.sec01_list li {
  float: left;
  width: 200px;
  margin-right: 50px;
  text-align: center;
}

.sec01_list li:last-child {
  margin-right: 0px;
}

.sec01_list dt {
  font-size: 22px;
  color: #004D9E;
  margin: 15px 0px;
}

.sec01_list dt span {
  display: block;
  font-size: 12px;
  color: #4F93D4;
  margin-bottom: 8px;
}

.sec01_list dd {
  color: #333333;
  text-align: left !important;
  line-height: 150%;
  height: 85px;
}

.sec01_list li .btn_st {
  width: 70%;
  margin: auto;
  margin-top: 15px;
}

.sec01_btn {
  background-image: none;
}

.sec01_btn a {
  display: block;
  background: url(../img/common/arrow01.png) no-repeat 88% center #004D9E;
}


.sec01_icon {
position:relative;
display:block;
}

.sec01_icon .ring {
  border: 1px solid rgba(0,109,217,0.1);
  position:absolute;
  height:30px;
  width:30px;
  top: 43px;
  left: 83px;
  -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px;
  z-index: -1;
}

.sec01_list li:hover >.sec01_icon .ring {
    -webkit-animation: wave 1.6s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation: wave 1.6s ease-out; -moz-animation-iteration-count: infinite; -ms-animation: wave 1.6s ease-out; -ms-animation-iteration-count: infinite; -o-animation: wave 1.6s ease-out; -o-animation-iteration-count: infinite; animation: wave 1.6s ease-out; animation-iteration-count: infinite;
  }

@-webkit-keyframes wave {
  0% { -webkit-transform: scale(1, 1); }
  50% { opacity: 1; }
  100% { -webkit-transform: scale(5, 5); opacity: 0.0; }
}
@-moz-keyframes wave {
  0% { -moz-transform: scale(1, 1); }
  50% { opacity: 1; }
  100% { -moz-transform: scale(5, 5); opacity: 0.0; }
}
@-ms-keyframes wave {
  0% { -ms-transform: scale(1, 1); }
  50% { opacity: 1; }
  100% { -ms-transform: scale(5, 5); opacity: 0.0; }
}
@-o-keyframes wave {
  0% { -o-transform: scale(1, 1); }
  50% { opacity: 1; }
  100% { -o-transform: scale(5, 5); opacity: 0.0; }
}
@keyframes wave {
  0% { transform: scale(1, 1); }
  50% { opacity: 1; }
  100% { transform: scale(5, 5); opacity: 0.0; }
}

/*section02-----------------------*/
#section2 {
  padding: 150px 0px;
  background-color: #dceaf8;
  background-image: url(../img/w_bot.png), url(../img/w_top.png), url(../img/section2_bk.jpg);
  background-repeat: no-repeat;
  background-position: center top, center bottom, center bottom;
}

/* archive 共通  ============================*/
.archive_cmn li {
  width: 230px;
  float: left;
  margin: 0px 20px 50px 0px;
}
.archive_cmn li:nth-child(4n) {
  margin-right: 0px;
}

.archive_cmn dl {
  margin: 15px 0px;
  padding-left: 15px;
  line-height: 140%;
  border-left: 1px solid #CCCCCC;
}

.archive_cmn dt {
  color: #004D9E;
  font-size: 18px;
  margin-bottom: 3px;
}
.archive_cmn dd {
  color: #666666
}

.archive_cmn li .btn_st {
  width: 61%;
}

.archive_cmn li a {
  display: block;
}

.top_btn {
  width: 34%;
  margin: auto;
  margin-top: 15px;
}

.top_btn a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 15px 0px;
  background: url(../img/top/sec02_l.png), url(../img/top/sec02_r.png) #4F93D4;
  background-repeat: no-repeat;
  background-position: 10% center, 90% center;
  -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px;
}

/* news  ==============================*/
.sale {
  position: relative;
}

.news_img {
  margin-top: -42px;
}

/*section03-----------------------*/
#section3 {
  padding: 80px 0px 60px;
}

.sec03_btn {
  margin-top: 100px;
}

.sec03_btn li:first-child {
  float: left;
}
.sec03_btn li:last-child {
  float: right;
}

/*footer
-------------------------------------------------------------------------*/
#pageTop {
  text-align: right;
  padding-right: 15%;
  margin-bottom: -35px;
}

#footer_bk {
  padding: 40px 0px 30px;
  background: url(../img/footer_bk.jpg) no-repeat center bottom #dceaf8;
}

#f_left li {
  float: left;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 140%;
  border-left: 1px solid #7DB0E0;
}

#f_left li dt {
  margin-left: -5px;
  color: #001E64;
}

#footer-nav {
  color: #FFF;
  font-size: 14px;
  padding: 7px;
  background-color: #4f93d4;
}

#footer-nav ul {
  width: 880px;
  margin: auto;
}

#footer-nav ul li {
  float: left;
  outline: none;
  border-left: 1px solid #FFF;
  padding: 0 18px;
}
#footer-nav ul li a {
  color: #fff;
}

#footer-nav ul li:last-child {
  border-right: 1px solid #FFF;
}

#copyright {
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  background-color: #004d9e;
}
#copyright a {
  color: #FFF;
}

/*index_slider
--------------------------------------------*/
#slider  {text-align: center;}

.bx-wrapper {
	position: relative;
	margin: 0 0 -31px 0;
	padding: 0;
	top:0;
	*zoom: 1;
	z-index:1;}

.bx-wrapper img {
	width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	position:relative;
	bottom:40px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ccc;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {left: 50px;
					  background: url(../img/prev.png) no-repeat ;
										  display:block;
										  width:28px;
										  height:50px;
										  text-indent: -9999px;}

.bx-wrapper .bx-next {right: 50px;
					  background: url(../img/next.png) no-repeat ;
										  display:block;
										  width:28px;
										  height:50px;
										  text-indent: -9999px;}

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {opacity: 0.5}

.bx-wrapper .bx-controls-direction a {position: absolute;
top:200px;
z-index:9999}


#image1,#image2,#image3 {
height:550px;
}


#image1 {
  background-image: url(../img/w_top.png), url(../img/main_visual1_bk.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#image1 img {
  width: 800px;
  margin: auto;
  margin-top: 225px;
}

#image2 {
  background-image: url(../img/w_top.png), url(../img/main_visual2_bk.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#image2 img {
  width: 680px;
  margin: auto;
  margin-top: 225px;
}

#image3 {
  background-image: url(../img/w_top.png), url(../img/main_visual3_bk.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#image3 img {
  width: 580px;
  margin: auto;
  margin-top: 195px;
}

/*下層
-------------------------------------------------------------------------*/
/*下層共通------------------------------------*/
#main_area {
  text-align: center;
  padding: 105px 0px;
  background: url(../img/common/main_bk.jpg) no-repeat center;
  background-size: cover;
}

#main_title {
  color: #001E64;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#bread li {
  float: left;
  font-size: 12px;
  padding-right: 10px;
  background: url(../img/common/bread_line.png) no-repeat center right;
}

#bread li:last-child {
  padding-right: 0px;
  background: none;
}

#bread li a {
  color: #333333;
}

#contents {
  padding: 50px 0px 100px;
}

.title01 {
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-left: 8px solid #4F93D4;
  background: url(../img/common/title_bk.jpg) no-repeat center bottom #004D9E;
}

.title02 {
  color: #004D9E;
  font-size: 19px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(../img/common/w_line.png) repeat-x bottom left;
}

.text_h {
  line-height: 140%;
}

.cmn_dl {
  border: 1px solid #B3B3B3;
}

.cmn_dl dl {
  overflow: hidden;
  line-height: 140%;
  background-color: #F2F2F2;
  border-bottom: 1px dotted #B3B3B3;
}

.cmn_dl dl:last-child {
  border-bottom: none;
}

.cmn_dl dt {
  float: left;
}

.cmn_dl dd {
  float: left;
  background-color: #fff;
}

.sec_mb {
  margin-bottom: 90px;
}

.sec_mb02 {
  margin-bottom: 120px;
}

/*sitemap
-------------------------------------------------------------------------*/
#sitemap li {
  width: 470px;
  float: left;
  font-size: 19px;
  background: url(../img/sitemap/arrow.png), url(../img/common/w_line.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center left, left bottom;
  margin-bottom: 5px;
}

#sitemap li:nth-child(2n) {
  float: right;
}

#sitemap li a {
  padding: 20px 30px;
  display: block;
  color: #004D9E;
}

/*privacy
-------------------------------------------------------------------------*/
.privacy_box {
  margin-bottom: 50px;
}

.privacy_text {
  line-height: 140%;
}

/*single-page
-------------------------------------------------------------------------*/
.single_cmn .title01 dt {
  float: left;
}

.single_day {
  color: #fff;
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.s_text {
  line-height: 140%;
  padding: 40px 50px 60px;
  background: url(../img/common/single_bk.png) no-repeat center bottom #F2F8FD;
  background-size: 100%;
  margin-bottom: 25px;
}

.s_text img {
  display: block;
  margin-top: 20px;
}

.text_c {
  text-align: center;
}

.page_btn a { color: #333333; }

.page_btn .left a {
  padding-left: 20px;
  background: url(../img/common/arrow_l.png) no-repeat center left;
}

.page_btn .right a {
  padding-right: 20px;
  background: url(../img/common/arrow_r.png) no-repeat center right;
}

/*company
-------------------------------------------------------------------------*/
#company dt {
  width: 140px;
  padding: 15px 20px 15px 40px;
}

#company dd {
  width: 738px;
  padding: 15px 20px;
}

/*u_mam
-------------------------------------------------------------------------*/
.u_area01-in {
  margin-top: 80px;
  text-align: center;
}

.u_area02-list li {
  float: left;
  height: 300px;
  margin: 0px 25px 40px 0px;
}

.u_area02-list li:nth-child(3n) {
  margin-right: 0px;
}

.u_area02-list li dd,
.u_area03-in li dt {
  color: #004D9E;
  font-size: 19px;
  padding: 12px 0px;
  margin-bottom: 15px;
  line-height: 140%;
  background: url(../img/common/w_line.png) repeat-x left bottom;
}

.dd_pd {
  padding: 25px 0px !important;
}

.u_area03-in li {
  float: left;
  width: 42%;
  height: 90px;
  margin: 0px 25px 30px 0px;
  padding: 30px 32px 50px;
  line-height: 140%;
  background-color: #E6F0FA;
  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}

.u_area03-in li:nth-child(2n) {
  margin-right: 0px;
}

.u_area03-in li dt {
  font-weight: bold;
  background: none !important;
  border-bottom: 1px solid #004D9E;
  padding: 0px 0px 8px;
}

.text_l {
  letter-spacing: -0.7px;
}

.u_area03-in li:nth-child(1),
.u_area03-in li:nth-child(2) {
  height: 80px;
}
.u_area03-in li:nth-child(5),
.u_area03-in li:nth-child(6) {
  height: 110px;
}

#u_area04 p {
  margin-top: 30px;
  text-align: center;
  padding: 60px 0px;
  border: 6px solid #E6F0FA;
  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}

.u_area05-list li {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #B3B3B3;
}

.u_area05-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.u_area05-list dl {
  overflow: hidden;
}
.u_area05-list dt {
  float: left;
}
.u_area05-list dd {
  float: left;
  margin-left: 20px;
}

.u_area05-list dd img {
  padding: 10px 0px 8px;
}

.u_area05-text {
  color: #fff;
  padding: 13px 0px;
  letter-spacing: -0.3px;
  text-align: center;
  background-color: #6FBA2C;
}

#u_area06 li {
  float: left;
}

.u_banner {
  text-align: center;
  margin-top: 120px;
}

/*contact
-------------------------------------------------------------------------*/

/*#contact_about li:last-child {
  background: url(../img/contact/contact_img02.png) no-repeat center left;
}*/

#contact dt {
  text-align: center;
  padding: 18px 10px;
  width: 213px;
}

#contact dt span {
  color: #004D9E;
  margin-left: 4px;
}

#contact dd {
  padding: 14px 30px;
  width: 685px;
  min-height: 26px;
}

#contact dd input[type=text],#contact dd input[type=num] {
  padding: 5px;
  width: 99%;
  border: 1px solid #E6E6E6;
}


#contact dd input[type="radio"] {

}

textarea {
  width: 99%;
  height: 140px;
  padding: 5px;
  border: 1px solid #E6E6E6;
}

.f_btn {
  text-align: center;
  margin-top: 50px;
}

#form_btn {
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 10px 55px 10px 45px;
  background: url(../img/contact/arrow.png) no-repeat 88% center #004D9E;
}


/*2016 0602 追記　==================== */
#contact_about li {
  float: left;
  text-align: center;
  padding: 12px 0px 20px 100px;
}

.contact_text {
  color: #004D9E;
  margin: 8px 0px 15px;
  letter-spacing: -0.5px;
}

#contact_about li:nth-child(1) {
  background: url(../img/contact/contact_img.png) no-repeat center left;
}
p.error-text {
    font-size: 12px;
    color: red;
    margin-bottom: 5px;
}