﻿/* CSS Document */

*{
margin:0;
padding:0;
}
html, body{
    margin: 0;
    padding: 0;
    font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 16px;
}
img	{
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3{ font-weight: bold;}
a, a:hover{
color:#333;
text-decoration:none;
}

td,th{
vertical-align:top;
text-align:left;

}
li{list-style:none;}

.clear{
clear:both;
}

/* clearfix */  
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*===============================*/

.color-green {
  color: #337289;
}

.color-pink {
  color: #de5277;
}

.color-skyblue {
  color: #52bede;
}

/* generic class */
.alL {
  text-align: left !important;
}

.alC {
  text-align: center !important;
}

.clfx {
  overflow: hidden;
}

.mt10 {
  margin-top: 10px !important;
}

li {
  list-style: none;
}

#header #header_Right #accountMenu {
  width: 560px;
}
.l-page-wrap {
  width: 960px;
  margin: 0 auto;
}


/*======================================

PAGETOPボタン 

=======================================*/
#pageTop {
	position:fixed;
	bottom:77px;
	right:50px;
	font-size:20px;
	z-index:9999;
	display:none;
}
#pageTop a {
	background:#666;
	text-decoration:none;
	color:#fff;
	width:35px;
	padding:15px 10px;
	font-weight:bold;
	text-align:center;
	display:block;
	border-radius:5px;
}
#pageTop a:hover {
	text-decoration:none;
	background:#999;
}

/* pageTop icon */
#pageTop {
  bottom: 20px;
  right: 20px;
}

.icon-arrowUp {
  border-radius: 30px;
  width: 56px;
  height: 56px;
  display: block;
  background: #666;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.icon-arrowUp:hover {
  background: #999;
}
.icon-arrowUp:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  width: 10px;
  height: 10px;
  top: 24px;
  left: 21px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* パンくず */
.bread_pc li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.bread_pc li:last-child span {
  padding-left: 5px;
}
.bread_pc a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35%;
  right: -8px;
}

/* hero */
.hero {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 260px;
  background: #d2edf8 url(../img/hero.gif) center center no-repeat;
  position: relative;
}

.hero-title {
  padding: 30px;
  text-align: center;
  color: #fff;
  background: url(../img/bg_stripe.gif);
}
.hero-title .text-size-m::before {
  content: '＼';
}
.hero-title .text-size-m::after {
  content: '／';
}

.text-size-s {
  font-size: 1.25rem;
}
.text-size-m {
  font-size: 1.75rem;
}

main {
  display: block;
  background: #ebf7fc;
  border-bottom: 25px solid #52bede;
}

.pic {
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}
.pic-cap {
  margin-bottom: 30px;
}

