/*------ base
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	font-size: 15px;
	color: #464646;
	line-height: 1.8;
    background: #fff;
}

img {
	border: none;
	vertical-align: bottom;
}

a img { 
	border: none;
    -webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;  
}
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

ul {
	list-style-type: none;
}

a {
	color: #484848;
	text-decoration: none;
}

a:hover {
	color: #A59261;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}


.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
	overflow: hidden;
}


@media (max-width: 740px) {
img {
	max-width: 100%;
    height: auto;
}
}


.container {
	width: 100%;
    max-width: 980px;
	margin: 0 auto;
    padding: 0;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 740px) {
.container {
	width: 96%;
	margin: 0 auto;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
}

/*------ header
---------------------------------------*/
.header {
	width: 100%;
    max-width: 980px;
	height: 120px;
    position: relative;
}
.header h1{
    position: absolute;
    top: 10px;
    left: 0;
    margin: 0;
}
.header .tag{
    position: absolute;
    top: 10px;
    right: 0;
}
.header .tag li{
    margin: 0 0 0 5px;
    float: left;
}
.header .tag li a{
    display: block;
    padding: 3px 15px;
    color: #0032A6;
    border: #BACDE4 solid 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
}
.header .tag li a:hover{
    color: #fff;
    background: #0032A6;
    text-decoration: none;
}
.header .search{
    position: absolute;
    top: 65px;
    right: 300px;
    width: 350px;
    height: 42px;
    border: #A5A5A5 solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.header .search input[type="search"]{
    border: none;
    width: 290px;
    height: 40px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header .search button{
    border: none;
    width: 60px;
    height: 40px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0E783A;
    border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
}
.header .utility{
    position: absolute;
    top: 60px;
    right: 120px;
}
.header .utility li{
    margin: 0 0 0 5px;
    float: left;
}
.header .money{
    position: absolute;
    top: 55px;
    right: 0;
    border: #0032A6 solid 1px;
    width: 110px;
}
.header .money h3{
    background: #0032A6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
    font-size: 100%;
}
.header .money p {
    font-weight: bold;
    padding: 3px;
    text-align: right;
}
.header nav {
    display: none;
}

@media (max-width: 740px) {
.header {
	height: 70px;
    position: fixed;
    border-bottom: #0032A6 solid 2px;
    background: #fff;
    z-index: 999;
}
.header h1{
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0;
}
.header h1 img{
    height: 60px;
}
.header .tag{
    display: none;
}
.header .search{
    display: none;
}
.header .utility{
    display: none;
}
.header .money{
    display: none;
}
.ec-layoutRole{
    padding: 70px 0 0 0;
}
.header nav {
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}
.header nav ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
}
.header nav li {
    margin: 10px 20px;
}
.header nav a {
    font-size: 20px;
    color: white;
}
.btn-trigger {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 34px;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #383838;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 12px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}
#btn.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}
#btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 .8s forwards;
}
@keyframes active-btn-bar02 {
    100% {
        height: 0;
    }
}
#btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}
}


/*----- globalNavi -----*/
.nav {
    background: #0032A6;
    text-align: center;
    display: block;
}
.nav ul{
    margin: 0;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a{
    display: block;
    padding: 12px 15px;
    font-weight: bold;
    color: #fff;
    background: #0032A6;
}
.nav ul li a:hover{
    color: #0032A6;
    background: #fff;
    text-decoration: none;
}
@media (max-width: 740px) {
.nav{
    display: none;
}
}


/*------ main
---------------------------------------*/

#main {
	width: 900px;
	margin: 0 auto 20px auto;
}

