@charset "utf-8";

/*==========================================================================

   heading

==========================================================================*/
.heading01 {
    margin-bottom: 39px;
    text-align: center;
}
.heading01__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #b3bac5;
}
.heading01__desc {
    margin-top: 20px;
}
.heading01__desc p + p {
    margin-top: 1em;
}
.heading02 {
    margin-bottom: 39px;
    text-align: center;
}

.heading02__title-en + .heading02__title-ja {
    margin-top: 7px;
}
.heading03 {
    padding: 12px;
    color: #333;
    background: #f2f2f2;
}



/*==========================================================================

   bread

==========================================================================*/
.bread {
	margin: 0;
}
.bread__list {
	padding: 10px;
}
.bread__item {
	display: inline-block;
	vertical-align: middle;
}
.bread__item a {
    color: #041b3f;
    text-decoration: underline;
}
.bread__item a:hover {
    text-decoration: none;
}
.bread__item a::after {
	position: relative;
	top: -.05em;
	display: inline-block;
	font: bold 14px/1 FontAwesome;
	content: "\f105";
	color: #031b3d;
	vertical-align: middle;
	margin: 0 10px 0 15px;
}


/*==========================================================================

   list

==========================================================================*/
/*
.list01__item {
	display: inline-block;
	margin: 0 7px 7px;
	font-size: 14px;
}
.list01__item::before {
	position: relative;
	top: -.01em;
	display: inline-block;
	font: normal 12px/1 FontAwesome;
	content: "\f02c";
	color: #666;
	vertical-align: middle;
	margin-right: .35em;
}
*/


/*==========================================================================

   hr

==========================================================================*/
.hr01 {
    margin: 80px auto;
    width: 700px;
    height: 1px;
    background: #ccc;
}
.hr01.hr01--min {
	width: 514px;
}


/*==========================================================================

   btn

==========================================================================*/
/*
btn01 = no bgcolor
背景 無→黒 = btn01--black
背景 無→白 = btn01--white

btn02 = have bgcolor
背景 紺→白 = btn02--navyblue

*/
.btn-outer {
    display: table;
}
.btn {
	text-decoration: none;
}
.btn01,
.btn02 {
	position: relative;
    display: table-cell;
	height: 52px;
    text-align: center;
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
	transition: .5s;
}
.btn01 .icon-cur01,
.btn02 .icon-cur01 {
    position: absolute;
    left: 35px;
}


/* btn01-black */
.btn01.btn01--black {
	color: #000;
	border-color: #000;
}
.btn01.btn01--black .icon-cur01:before,
.btn01.btn01--black .icon-cur01:after,
.btn01.btn01--black .icon-cur02:before,
.btn01.btn01--black .icon-cur02:after {
	background: #000;
}
.btn01.btn01--black:hover {
	color: #fff;
	background: #000;
}
.btn01.btn01--black:hover .icon-cur01:before,
.btn01.btn01--black:hover .icon-cur01:after,
.btn01.btn01--black:hover .icon-cur02:before,
.btn01.btn01--black:hover .icon-cur02:after {
	background: #fff;
}

/* btn01-white */
.btn01.btn01--white {
	color: #fff;
	border-color: #fff;
}
.btn01.btn01--white .icon-cur01:before,
.btn01.btn01--white .icon-cur01:after {
	background: #fff;
}
.btn01.btn01--white:hover {
	color: #000;
	background: #fff;
}
.btn01.btn01--white:hover .icon-cur01:before,
.btn01.btn01--white:hover .icon-cur01:after {
	background: #000;
}



/* btn02-navyblue */
.btn02.btn02--navyblue {
	color: #fff;
	border-color: #041b3f;
	background: #041b3f;
}
.btn02.btn02--navyblue .icon-cur01:before,
.btn02.btn02--navyblue .icon-cur01:after {
	background: #fff;
}
.btn02.btn02--navyblue:hover {
	color: #1d3152;
	background: #fff;
}
.btn02.btn02--navyblue:hover .icon-cur01:before,
.btn02.btn02--navyblue:hover .icon-cur01:after {
	background: #041b3f;
}



/*==========================================================================

   icon

==========================================================================*/
/* scroll icon */
.icon-scroll {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 38px;
    height: 65px;
    text-align: center;
    overflow: hidden;
}
.icon-scroll:before {
	content: '';
	display: block;
	position: absolute;
	left: 3px;
	border: 0 none transparent;
	width: 20px;
	height: 20px;
    transform: rotate(45deg);
    transform-origin: left bottom;
}
.icon-scroll.scroll--next:before {
    border-bottom: 1px solid #041b3f;
    border-right: 1px solid #041b3f;
}
.icon-scroll.scroll--back:before {
    border-top: 1px solid #041b3f;
    border-left: 1px solid #041b3f;
}
.icon-scroll__label {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.icon-scroll.scroll--next { bottom: 10px;}
.icon-scroll.scroll--back { top: 10px;}

.icon-cur01 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-right: 25px;
}
.icon-cur01:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
	transition: .5s;
}
.icon-cur01:after {
    position: absolute;
    right: 0;
    bottom: 4px;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
	transition: .5s;
}
.icon-cur01.cur01--text-black:before,
.icon-cur01.cur01--text-black:after {
    background: #000;
}

.icon-cur02 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-right: 25px;
}
.icon-cur02:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
	transition: .5s;
}
.icon-cur02:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
	transition: .5s;
}
.icon-cur01.cur01--next {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-right: 25px;
    margin-left: 0;
}
.icon-form-must01 {
    display: inline-block;
    margin: 0 7px;
    padding: 2px 7px;
    color: #fff;
    background: #ed1c24;
}


/*==========================================================================

   pagetop

==========================================================================*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 10;
}
.pagetop a {
	/*background: rgba(34,149,179,.6);
	text-decoration: none;
	color: #fff;*/
	width: 51px;
	height: 53px;
	padding: 5px;
	text-align: center;
	display: block;
	transition: background .3s;
}
.pagetop a:hover {
	background: rgba(255,255,255,.1);
	transition: background .3s;
}



/*==========================================================================

   pager

==========================================================================*/
.pager {
    margin: 75px auto 0;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    padding: 10px 13px;
    color: #878584;
    border: 1px solid #bdbdbd;
    border-radius: 1px;
    background: #f2f2f2;
}
.page-numbers.current {
    color: #ccc;
    background: #fbf8f8;
}


/*==========================================================================

   form

==========================================================================*/
.contact-info input[type="text"],
.contact-info input[type="email"] {
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 5px 12px;
	width: 100%;
}

.contact-info textarea {
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 5px 12px;
	width: 100%;
}
.contact-info select {
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 5px 12px;
}