.section {
  width: 960px;
  color: #666;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 30px 0 0;
  margin: 0 auto -10px;
}
.section h2 {
  margin-left: 70px;
  font-size: 1.25rem;
}
.section-intro {
  text-align: center;
}
.section-intro .text-size-s {
  line-height: 1.3;
}
.section-intro h1 .color-pink {
  letter-spacing: -.4em;
}
.section-intro h1 .color-pink span {
  letter-spacing: normal;
  line-height: 1.2;
}
.section-intro h2 {
  margin-bottom: 30px;
}
.section-intro .heading-frame {
  width: 32%;
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
  vertical-align: -32%;
}
.section-intro .heading-frame .text-size-s {
  font-size: .8rem;
  line-height: 1.8;
  font-weight: bold;
}
.section-intro .heading-frame + .text-size-m {
  font-size: 2.75rem;
  margin: 0 10px;
}
.section-intro p {
  font-size: .75rem;
}
.section-03 .heading-text {
  width: 55%;
}
.section-03 h2 {
  font-size: 1.5rem;
  text-align: center;
  margin: 15px 0;
}
.section-04 {
  padding-bottom: 50px;
}
.section-04 .heading-text span {
  display: block;
  margin-top: 6px;

}
.section-04 .heading-frame {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.section-note {
  width: 860px;
  padding: 40px 50px;
  margin: 75px auto;
}

.heading {
  line-height: 1.7;
}
.heading-frame {
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px;
  border: 2px solid;
  width: 830px;
  text-align: center;
  margin: 0 auto 30px;
}
.heading-frame.color-green {
  font-weight: bold;
  border-color: #337289;
}
.heading-frame.color-pink {
  border-color: #de5277;
}
.heading-order {
  margin: 0 0 20px 65px;
}
.heading-num {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 46px;
  background: no-repeat center center;
}
.heading-num-01 {
  background-image: url(../img/txt_num_01.gif);
}
.heading-num-02 {
  background-image: url(../img/txt_num_02.gif);
}
.heading-num-03 {
  background-image: url(../img/txt_num_03.gif);
}
.heading-num-04 {
  background-image: url(../img/txt_num_04.gif);
}
.heading-balloon {
  display: inline-block;
  color: #fff;
  background: #de5277;
  padding: 15px 20px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  margin: 0 10px;
}
.heading-balloon::after {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left: 15px solid #de5277;
  top: 16px;
  right: -20px;
}
.heading-text {
  line-height: 1.2;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.heading-text .text-em {
  color: #fff;
  background: #f00;
  font-size: 1.5rem;
  padding: 0 10px;
  margin-right: 5px;
}
.heading-note {
  font-size: 1.1rem;
  color: #fff;
  background: #52bede;
  padding: 10px;
  text-align: center;
}

.heading-note2 {
  font-size: 1.1rem;
  color: #fff;
  background: #F76FAF;
  padding: 10px;
  text-align: center;
}

/* 注意事項 */
.note-list {
  color: #337289;
  font-size: .85rem;
  font-weight: normal;
  margin-top: 15px;
}
.note-listitem {
  margin-bottom: 20px;
}

.note-listitem2 {
  font-size:1.2rem; font-weight:bold;
 padding:10px; padding-left:15px;position: relative;
}

.note-listitem2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;

	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #337289;
}

/* footer */

/* sp-header/sp-footer */
#t-header.hf201411 ul li, .subMenu li {
  list-style-type: none;
}

.footer {
  margin-bottom: -20px;
}

/* パンクズ */

#breadcrumb {
	color: #337289;
	width:960px;
	margin:0 auto;
    position:relative;
	font-size: 12px;
}
#breadcrumb #body{
	padding: 7px 12px;
}
#breadcrumb a:hover {
    color: #999;
    text-decoration: none;
}
#breadcrumb li:last-child{ font-weight: bold;}

@media (max-width: 959px){
  .header{
    min-height: 66px;
    background: #02429a;
  }
  .ft_sp{
    display: block;
  }
  .adsbygoogle{
    background: #eee;
  }
  .l-page-wrap{
    width: auto;
  }
  #breadcrumb{
    width: auto;
    display: block;
  }
  #breadcrumb #body{
/*    width: auto;
    padding: 5px 0;*/
	display:none;
  }
  .bread_pc{
 /*   font-size: .7em;
    display: table;*/
	display:none;
	
  }
  
  
  .bread_pc li{
    line-height: 1.2;
  }
  .bread_pc a{
    background: #f0f0f0;
    height: 26px;
    display: table;
    position: relative;
    padding: 0 5px;
    margin-right: 20px;
    text-decoration: none;
  }
  .bread_pc a:before{
    content: '';
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    left: -26px;
    border: 13px solid #f0f0f0;
    border-left-color: transparent;
  }
  .bread_pc a:after{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -26px;
    border: 13px solid transparent;
    border-left-color: #f0f0f0;
  }
  .bread_pc span{
    display: table-cell;
    vertical-align: middle;
    height: 26px;
  }
  .hero{
    margin-top: 0;
    background-size: cover;
  }
  .pic-cap{
    width: 90%;
  }
  .section{
    width: auto;
  }
  .section-intro .heading-frame{
    width: 35%;
  }
  .section-02 .heading-order + .pic-cap{
    width: 95%;
  }
  .section-03 .heading-text{
    width: 46%;
  }
  .section-04 .heading-text span{
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }
  .section-04 .heading-frame{
    font-size: 0.95rem;
  }
  .heading{
    line-height: 1.3;
    font-weight: bold;
  }
  .heading-frame{
    width: 87%;
  }
  .heading-order{
    margin-left: 5%;
  }
  .heading-text{
    width: 50%;
  }
  footer .reserveArea{
    margin-top: 0;
  }
  .lte-ie9 #headContainer #header #headerUtility .headerInner .menuArea #login{
    background: #fff;
  }
}

