/* ================== common */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  color: #071c2c;
}

img {
  border: none;
	max-width: auto;
}

a {
  text-decoration: underline;
}
a.red {
  color: #FF0000;
}
a.white {
  color: #FFF;
}

a.telno {
  color: inherit;
  text-decoration: none;
  font-style: normal;
}

/* ------header ---*/

header {
  background-color: #0d1e32;
  color: #FFF;
}
header .nav-wrap{
	height: 67px;
}
header .nav-wrap nav{
  background-color: #265895;
}
header .nav-wrap nav ul{
  padding:0;
  margin:0;
  display:table;
  width:100%;
  max-width:1000px;
  margin: 0 auto;
  text-align:center;
}
header .nav-wrap nav ul li{
  padding:0;
  margin:0;
  display:table-cell;
}
header .nav-wrap nav ul li a{
  display:block;
  padding:20px 10px;
  font-size:18px;
  color:#fff;
  text-decoration:none;
}
header .nav-wrap nav ul li a:hover{
  background-color:#0d1e32;
}
header .global-nav.fixed{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

a.tel-btn{
	float:right;
	margin-right:90px;
	margin-top:3px;
}

h1 {
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  padding: 0;
  text-align: right;
  margin-bottom:20px;
}
h1 span.tel{
  font-size:36px;
  vertical-align:bottom;
}
h1 span.tel span{
  padding:0.3em 0.5em;
  border:1px solid #fff;
  display:inline-block;
  font-size:14px;
  vertical-align:middle;
  margin:0 20px 0 30px; 
}


/* ------footer-nav ---*/
nav.footer-nav{
  background-color: #265895;
}
nav.footer-nav ul{
  padding:0;
  margin:0;
  display:table;
  width:100%;
  max-width:1000px;
  margin: 0 auto;
  text-align:center;
}
nav.footer-nav ul li{
  padding:0;
  margin:0;
  display:table-cell;
}
nav.footer-nav ul li a{
  display:block;
  padding:20px 10px;
  font-size:18px;
  color:#fff;
  text-decoration:none;
}
nav.footer-nav ul li a:hover{
  background-color:#0d1e32;
}
@media screen and (max-width:767px){
	nav.footer-nav ul li{
		display:block;
		border-bottom:1px dashed #fff;
	}
	nav.footer-nav ul li a{
		padding:20px 5px;
		font-size:14px;
	}
}

/* ------ index ---*/
.banner{
	max-width:960px;
	margin: 10px auto;
	padding:10px;
}

#index{
	padding:50px 0;
	max-width:1100px;
	margin:auto;
}
#index .case .col-6{
	width:50%;
	float:right;
	margin-bottom:30px;
}
#index .case .col-6 a{
	font-size:16px;
	font-weight:bold;
	
}
#index .case .col-6 img{
	width:80%;
	max-width:320px;
}
@media screen and (max-width:767px){
	#index .case .col-6{
		width:100%;
		float:none;
		margin-bottom:40px;
		font-size:14px;
	}
}

/* ------ #primary ---*/

/* ------ #primary > #hero ---*/

#primary #hero h2 {
  text-align: center;
}

#primary #hero p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}

#primary #hero p span.mark {
  background: linear-gradient(#FFF 50%, #FF0 50%);
}

/* ------ #primary > #cases ---*/

#primary #cases ul {
  padding: 0;
}

#primary #cases li {
  background-repeat: no-repeat;
  background-position: top;
  font-weight: bold;
  text-align: center;
  list-style-type: none;
}

#primary #cases li:nth-child(1) {
  background-image: url(img/case_1.png);
}

#primary #cases li:nth-child(2) {
  background-image: url(img/case_2.png);
}

#primary #cases li:nth-child(3) {
  background-image: url(img/case_3.png);
}

/* ------ #primary > #overview ---*/

#primary #overview {
  background-color: #b5c6e0;
  position: relative;
  text-align: center;
  padding: 1em 0;
}

