@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    position: relative;
    color: #333333;
    color: rgba(0, 0, 0, .8);
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:hover, a:focus {
    color:#8C8B8B;
}
ul{
	margin: 0px;
    padding: 0px;
	
}

li {
    list-style-type: none;
}

.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


.container-fluid {
   padding-left: 0;
   padding-right: 0;

}


#wrapper {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    position: relative;
}
.top-space{
	margin-bottom: 20px;
}

.top-line{
	height: 25px;
	background-color: #0575cb;
}

.top-text{
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 13px;
}

.page-title{
	color: #FFF;
	padding-top: 6px;
	padding-left: 8px;
}

.logo img{
	padding-left: 50px;
	padding-top: 27px;
}



img{
	transition: 1.0s;
		}




.button1 img{
	
	margin-top: -18px;
	
}

.button1 img:hover {
	opacity: 0.7;

}
.button1 ul {
	margin-top: 0px;
	
	
}

.button1 li {
    padding-right: 10px;
	padding-top: 30px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.button1 li a {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.3rem;
    text-decoration: none;
}


section{
	
}
nav {
  width: 100%;
  position: absolute;
  z-index: 9999;

}
nav > ul > li {
  width: 100%;
  
}
nav > ul > li > a {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
 
}
nav > ul > li:first-child > a{border-top: 1px solid #ccc;}
nav > ul > li > ul {
  display: none;
}
nav > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 5%;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  text-align: center;

}

nav-h {
  width: 100%;
  position: absolute;
  z-index: 9999;

}
nav-h > ul > li {
  width: 100%;
  
}
nav-h > ul > li > a {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
 
}
nav-h > ul > li:first-child > a{border-top: 1px solid #ccc;}
nav-h > ul > li > ul {
  display: none;
}
nav-h > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 5%;
  border-bottom: 1px solid #ccc;
  background-color:#f7cbac;
  color: #fff;
  font-size: 15px;
  text-align: center;

}

@media screen and (min-width: 700px) {
  nav{margin-top: 0px;}
  nav > ul {
    
    margin: 0 auto;
    font-size: 0;
  }
  nav > ul > li {
    display: inline-block;
//    width: calc(100% / 5);
    font-size: 1rem;
    vertical-align: top;
    border:1px solid #ccc;
  }
  nav > ul > li > a {
    border: none;
    border-left: 1px solid #ccc;
  }
  nav > ul > li:first-child > a {
    border-top: none;
    border-left: none;
  }
	
	
	nav-h{margin-top: 0px;}
  nav-h > ul {
    
    margin: 0 auto;
    font-size: 0;
  }
  nav-h > ul > li {
    display: inline-block;
    width: calc(100% / 5);
    font-size: 1rem;
    vertical-align: top;
  }
  nav-h > ul > li > a {
    border: none;
    border-left: 1px solid #ccc;
  }
  nav-h > ul > li:first-child > a {
    border-top: none;
    border-left: none;
  }
}
.top-img{
	margin-top: 60px;
}
.line1{
	background-color: #0575cb;
	height: 100px;
}
.towa-text-img img{
	
}

.towa-text-img{
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.towa-text{
	line-height: 18pt;
}

.cont{
	margin-top: 60px;
	margin-left: 40px;
}

.drive-img2{
	display: none;
}

.line2{
	background-color: #e6f8fe;
	height: 100px;
}

.air img:hover {
	opacity: 0.8;

}

.hos img:hover {
	opacity: 0.8;

}

.towa-title{
	margin-top:80px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.towa-title img{

}
.touroku-b{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.touroku-b img{

}

.touroku-b img:hover {
	opacity: 0.8;

}

.line3{
	background-color: #01b3d6;
	height: 60px;
}

footer{
	color: #fff;
	background-color: #043f6c;
}
.logo-f{
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 60px;
}
.logo-f img{
	
}

.link-text-f a{
	color: #fff;
}
.link-text-f li{
	padding-bottom: 15px;
}

.footer-ul{
	margin-left: 20px;
}

.copy{
	padding-top: 60px;
	padding-bottom: 20px;
	margin-left: 30px;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #01b3d6;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff; 
    opacity: 1;
}


/*==========inbound=============*/
.top-img-air{
	margin-top: 60px;
	}
.top-air{
	position: relative;
	
}
.top-text-air{
	position:absolute;
	top: 270px;
    left: 30px;
}
.line4{
	background-color: #01b3d6;
	height: 20px;
}

.search-space{
	background-color: #aee6f1;
}
.search-title{
	padding-top: 60px;
	padding-bottom: 30px;
}

.search-form{
	margin-left: 140px;
}

.form-title{
	padding-top: 7px;
}
.ui-datepicker-trigger{
	margin-left: 15px;
	margin-bottom: 3px;
	width: 23px;
}

.btn-success {
    color: #fff;
    background-color: #0575cb;
    border-color: #0575cb;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-success:hover{
	background-color:#3192B4;
	border-color: #0575cb;
	
}

input[type=text] {
  font-size: 16px;
}
.input-sm{
	font-size: 16px;
}

/*==========hospital=============*/

.top-line-h {
    height: 25px;
    background-color: #f7cbac;
}

.line5{
	background-color: #f7cbac;
	height: 40px;
}

.line6{
	background-color: #f7cbac;
	height: 20px;
}

.search-space-h{
	background-color: #faddc8;
}

.btn-success-h {
    color: #fff;
    background-color: #fe8449;
    border-color: #fe8449;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-success-h:hover{
	background-color:#EABF87;
	border-color: #EABF87;
	
}


.footer-h{
	color: #fff;
	background-color: #f7cbac;
}



.pagetop-h {
  position: fixed;
  bottom: 30px;
  right: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pagetop-h a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fe8449;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
.pagetop-h.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*==========done=============*/


.line7{
	background-color: #0575cb;
	height: 30px;
	margin-top: 60px;
}

.member-name{
	margin-left: 20px;
	margin-top: 15px;
}

.done-text{
	margin-top: 130px;
	margin-bottom: 150px;
}

.yoyaku-done{
	font-size: 27px;
}

.mail-done{
    padding-top: 30px;
	font-size: 16px;
}

/*==========privacy=============*/


.company {
    padding: 12px;
}

.company {
    margin-bottom: 20px;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.company .text h3 {
    padding-bottom: 6px;
}

.content-block {
    margin-bottom: 22px;
    padding: 17px 19px 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    overflow: hidden;
	
}

.content-block .heading {
    margin: 0 -19px;
    padding: 0 20px 18px;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
}

/*==========terms=============*/

.terms-chapter {
    font-size: 18px;
    padding: 12px 0px 24px;
}


/*==========legal=============*/

.content-block {
    margin-bottom: 22px;
    padding: 17px 19px 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    overflow: hidden;
}

.commerce-box {
    padding: 20px 0;
    overflow: hidden;
    font-size: 12px;
}

table.commerce-table th {
    background: #eee;
    text-align: center;
    padding: 7px 5px;
    width: 30%;
}

table.commerce-table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
}

table.commerce-table th, table.commerce-table td {
    border: 1px #ccc solid;
    text-align: left;
    vertical-align: middle;
    padding: 7px 12px;
    height: 24px;
}

/*==========qa=============*/

#qalist{
	margin-top: 60px;
	margin-bottom: 100px;
	padding: 0 20px 18px;
}
#qalist h3{
    padding: 0 20px 18px;
    border-bottom: 1px #ddd solid;
}

#qalist .question {
    padding: 15px 30px 15px 55px;
    background: #699CC3;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    color: #FFF;
    color: rgba(255, 255, 255, 1);
	margin-top: 50px;
}
#qalist .answer {
    padding: 10px 0 20px 60px;
    position: relative;
}

#qalist .answer:before {
    content: "A";
    width: 22px;
    height: 22px;
    border: 2px solid #4C74A5;
    top: 10px;
    line-height: 16px;
    color: #4C74A5;
}