@media screen and (-ms-high-contrast: none){
  *::-ms-backdrop, .hd_pc #header #header_Right #accountMenu03{
    top: 11px;
  }
}

@media (max-width: 480px){
  h1{ font-weight: normal;}
  .bread_pc li{
    float: left;
    margin: 0 0 2px 0;
  }
  .bread_pc a{
    margin-right: 30px;
  }
  .bread_pc a:before{
    content: '';
    display: block;
    position: absolute;
  }
  .hero{
    height: 115px;
    background-position-x: 65%;
  }
  .hero-title{
    padding: 10px 3%;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .hero-title .text-size-s{
    font-size: 0.8rem;
  }
  .hero-title .text-size-m{
    font-size: 1.1rem;
  }
  .hero-title .text-size-m::before, .hero-title .text-size-m::after{
    display: none;
  }
  .pic{
    zoom: initial !important;
    margin-bottom: 20px;
  }
  .section{
    padding: 0 5% 10px;
    margin-bottom: 0;
  }
  .section h2{
    margin-left: 0;
  }
  .section-intro .text-size-s{
    font-size: 1rem;
  }
  .section-intro h1 .color-pink span{
    display: block;
  }
  .section-intro .heading-frame{
    width: 90%;
    margin-bottom: 0;
  }
  .section-intro p{
    font-weight: bold;
    text-align: left;
    margin: 30px 0;
  }
  .section-02 .heading-order + .pic-cap{
    width: 90%;
  }
  .section-03 .heading-text{
    width: auto;
  }
  .section-03 h2{
    font-size: 1rem;
    text-align: left;
  }
  .section-04{
    padding-bottom: 30px;
  }
  .section-note{
    padding: 20px 5%;
  }
  .heading span{
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1.5rem;
  }
  .heading-frame{
    width: auto;
    line-height: 1.2;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .heading-order{
    margin-left: 0;
    font-weight: bold;
  }
  .heading-balloon{
    text-align: center;
    font-size: 1.2rem;
    width: 65%;
    vertical-align: middle;
    padding: 12px 15px;
    margin: 0 0 0 4%;
  }
  .heading-balloon::after{
    border-left: none;
    border-bottom: 15px solid #de5277;
    bottom: -9px;
    left: 45%;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .heading-text{
    width: auto;
    margin-top: 15px;
    font-size: 0.75rem; 
  }
  .heading-text .text-em{
    font-size: 1.1rem;
    padding: 0 8px;
  }
  .lte-ie9 img{
    zoom: 1 !important;
  }
  .lte-ie9 .hero-pic img{
    zoom: .5 !important;
  }
  .note-listitem2 { font-size: 1.1rem;}
  .heading-note2 span{ display: block;}
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none){
  *::-ms-backdrop, img{
    zoom: 1 !important;
  }
  *::-ms-backdrop, .hero-pic img{
    zoom: .5 !important;
  }
  img{
    zoom: 1 !important;
  }
  .hero-pic img{
    zoom: .5 !important;
  }
}

@media screen and (max-width: 959px) and (-ms-high-contrast: none){
  *::-ms-backdrop, #headContainer #header #headerUtility .headerInner .menuArea #login{
    background: #fff;
  }
  #headContainer #header #headerUtility .headerInner .menuArea #login{
    background: #fff;
  }
}

  .heading-text{
    width: auto;
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  
  