#primary #overview:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 3.5vw solid transparent;
  border-top-color: #b5c6e0;
  top: 100%;
  left: 50%;
  margin-left: -3.5vw;
}

#primary #overview h2,
#primary #overview .avant,
#primary #overview .catch {
  margin: 0;
}

#primary #overview .avant,
#primary #overview .catch {
  font-weight: bold;
}

#primary #overview .catch span {
  display: inline-block;
  background-color: #FFFF00;
  padding: 0.1em 0.5em;
  margin: 0 0.5em;
  border-radius: 3px;
}

/* ------ #primary > #detail ---*/

#primary #detail .detailStandard {
  background-color: #ffe4c1;
  border-radius: 16px;
  position: relative;
}

#primary #detail .detailPremium {
  background-color: #c3e3f4;
  margin: 0;
  border-radius: 16px;
  position: relative;
}

#primary #detail .detailStandard div {
  background-color: #fcb55a;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0;
  position: relative;
}

#primary #detail .detailPremium div {
  background-color: #59baec;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0;
  position: relative;
}

#primary #detail .detailStandard div p,
#primary #detail .detailPremium div p {
  margin: 0;
  padding: 0 1em 1em 1em;
}

#primary #detail .detailStandard h3 {
  background-image: url(img/standard.png);
  background-position: center bottom;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 1em;
}

#primary #detail .detailPremium h3 {
  background-image: url(img/premium.png);
  background-position: center bottom;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 1em;
}

#primary #detail h3 span {
  display: block;
  color: #FFF;
}

#primary #detail .detailStandard h4 {
  background-color: #fcca89;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  margin: 0;
  position: relative;
}

#primary #detail .detailPremium h4 {
  background-color: #95d7f9;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  margin: 0;
  position: relative;
}

#primary #detail ol {
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 1em;
}

#primary #detail ol li {
  list-style-type: none;
}

#primary #detail .moreinfo {
  text-align: center;
  margin: 1em auto;
}

#primary #detail .deposit,
#primary #detail .premiumsupport {
  color: #FF0000;
  font-weight: bold;
}

#primary #detail .years {
  color: #0000FF;
  font-weight: bold;
}

/* ------ #primary > #forAgency ---*/

.primary-box #forAgency {
  border: 1px solid #101a27;
  border-radius: 5px;
  text-align: center;
}

.primary-box #forAgency .prStep {
  background-color: #b5c6e0;
  border-radius: 5px;
}

.primary-box #forAgency .prStep h4 {
  margin: 0;
}

.primary-box #forAgency .prStep p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

/* ------ #secondary ---*/

/* ------ #secondary > #period ---*/

#period .contentBody .periodWrap div {
  text-align: center;
}

#period .contentBody .periodNotice {
  text-align: center;
}

/* ------ #secondary > #coverage ---*/

#coverage .contentBody .coverageWrap div {
  background-color: #fcf9de;
  border-radius: 8px;
  margin-bottom: 2em;
}

#coverage .contentBody .coverageWrap div h3 {
  text-align: center;
  margin: 0.5em auto 0 auto;
}

#coverage .contentBody .coverageWrap div h3 span {
  background-color: #FFF;
  border-radius: 24px;
  display: inline-block;
  padding: 0.5em 1em;
}
#coverage .contentBody .coverageWrap span.tab1{
  color: #FFF;
  border-radius: 7px;
  font-size:16px;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin:0 5px;
  background:#009688;
}
#coverage .contentBody .coverageWrap span.tab2{
  color: #FFF;
  border-radius: 7px;
  font-size:16px;
  display: inline-block;
  padding: 0.1em 0.5em;
   margin:0 5px;
  background:#ff5722;
}  
#coverage .contentBody .coverageWrap div .notice {
  margin-top: 0;
  margin-bottom: 0;
}

/* ------ #secondary > #application ---*/