#qalist .question:before, #qalist .answer:before {
    display: block;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

/*==========point-result=============*/


.pt-charge{
	font-size: 16px;
	letter-spacing : 3px;
}

.pt1{
	font-size: 45px;
	color: #0A75D0;
}

.pt-charge2{
	font-size: 16px;
	letter-spacing : 2px;
	color: #FFF;
}

.pt2{
	font-size: 45px;
	color: #FFF;
}

.pt-balance{
	margin-left: 10px;
	margin-right: 10px;
	background-color:#0A75D0; 
}


/*==========point-buy=============*/


.pt-balance2{
	margin-top:  150px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#0A75D0; 
}


/* フォント指定 */
.select-1, .select-1 * {
    font-family: "Helvetica Neue","メイリオ",Meiryo,Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* labelタグのスタイル */
.select-1 {
    position: relative;
    display: inline-block;
    background: #0A75D0;
    background: linear-gradient(
        to bottom,
        #197acd 0%,
        #1177ce 70%,
        #0A75D0 100%);
    border-radius: 2em;
    box-shadow: 1px 1px 5px #b5b7b9;
    font-size: 1em;
   
    z-index: 0;
}
/* 下三角の表示 */
.select-1:after {
    content: "";
    position: absolute;
    display: block; 
    width: 0;
    height: 0;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #fff transparent transparent;
    z-index: -1;
}
/* selectタグのスタイル */
.select-1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .4em 2em .4em 1.5em;
    color: #fff;
    background: transparent;
    border: 1px solid #197acd;
    border-radius: 2em;
    font-size: 1em;
    text-shadow: 1px 1px 2px #0671cd;
    outline: none;
}
/* selectタグ選択中のスタイル */
.select-1 select:focus {
    text-shadow: 0 0 1px #197acd;
}
/* IEの下三角非表示 */
.select-1 select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
.select-1 select::-moz-focus-inner {
    border: 0;
}
/* 表示されるオプションスタイル */
.select-1 select * {
    background: #197acd;
    color: #fff;
    text-shadow: none;
}

.konyu{
	font-size: 17px;
}

/* ボタン */
.button {
  display: block;
  max-width: 320px;
  padding: 10px;

  /* テキスト */
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 3px rgba(0, 0, 0, .3);

  /* 角丸 */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  /
}

/* ボタンの色を指定 */
.blue {
  color: #f5f5f5;
  border: solid 1px #0671cd;

  /* グラデーション */
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0671cd));
  background: -moz-linear-gradient(top, #0671cd, #0671cd);
}

.kakunin{
	margin-top: 50px;
}

/*==========login=============*/

.form-control {
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #d0f7fc;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pt-balance3 {
    margin-top: 150px;
    margin-left: 10px;
    margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
    background-color: #0A75D0;
}


.touroku-cont{
	width: 320px;
}