.ec-blockTopBtn{
    display: none !important;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-wrap: nowrap;
    padding: 60px 0 0 0;
}
.content__main{
    padding: 60px 0 0 0;
}
.ec-pageHeader h1 {
    color: #0032A6;
    border-top: none;
    border-bottom: 3px solid #0032A6;
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 32px;
    font-weight: bold;
}
.ec-role {
    padding-left: 0;
    padding-right: 0;
}
.ec-off1Grid .ec-off1Grid__cell{
    width: 100%;
    margin-left: 0;
}
.ec-blockBtn--action {
    background-color: #0032A6;
    border-color: #0032A6;
    -webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.ec-blockBtn--action:hover {
    background-color: #001953;
    border-color: #001953;
}

.ec-blockBtn--cancel{
    -webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}

.list-group-item.active {
    background-color: #0032A6;
    border-color: #0032A6;
}

.content__main form h2{
    margin: 30px 0 10px 0;
    color: #0032A6;
    font-size: 150%;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #0032A6;
    border-color: #0032A6;
    width: 280px;
    margin: 30px auto 0 auto;
    display: block;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #001953;
    border-color: #001953;
}
.content__main form .money{
    margin: 40px auto 0 auto;
    width: 60%;
    padding: 40px;
    background: #e0e5eb;
    text-align: center;
}
.content__main form .money h2{
    margin: 0 0 20px 0;
}
.content__main form .money .ng-binding{
    font-size: 120%;
}

@media (max-width: 740px) {
.ec-layoutRole .ec-layoutRole__contents {
    width: 96%;
    padding: 35px 0 0 0;
}
.ec-pageHeader h1 {
    margin: 0 0 30px;
    font-size: 26px;
}
.content__main{
    padding: 100px 0 0 0;
}
}

.online p.content{
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
}
.online .can_text{
	width: 280px;
	margin: 0 auto 50px auto;
	font-size: 114%;
	font-weight: bold;
}
.online .can_text p.right{
	text-align: right;
}
.online .flow{
	margin: 0 0 50px -40px;
}
.online .flow .Box{
	width: 300px;
	float: left;
	margin: 0 0 0 40px;
	position: relative;
}
.online .flow .Box p.arrow{
	position: absolute;
	top: 230px;
	right: -24px;
}
.online .flow .Box h3{
	text-align: center;
	background: #0032A6;
	padding: 20px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin: 0;
}
.online .flow .Box .text{
	border: #0032A6 solid 1px;
	padding: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.online .flow .Box .text h4{
	color: #0032A6;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 15px 0;
}
.online .flow .Box .text p{
    margin: 0;
}
.online p.copy{
	font-size: 114%;
	text-align:center;
	font-weight: bold;
}
.online p.copy span{
	color: #db4a6d;
	font-size: 114%;
	padding: 0 5px;
}
.online .preparation{
	margin: 60px 0;
}
.online .preparation .smp{
	width: 310px;
	text-align: center;
	border: #db4a6d solid 1px;
	padding: 60px 0;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.online .preparation .smp p.icon{
	position: absolute;
	top: -45px;
	left: 0;
}
.online .preparation .smp h3{
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 114%;
}
.online .preparation .text{
	width: 106px;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	padding: 130px 0 0 0;
	float: left;
}
.online .preparation .tab{
	width: 560px;
	text-align: center;
	border: #595757 solid 1px;
	padding: 49px 0;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.online .preparation .tab p.icon{
	position: absolute;
	top: -45px;
	left: 0;
}
.online .preparation .tab .preparationArea{
	width: 420px;
	margin: 0 auto;
}
.online .preparation .tab .preparationArea .leftBox{
	float: left;
}
.online .preparation .tab .preparationArea .rightBox{
	float: right;
}
.online .preparation .tab .preparationArea h3{
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 114%;
}
.online img{
    width: auto;
}
.online div:after {display: block;content: "";clear: both;}
#page_appointment .ec-contactRole,
#page_contact .ec-contactRole,
.ec-contactRole.online {
    padding: 0;
}
@media (max-width: 740px) {
.online p.content{
	margin: 0 0 30px 0;
}
.online .flow{
	margin: 0 0 30px 0;
}
.online .flow .Box{
	width: 100%;
	float: none;
	margin: 10px 0 0 0;
}
.online .flow .Box p.arrow{
    display: none;
}
.online .flow .Box h3{
	padding: 10px 0;
}
.online .flow .Box .text{
	padding: 15px;
}
.online .flow .Box .text p.img{
    text-align: center;
} 
.online .flow .Box .text h4{
	font-size: 124%;
}
.online p.copy{
	font-size: 100%;
}
.online .preparation{
	margin: 40px 0 30px 0;
}
.online .preparation .smp{
	width: 100%;
	padding: 50px 0 25px 0;
	float: none;
}
.online .preparation .text{
	width: 100%;
	font-size: 134%;
	padding: 20px 0;
	float: none;
}
.online .preparation .tab{
	width: 100%;
	padding: 50px 0 25px 0;
	float: none;
}
.online .preparation .tab .preparationArea{
	width: 100%;
	margin: 0 auto;
}
.online .preparation .tab .preparationArea .leftBox{
	float: none;
}
.online .preparation .tab .preparationArea .rightBox{
	float: none;
    margin: 25px 0 0 0;
}
}


/*----- left -----*/

.left {
	width: 205px;
	float: left;
	padding: 0 0 25px 0;
}

.lacalNavi {
	width: 190px;
	border-bottom: 1px dotted #A59261;
	margin: 25px 0;
}

.lacalNavi ul {
	margin: 40px 0 40px 0;
}

.lacalNavi ul li {
	display: block;
	margin: 0 0 25px 0;
}

.banner {
	width: 190px;
}

.banner img {
	display: block;
	margin: 0 0 15px 0;
}

.banner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;
}

/*----- content -----*/

.category {
    padding: 60px 0;
}
.category h2{
    text-align: center;
    margin: 0 0 40px 0;
}
.category ul{
    margin: 0 0 0 -25px;
}
.category ul li{
    margin: 10px 0 0 25px;
    width: 310px;
    float: left;
}
.category ul li a{
    display: block;
    padding: 0 0 0 10px;
    border-bottom: #BFBFBF solid 2px;
}

.btnArea ul{
    margin: 0 0 0 -8px;
}
.btnArea ul li{
    margin: 8px 0 0 8px;
    width: 486px;
    float: left;
}

.pageTop {
	text-align: right;
	text-decoration: underline;
}

@media (max-width: 740px) {
.category {
    padding: 30px 0;
}
.category h2{
    text-align: center;
    margin: 0 0 20px 0;
}
.category h2 img{
    width: 118px;
}
.category ul{
    margin: 0 0 0 -2%;
}
.category ul li{
    margin: 10px 0 0 2%;
    width: 48%;
}

.btnArea ul{
    margin: 0;
}
.btnArea ul li{
    margin: 5px 0 0 0;
    width: 100%;
    float: none;
    text-align: center;
}
}

/*------ footer
---------------------------------------*/

.footer {
    margin: 50px 0 0 0;
}
.footer .pagetopEND a{
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align:  center;
    background: #0032A6;
}
.footer .pagetopEND a:hover{
    text-decoration: none;
    background: #002877;
}
.footer .footerNav01{
    padding: 10px 0;
    color: #fff;
    background: #0E783A;
    text-align: center;
}
.footer .footerNav01 li{
    display: inline-block;
    padding: 0 10px;
}
.footer .footerNav01 li a{
    color: #fff;
}
.footer p.zei{
    border-bottom: #E4E4E4 solid 3px;
    text-align: center;
    font-size: 84%;
    padding: 10px 0;
}
.footer .footerNav02{
    padding: 30px 0 0 0;
    text-align: center;
}
.footer .footerNav02 li{
    display: inline-block;
    padding: 0 10px;
}
.footer h2{
    padding: 15px 0 30px 0;
    text-align: center;
}
.footer .copyright {
	padding: 10px 0;
    color: #fff;
    text-align:  center;
    background: #000;
}

@media (max-width: 740px) {
.footer {
    margin: 40px 0 0 0;
}
.footer .footerNav01{
    display: none;
}
.footer .footerNav02{
    display: none;
}
.footer h2{
    margin: 0;
    padding: 15px 0;
}
.footer .copyright {
    font-size: 84%;
}
}