h3.blue {
  background:#265895;
  color:#fff;
  padding:0.7em 1.2em;
}
.site_form{
	padding:10px;
}
.site_form span.indent{
	display:inline-block;
	padding-left:1em;
}
#application .contentBody .appSteps .appStep {
  background-color: #b5c6e0;
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
}

#application .contentBody .appSteps #appStep1 {
  background-image: url(img/application_1.png);
}

#application .contentBody .appSteps #appStep2 {
  background-image: url(img/application_2.png);
}

#application .contentBody .appSteps #appStep3 {
  background-image: url(img/application_3.png);
}

#application .contentBody .appSteps #appStep4 {
  background-image: url(img/application_4.png);
}

#application .contentBody .sheets {
  text-align: center;
}

#application .contentBody .sheets h3 {
  margin-bottom: 0;
}

#application .contentBody .sheets h4 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

#application .contentBody .sheetDescription h3 {
  margin-bottom: 0;
}

#application .contentBody .sheetDescription ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.25em;
}

#application .contentBody .sheetDescription li span {
  color: #FF0000;
  font-weight: bold;
}

#application .contentBody .supplement {
  text-align: center;
}

#application .contentBody .supplement p {
  margin-top: 2em;
}

#application .contentBody .supplement .btn a {
  display: block;
  margin: auto;
}

/* ------ #secondary > #agreement ---*/

#agreement .contentBody {
  text-align: center;
}

#agreement .contentBody .btn a {
  display: block;
  margin: auto;
}

/* ------ #secondary > #legal ---*/

#legal .contentBody {
  text-align: center;
}

#legal .contentBody .btn a {
  display: block;
  margin: auto;
}


/* ------ #secondary > #faq ---*/

#faq dl {
  margin-top: 0;
}

#faq dl dt {
  margin: 0;
  padding: 1em 0 0.5em 1.2em;
  text-indent: -1.2em;
}

#faq dl dd {
  margin: 0;
  padding: 0 0 1em 1.2em;
  text-indent: -1.2em;
}

#faq dl dt {
  border-top: 1px solid #b7b7b7;
}

#faq dl dt:nth-child(1) {
  border-top: none;
}

/* ------ #secondary > #repair ---*/

#repair .contentBody div img {
  margin-bottom: 1.5em;
}

#repair #dialInfo {
  background-image: url(img/dial_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  color: #FFF;
}

#repair #dialInfo h4 {
  margin: 0;
  padding: 0;
}

#repair #dialInfo p {
  margin: 0;
  padding: 0;
}

#repair #dialInfo .number span {
  display: inline-block;
  border: 1px solid #FFF;
}

/* ------ #bottom ---*/

#bottom .companyInfo p {
  background-image: url(img/logo_blue.png);
  background-repeat: no-repeat;
}

#bottom .privacyLinks {
  text-align: center;
  margin: 1em auto 1.5em auto;
}

#bottom .privacyLinks a {
  color: #071c2c;
  text-decoration: none;
  margin: 0 0.5em;
}

/* ------footer ---*/

footer {
  background-color: #0d1e32;
  color: #FFF;
}

footer address {
  text-align: center;
  font-style: normal;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* ================== for SP */

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  /* ----------------- font-size ---*/
  h1 {
    font-size: 0.8rem;
  }
  #primary {
    font-size: 1rem;
  }
  #hero h2 {
    font-size: 1.75rem;
  }
  #primary #hero p {
    line-height: 1.5em;
  }
  #primary #cases li {
    line-height: 1.5em;
  }
  #primary #detail .detailStandard h3,
  #primary #detail .detailPremium h3 {
    font-size: 1.4rem;
  }
  #secondary {
    font-size: 1rem;
  }
  #period h3 {
    font-size: 1.6rem;
  }
  #period p {
    font-size: 0.75rem;
  }
  #coverage .contentBody .coverageWrap div {
    font-size: 1rem;
  }
  #coverage .contentBody .coverageWrap div .notice {
    font-size: 0.85rem;
  }
  #application .contentBody .appSteps #step3to4 {
    font-size: 0.85rem;
  }
  #application .contentBody .sheets h3 {
    font-size: 1.2rem;
  }
  #application .supplement p {
    line-height: 1.5em;
  }
  #application .supplement .notice {
    font-size: 0.7rem;
  }
  #agreement {
    font-size: 0.7rem;
  }
  #legal {
    font-size: 0.7rem;
  }
  #repair #dialInfo h4 {
    font-size: 1.1rem;
  }
  #repair #dialInfo p {
    font-size: 0.7rem;
  }
  #repair #dialInfo p.number {
    font-size: 1.8rem;
  }
  #repair #dialInfo p.number span {
    font-size: 1.2rem;
  }
  #bottom {
    font-size: 0.7rem;
  }
  #bottom .companyInfo p,
  address {
    font-size: 0.5rem;
  }
  /* ------header ---*/
  header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  h1 {
    width: 94%;
    height: 19px;
    margin: 0 15px;
    background-size: 110px;
    padding-top: 25px;
    text-align: left;
  }
  /* ------ #primary ---*/
  #primary {
    width: 94%;
    margin: 0 3vw;
  }
  /* ------ #primary > #hero ---*/
  /* ------ #primary > #cases ---*/
  #primary #cases h2 {
    width: 47.5vw;
    margin: 10vw auto 0 auto;
  }
  #primary #cases ul {
    margin-top: 0;
  }
  #primary #cases li {
    padding-top: 45vw;
    background-size: 43vw;
    margin-bottom: 6vw;
    line-height: 1.5em;
  }
  /* ------ #primary > #overview ---*/
  #primary #overview {
    margin-top: 10vw;
  }
  /* ------ #primary > #detail ---*/
  #primary #detail {
    padding-top: 0.5vw;
  }
  #primary #detail .detailStandard h3 {
    background-size: 29.7vw;
    padding-bottom: 7vw;
  }
  #primary #detail .detailPremium h3 {
    background-size: 26.1vw;
    padding-bottom: 7vw;
  }
  #primary #detail .detailStandard div p {
    margin-bottom: 1em;
  }
  #primary #detail .detailPremium div p {
    margin-bottom: 1em;
  }
  #primary #detail .detailStandard h4,
  #primary #detail .detailPremium h4 {
    top: -1em;
  }
  /* ------ #primary > #forAgency ---*/
  .primary-box #forAgency {
    padding: 3vw;
  }
  .primary-box #forAgency .prStep {
    padding: 1em;
    margin-bottom: 3vw;
  }
  /* ------ #secondary ---*/
  #secondary h2 {
    margin-top: 10vw;
    overflow: hidden;
    text-align: center;
  }
  #secondary h2 img {
    width: 160%;
    position: relative;
    left: -30%;
  }
  #secondary .contentBody {
    width: 94%;
    margin: 0 3vw;
  }
  /* ------ #secondary > #coverage ---*/
  #period h3 {
    margin: 3vw 0;
  }
  #period img {
    width: 74vw;
  }
  /* ------ #secondary > #coverage ---*/
  #coverage .contentBody .coverageWrap div {
    padding: 3vw;
  }
  #coverage .contentBody .coverageWrap div .notice {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ------ #secondary > #application ---*/
  #application .contentBody .appSteps .appStep {
    background-position: 2vw;
    background-size: 22vw;
    min-height: 28vw;
  }
  #application .contentBody .appSteps .appStep p {
    padding: 3vw 3vw 3vw 30vw;
  }
  #application .contentBody .appSteps #step3to4 {
    text-align: center;
  }
  #application .contentBody .appSteps .appStep:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 3.5vw solid transparent;
    border-top-color: #b5c6e0;
    top: 100%;
    left: 50%;
    margin-left: -3.5vw;
  }
  #application .contentBody .appSteps #appStep4:after {
    content: none;
  }
  /* ------ #secondary > #agreement ---*/
  #agreement .contentBody .btn a {
    width: 73.5vw;
  }
  /* ------ #secondary > #legal ---*/
  #legal .contentBody .btn a {
    width: 73.5vw;
  }
  /* ------ #secondary > #repair ---*/
  /* ------ #secondary > #repair > #dialInfo ---*/
  #repair #dialInfo {
    margin-top: 10vw;
    min-height: 200px;
  }
  #repair #dialInfo h4 {
    padding-top: 1em;
    padding-bottom: 0.3em;
  }
  #repair #dialInfo p.number span {
    padding: 0.01em 0.5em;
    margin-right: 0.5em;
    top: -0.2em;
    position: relative;
  }
  #repair #dialInfo p {
    padding-bottom: 0.5em;
  }
  #repair #dialInfo p.number {
    padding-bottom: 0.2em;
  }
  /* ------ #bottom ---*/
  #bottom {
    width: 94%;
    margin: 0 3vw;
  }
  #bottom .companyInfo p {
    padding-left: 39vw;
    background-size: 33vw;
    background-position: 3vw;
  }
}

/* ================== for PC */

@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
  /* ----------------- font-size ---*/
  h1 {
    font-size: 1.25rem;
  }
  #primary {
    font-size: 1rem;
  }
  #primary #hero h2 {
    font-size: 3rem;
  }
  #primary #hero p {
    line-height: 2em;
  }
  #primary #detail .detailStandard h3,
  #primary #detail .detailPremium h3 {
    font-size: 2rem;
  }
  #secondary {
    font-size: 1rem;
  }
  #coverage .contentBody .coverageWrap div {
    font-size: 1rem;
  }
  #coverage .contentBody .coverageWrap div .notice {
    font-size: 0.85rem;
  }
  #repair #dialInfo h4 {
    font-size: 2.2rem;
  }
  #repair #dialInfo p {
    font-size: 1rem;
  }
  #repair #dialInfo p.number {
    font-size: 3.5rem;
  }
  #repair #dialInfo p.number span {
    font-size: 1.8rem;
  }
  #bottom {
    font-size: 1rem;
  }
  #bottom .companyInfo p,
  address {
    font-size: 0.8rem;
  }
  /* ------header ---*/
  header {
    padding-top: 25px;
  }
  h1 {
    max-width: 720px;
    margin: 0 auto 20px auto;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 290px;
    background-size: 243px 51px;
    background-position: 20px 0;
    text-align: left;
  }
  /* ------ #primary ---*/
  #primary {
    width: 960px;
    margin: 0 auto;
  }
  /* ------ #primary > #hero ---*/
  /* ------ #primary > #overview ---*/
  #primary #overview {
    margin-top: 50px
  }
  /* ------ #primary > #cases ---*/
  #primary #cases h2 {
    width: 300px;
    margin: 45px auto 0 auto;
  }
  #primary #cases ul {
    display: table;
    width: 960px;
    margin-top: 0;
  }
  #primary #cases li {
    padding-top: 300px;
    display: table-cell;
    width: 275px;
    vertical-align: top;
  }
  /* ------ #primary > #detail ---*/
  #primary #detail .detailWrap {
    display: flex;
    margin-top: 40px;
  }
  #primary #detail .detailStandard {
    width: 460px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  #primary #detail .detailPremium {
    width: 460px;
    margin-bottom: 20px;
  }
  #primary #detail .detailStandard h3 {
    background-size: 145px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  #primary #detail .detailPremium h3 {
    background-size: 127px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  #primary #detail .detailStandard p,
  #primary #detail .detailPremium p {
    min-height: 4.5em;
    height: 4.5em;
  }
  #primary #detail .detailStandard div,
  #primary #detail .detailPremium div,
  #primary #detail .detailStandard h4,
  #primary #detail .detailPremium h4 {
    top: -1.9em;
  }
  #primary #detail .detailStandard ol,
  #primary #detail .detailPremium ol {
    margin-top: -1.5em;
    padding-bottom: 0;
  }
  /* ------ #primary > #forAgency ---*/
  .primary-box #forAgency .presentation {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 1em auto;
  }
  .primary-box #forAgency .prStep {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .primary-box #forAgency #prStep1,
  .primary-box #forAgency #prStep3 {
    width: 260px;
  }
  .primary-box #forAgency #prStep2 {
    width: 320px;
  }
  /* ------ #secondary ---*/
  #secondary {
	  width:100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #secondary h2 {
    margin: 50px auto 10px auto;
  }
  /* ------ #secondary > #period ---*/
  #period .contentBody .periodWrap {
    display: flex;
    justify-content: space-between;
  }
  #period .contentBody .periodWrap div {
    width: 440px;
  }
  /* ------ #secondary > #coverage ---*/
  #coverage .contentBody .coverageWrap {
    display: flex;
    justify-content: space-between;
  }
  #coverage .contentBody .coverageWrap div {
    width: 400px;
    padding: 10px 20px;
  }
  #coverage .contentBody .coverageWrap div .notice {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  /* ------ #secondary > #application ---*/
  #application .contentBody .appSteps {
    display: flex;
    justify-content: space-between;
  }
  #application .contentBody .appSteps .appStep {
    width: 223px;
    position: relative;
    text-align: center;
    background-position: 10px 20px;
  }
  #application .contentBody .appSteps .appStep p {
    padding: 160px 20px 20px 20px;
  }
  #application .contentBody .appSteps .appStep:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-left-color: #b5c6e0;
    top: 40%;
    left: 230px;
    margin-left: -10px;
  }
  #application .contentBody .appSteps #appStep4:after {
    content: none;
  }
  #application .contentBody #step3to4 {
    display: none;
  }
  #application .contentBody .sheets .sheetsWrap {
    display: flex;
    justify-content: space-between;
  }
  #application .contentBody .sheets .sheetsWrap .sheet {
    width: 460px;
  }
  #application .contentBody .supplement .btn a {
    width: 680px;
  }
  /* ------ #secondary > #agreement ---*/
  #agreement .contentBody .btn a {
    width: 545px;
  }
  /* ------ #secondary > #agreement ---*/
  #legal .contentBody .btn a {
    width: 545px;
  }
  /* ------ #secondary > #repair ---*/
  #repair .contentBody {
    display: flex;
    justify-content: space-between;
  }
  #repair .contentBody div {
    width: 470px;
  }
  /* ------ #secondary > #repair > #dialInfo ---*/
  #repair #dialInfo {
    min-height: 280px;
    margin: 20px auto 30px auto;
  }
  #repair #dialInfo h4 {
    padding-top: 40px;
  }
  #repair #dialInfo p {
    margin-bottom: 0.5em;
  }
  #repair #dialInfo p.number {
    position: relative;
    margin-bottom: 0.2em;
  }
  #repair #dialInfo p.number span {
    padding: 0.05rem 0.5rem;
    top: -0.3em;
    position: relative;
  }
  /* ------ #bottom ---*/
  #bottom {
	 width:100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #bottom .companyInfo p {
    padding-left: 315px;
    background-position: 28px 50%;
  }
  
  
	
}


#youtube{
	width:80%;
	margin:0 auto 20px auto;
}
#youtube .video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#youtube .video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/*------------------------------------------------------
　グローバルメニュー スマホ用
-------------------------------------------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    /*transform: translateY(-100%);*/
    transition: all 0.6s;
    width: 100%;
	display:none;
	height: 0;
	overflow:scroll;
	-ms-overflow-style:none;
}
nav.globalMenuSp::-webkit-scrollbar{
 display:none;
}

 
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background: #fff;
}
 
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #071c2c;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
	border-bottom: none;
	border-bottom: 2px solid #071c2c;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
	text-decoration:none;
	font-size:18px;
}
nav.globalMenuSp ul li span{
    display:block;
    padding: 1em 0;
	cursor: pointer;
}
nav.globalMenuSp ul li ul{
    background:#254982;
}
nav.globalMenuSp ul li ul li{
    border-bottom: 1px dotted #071c2c;
}
nav.globalMenuSp ul li ul li a{
    text-align:left;
	padding:1em;
	color:#fff;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	/*transform: translateY(0%);*/
	height: 100%;
}

.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    background: none;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
	border-radius:3px;
}
 
.navToggle span:nth-child(1) {
    top: 12px;
}
 
.navToggle span:nth-child(2) {
    top: 27px;
}
 
.navToggle span:nth-child(3) {
    top: 42px;
}
 

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 27px;
    left: 10px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
    top: 27px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.navToggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}
.child+ul{
	display:none;
}
ul.push{
	display:block;
}

span.child{
	background-image:url(../img/icon/arrow_down.svg);
	background-position:center right 10px;
	background-repeat:no-repeat;
	background-size:15px;
}
span.child.push{
	background-image:url(../img/icon/arrow_up.svg);
}
@media screen and (max-width:767px){
	nav.globalMenuSp{
		display:block;
	}
	.navToggle {
		display:block;
		background:#265895;
	}
	.nav-wrap{
		display:none;
	}
}




.textcenter{
	text-align:center;
}

/*------------------------------------------------------
　campaign
-------------------------------------------------------*/
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
#campaign{
	margin:0 auto;
	max-width:1000px;
}
#campaign h2{
	text-align:center;
	font-size:42px;
	color:#265895;
}
#campaign p{
	text-align:center;
	font-size:1rem;
	font-weight:bold;
	line-height: 2em;

}
#campaign p span.mark{
	background: linear-gradient(#FFF 50%, #FF0 50%);
}
#campaign .case{
	margin: 30px 0;
}

#campaign .case img{
	border-radius:50%;
	box-shadow:5px 5px 12px rgba(0,0,0,0.3);
	padding:5%;
	width:90%;
}
#campaign .case p{
	line-height: 1.5em;
}
#campaign p.font200{
	font-size:300%;
}
#campaign .case .col-6{
	float:left;
	width:50%;
}
#campaign .case .col-6 .inner{
	padding:10px;
	margin:auto;
	max-width:320px;
}

.campaign-box{
	padding: 30px 100px;
    background: #d0e5ff;
}
.campaign-box h3{
	text-align: center;
    font-size: 16px;
	margin-bottom:0;
}
.campaign-box h3 span{
	text-align: center;
    font-size: 28px;
    color: #265895;
	display:inline-block;
	margin-top:10px;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#campaign .campaign-box p.days{
	margin:0 0 20px 0;
	font-size:22px;
	color:#ff6104;
}
.campaign-box p{
	font-size: 14px;
    line-height: 1.5em;
}
#campaign .campaign-box .line{
    font-size: 20px;
    border-bottom:1px solid #265895;
	padding:1em 0;
}
.campaign-box table{
	font-size:16px;
	border-spacing: 0 5px;
}
.campaign-box table th{
	padding: 10px;
    width: 20%;
    background: #70a8ec;
    color: #fff;
}
.campaign-box table td{
	padding:10px;
	background:#fff;
}
.campaign-box h5{
	font-size:18px;
	margin-bottom:10px;
}
.campaign-box ul{
	font-size:14px;
}


@media screen and (max-width:767px){
	#campaign h2{
		font-size:24px;
	}
	#campaign p{
		font-size:14px;
	}
	.campaign-box{
		padding: 30px 10px;
		background: #d0e5ff;
	}
}