@charset "UTF-8";

/* Reset CSS */
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img { border: 0; }

form {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

li img, dt img, dd img { vertical-align: top; }
a { outline: none; text-decoration: none}
:focus { -moz-outline-style: none; }



/* clearfix
---------------------------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
body .no-link {
opacity: .3;
filter: alpha(opacity=30);
cursor: default;
}
.show-sp{
  display: none;
}
.show-sp2{
  display: none;
}
body { 
  font-family: ' メイリオ', Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px; 
  line-height: 21px; 
  margin: 0; 
  width: 100%; 
  min-width: 960px;
  margin: 0 auto;
}
/* header
---------------------------------------------------------------------------- */
/* ヘッダー固定*/
@media screen and (min-width: 769px) {


.l-header{
	width: 100%;
	z-index: 999;
}

.contents{
	padding-top: 30px; 
}
}

.header-inner{
  background:url(../img/global/bg-01.jpg) top left repeat;
}
.logo-area{
  width: 960px;
  margin: 0 auto;
  padding: 12px 0 6px;
}
#logo{
  float: left;
}
#logo a{
  display: flex;
}
.logoimg{
	width: auto;
	height: auto;
}
@media screen and (max-width: 768px) {
.logoimg{
	width: auto;
	height: auto;
}
}
.text-header{
  color: #3e3a39;
  margin-left: 15px;
  font-weight: normal
}
  #logo .text-header img{
    width: 80%;
  }  
.contact-area{
  text-align: right;
  float: right;
}

.contact-area li{
  float: left;
  margin:6px 20px 0 0;
  color: #ffffff;
}
.nav-mt{
    padding-top: 5px;
}
.contact-area .button-contact{
    margin: 0;
}
.button-hambuger{
  display: none;
}
.contact-area a{
  text-align: center;
  display: block
}
.contact-area .header-nav a{
  line-height: 32px;
  font-size: 14px;
  color:#ffffff;
}
.header-nav a:hover{
    opacity: 0.7;
}
.contact-area .header-nav i{
  font-size: 14px;
  margin-right: 3px;
}
.fr{
  float: right;
}
.button-nav a{
  display: block;
  line-height: 33px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  color: #fff
}
.button-nav a:hover{
    opacity: 0.7;
}

/*
.gnav{
  background: #847c56;
}
*/
.gnav ul{
  width: 960px;
  margin: 0 auto;
}
.gnav li{
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.gnav li:first-child{
}
.gnav li.show-sp{
    display: none;
}
.gnav li.show-sp2{
    display: none;
}
.gnav li a{
  color: #fff;
  display: block;
}
.gnav li a:hover{
  background: #988736;
}

/* footer
---------------------------------------------------------------------------- */
.contact-area02{
  border-top: 2px solid #002566;
  background: url(../img/global/bg-01.jpg) top left repeat;
  padding: 20px 0;
  clear: both;
}
.box-phone{
  display: flex;
  justify-content: space-between;
  width: 530px;
  margin: 0 auto 10px;
}
.box-phone ul{
    font-size: 14px;
    line-height: 20px;
    font-family: serif;
    color: #ffffff;
}
.img-phonenumber{
  line-height: 0;
}
.box-logo-wrap {
	background: #FFF;
	padding-bottom: 15px;
}
.box-logo{
  width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around
}
.box-logo .txt-sub{
  font-size: 12px;
  display: inline-block;
  line-height: 30px;
  margin-right: 5px;
}
.box-logo2 {
	max-width: 980px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px 20px;
}
.box-logo2 li + li {
	margin-left: 10px;
}
.copy{
  font-size: 12px;
  line-height: 18px;
  color:#fff;
  background: #000000;
  text-align: center;
  padding: 8px 0
}
.content-inner{
  width: 960px;
  margin: 0 auto;
}
.break-line{
  display: block
}


.fotter_top{
    color: #ffffff;
    text-align: center;
    font-family: serif;
    font-size: 18px;
    margin-bottom: 20px;
}

/* SP
---------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
  body{
    min-width: 100%;
  }
  .l-header{
    position: relative
  }
  .content-inner{
    width: 94%;
    margin: 0 auto;
  }
  .show-pc{
    display: none;
  }
  .show-sp{
    display: block;
    color: #ffffff;
  }
  img{
    width: 100%;
  }
  body{
    width: 100%;
  }
  .logo-area{
    width: 100%;
    margin-right:0;
    padding:2px 0 0;
    box-sizing: border-box;
  }
  #logo{
    width: 50%;
    box-sizing: border-box;
    padding: 4% 0 2%;
    text-align: center;
  } 
  #logo a{
    align-items: center;
    flex-direction: column;
  }
  #logo img{
    width: 50%;
  }
  #logo .text-header{
    font-size: 43%;
    margin-left: 0;
    line-height: 1.5;
    margin-top: 5px;
  }
  #logo .text-header img{
    width: auto;
  }  
  .contact-area{
    width: 50%;
    box-sizing: border-box;
  }
  .contact-area ul{
    display: flex;
  }
  .contact-area li{
    display: none;
  }
  .contact-area a{
    padding: 18% 0 15%;
    line-height: 0
  }
  .contact-area .button-contact{
    width: 60%;
    border-left: 2px solid #847c56;
    border-right: 2px solid #847c56;
    box-sizing: border-box;
  }
  .contact-area .button-contact img{
    width:65%;
    margin: 0 auto
  }
  .contact-area .button-hambuger{
    box-sizing: border-box;
    width: 40%;
    margin: 0
  }
  .contact-area .button-hambuger img{
    width: 57%;
  }
  .contact-area .button-contact,.contact-area .button-hambuger{
    display: block;
    text-align: center
  }
  .gnav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
  }
  .gnav ul{
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .gnav ul li{
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
}
  .gnav ul li:last-child{
    border-bottom: 2px solid #fff;
  }


.gnav li.show-sp{
    width:100%;
    display: block;
}
.gnav li.show-sp2{
    width:50%;
     display: block;
    color: #ffffff;
}
  
  .contact-area02{
    padding:10px 3% 20px;
  }
  .box-phone{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
  .box-phone p{
    font-size: 12px;
      color: #ffffff;
  }
  .img-phonenumber{
    width: 70%;
    max-width: 331px;
    margin: 10px 0;
  }
  .box-logo{
    width: 100%
  }
  .box-logo li{
    text-align: center
  }
  .box-logo .txt-sub{
    font-size: 10px;
    line-height: 1.5
  }
  .copy{
    font-size: 10px;
    line-height: 16px;
  }
  #fancybox-close{
    right: 0!important;
  }
    .fotter_top{
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
}

.note{
	font-size:11px;
	margin:0 0 15px;
}
.img-logo_link:hover{
	opacity: 0.7;
}
.new{
	color: red;
	padding: 1px 2px 0;
	margin-right: 5px;
	background: #ffffff;
}



/* PC

--------------------------------------------------------------------------- */
body{
	line-height: 1;
}
.content-inner {
    width: 960px;
    margin: 0 auto;
}
.cont_wrap {
    background-color: #FFF;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 18px 25px;
}

.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}

div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}

form#mailformpro {
	padding: 10px 0px;
}

form#mailformpro dl dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 16px;
	padding: 8px 10px 10px 0;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
	font-weight:bold;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 10px 200px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 18px;
	vertical-align: middle;
}
.nyuryoku01{
		width: 180px;
	}
.nyuryoku02{
		width: 180px;
	}
.nyuryoku03{
		width: 240px;
	}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	margin-top:30px;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
div.mfp_buttons button {
	font-size: 16px;
	margin: 0px;
	padding: 3px;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

}
div.mfp_buttons button:hover { cursor:pointer; }

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}

form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
	padding:2px;
}
.must {
	display: block;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 16px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

form#mailformpro dl dt.mfp_add { height: 100px; }
form#mailformpro dl dt.mfp_mail { height: 60px; }
form#mailformpro dl dt.mfp_house { height: 200px; }
form#mailformpro dl dt.mfp_job { height: 280px; }
form#mailformpro dl dt.mfp_income { height: 200px; }
form#mailformpro dl dt.mfp_space { height: 100px; }
form#mailformpro dl dt.mfp_plan { height: 90px; }
form#mailformpro dl dt.mfp_budget { height: 170px; }
form#mailformpro dl dt.mfp_money { height: 180px; }
form#mailformpro dl dt.mfp_intention { height: 120px; }
form#mailformpro dl dt.mfp_route { height: 200px; }

form#mailformpro dl dd.mfp_pp { padding: 13px 5px 13px 200px; }
form#mailformpro dl dd.mfp_pp a { color:#3430cc;
text-decoration: underline;
font-weight: bold;}

.MapBtn{
	width:100%;
	margin:30px auto 25px auto;
	overflow:hidden;
}
.MapBtn li{
	width:auto;
	float:none;
}
.MapBtn li a{
	width:120px;
	margin:10px auto;
	display:block;
	border:solid 2px #AFAFAF;
	background:#F2F2F2;
	padding:6px 0;
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	transition:all 0.5s;
	border-radius:3px;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.MapBtn li a:hover{
	border:solid 2px #333333;
	background:#656565;
	color:#FFFFFF;
}

.clear {
	clear: both;
	line-height:0px;
	height:0;
	font-size:0px;
	visibility:hidden;
} 

#close .box-btn{
  margin: 0 auto 30px;
  text-align: center;
}
#aa {
	width:115px;
    display: block;
    text-align: center;
	margin: 0 auto;
}
#aa img{ margin:5px auto;}

/* SP

--------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.content-inner {
		width: 100%;
		margin: 0 auto;
	}
	#close .box-btn img{
		width: 200px;
	}

form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 16px;
	vertical-align: middle;
}

}

@media screen and (max-width: 480px) {	
form#mailformpro dl dt {
	padding: 10px 10px 0 0;
	text-align: left;
}

form#mailformpro dl dd {
	padding: 48px 5px 10px 10px;
}
form#mailformpro dl dt.mfp_add { height: auto; }
form#mailformpro dl dt.mfp_contact { height: auto; }
form#mailformpro dl dd.mfp mfp_contact_dd { padding:50px 0 0 50px ;}
form#mailformpro dl dd.mfp_pp { padding: 50px 5px 13px 50px; }
}




/*-------------------- 
  width 960 - 1260px
--------------------*/
@media screen and (min-width:960px) and (max-width:1260px) {


/*--------------------
        Header
---------------------*/

.Head{
	height:85px;
}
.Haederarea{
	width:auto;
	height:auto;
}


/* Sub Link */
.miniLink{
	position:absolute;
	right:4px;
	top:20px;
	overflow:hidden;
}
.miniLink li{
	width:50px;
	height:41px;
	margin-right:5px;
	float:left;
}
.miniLink li a{
	width:50px;
	height:41px;
	display:block;
	transition:all 0.5s;
}
.m_btn1{
	background: url(../img/topcta1.png) no-repeat left top;
	background-size:50px;
}
.m_btn2{
	background: url(../img/topcta2.png) no-repeat left top;
	background-size:50px;
}
.m_btn3{
	background: url(../img/m_btn2.png) no-repeat left top;
	background-size:50px;
}
.miniLink li a:hover{
	opacity:0.6;
}


/* Logo */
.Toplogo{
	margin:25px 6px 0 6px !important;
}


/* G Navigation */

.Haederarea nav ul {
	overflow:hidden;
	margin:18px 20px 0 5px;
	width:68%;
	margin-left:-37%;
}
.Haederarea nav ul li{
	width:14.28571428%;
}
.Haederarea nav ul li a{
	display:block;
	margin-top:5px;
	font-size:11px;
	padding:2px 0;
}

.Haederarea nav ul li a span{
	margin:0 auto;
	font-size:10px;
	width:100%;
}





/*--------------------
      Top Image
---------------------*/

#TopImage{
	width:100%;
	height:auto;
	background:url(../img/top_m.jpg) no-repeat center center;
	background-size:contain;
	margin:85px auto 0 auto;
	padding-top:61.90476190%;
}
#TopImage div{
	width:auto;
	height:auto;
	background:none;
}



/*--------------------
    Top Image Merit
---------------------*/

.s_Merit div{
	width:100%;
	height:auto;
	background:url(../img/m_text.png) no-repeat left top;
	background-size:contain;
	padding-top:7.9365%;
}

/*--------------------------
         Top Title
--------------------------*/
#TopTitle{
	width:100%;
	padding:40px 0;
	background:url(../img/top_bg.jpg) no-repeat center center;
	margin:85px auto 0 auto;
}
#TopTitle div{
	width:auto;
	margin:0 auto;
}
#TopTitle div h2{
	font-size:32px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "Sawarabi Mincho";
	text-align:center;
	color:#FFFFFF;
}
#TopTitle div h2 span{
	font-size:14px;
	display:block;
	width:30%;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	margin-top:2px;
	padding-top:8px;
}







/*--------------------
     Information
---------------------*/

.Infoarea{
	width:100%;
}
.Infoarea h2{
	font-size:18px;
}






/*--------------------
       Page CTA
---------------------*/

.CTAarea{
	width:90%;
	margin:20px auto  0 auto;
}








/*--------------------
       Top Merit
---------------------*/

.Merit div{
	width:100%;
	height:auto;
	background: url(../img/merit.png) no-repeat left top;
	background-size:contain;
	padding-top:38.0952%;
}





/*--------------------
       Contents
---------------------*/

.Contents{
	width:86%;
	padding:30px;
	border:none;
}
.Contents.Gray{
	background:#EAEAEA;
	padding:40px 0;
}

.Contents_btn ul{
	width:auto;
}


.Title div{
	width:auto;
	padding:12px 25px;
}
.Title.T_popup div{
	padding:10px 0;
}



/* Contents Outline */
.Contents.Outline{
	width:94%;
	margin:12px auto;
}









/*--------------------
       Caption
---------------------*/

.Caption{
	width:96%;
	margin:0 auto;
}
.Captionarea{
	width:auto;
}







/*--------------------
        Footer
---------------------*/

.Footarea{
	width:auto;
}
.yokoku{
	width:90%;
	margin:30px auto;
}


/* Footer Link */
.Footlink ul{
	width:98%;
}


/* Footer Logo Area */
.Footlogo{
	width:65%;
	margin-top:30px;
}
.Footlogo a{
	float:none;
	margin:5px 20px 0 auto;
}



}



























































/*-------------------- 
  width 640 - 960px
--------------------*/
@media screen and (min-width:640px) and (max-width:960px) {


/*--------------------
        Header
---------------------*/

.Head{
	height:80px;
}
.Haederarea{
	width:auto;
}

/* Sub Link */
.miniLink{
	position:absolute;
	right:58px;
	top:21px;
	overflow:hidden;
}
.miniLink.pop{
	right:8px;
}
.miniLink li{
	width:50px;
	height:41px;
	margin-right:12px;
	float:left;
}
.miniLink li a{
	width:50px;
	height:41px;
	display:block;
	transition:all 0.5s;
}
.m_btn1{
	background: url(../img/topcta1.png) no-repeat left top;
	background-size:50px;
}
.m_btn2{
	background: url(../img/topcta2.png) no-repeat left top;
	background-size:50px;
}
.m_btn3{
	background: url(../img/m_btn1.png) no-repeat left top;
	background-size:50px;
}
.miniLink li a:hover{
	opacity:0.6;
}


/* Logo */
.Toplogo{
	width:80px;
	height:40px;
	margin:30px 6px 0 6px !important;
	background:url(../img/logo.png) no-repeat left top;
	background-size:80px;
}


/* G Navigation */
.Haederarea nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(30,10,0,0.96);
	z-index:1001;
	display:none;
	overflow:hidden;
}


.Haederarea nav ul {
	width:100%;
	margin: 20px 0 20px 0 ;
	overflow:hidden;
	padding:0;
	height:auto;
	position: static;
	margin-left:0;
}
.Haederarea nav ul li{
	float:none;
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.Haederarea nav ul li a{
	height:auto;
	margin:0;
	font-size:17px;
	letter-spacing:2px;
	padding:10px 0;
	border-bottom:dotted 1px #FFFFFF;
	border-left:none;
}

/* Sp Only */
.sp_mClose{
	clear:both;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	border-radius:100px;
	margin:20px auto 0 auto;
	display:block;
	z-index:10003;
	cursor:pointer;
}
.sp_Menu{
	width:35px;
	height:48px;
	background: url(../img/sp_menu.svg) no-repeat left top;
	display:block;
	float:right;
	margin:28px 15px 0 0 ;
	cursor:pointer;
}





/*--------------------
      Top Image
---------------------*/

#TopImage{
	width:100%;
	height:auto;
	background:url(../img/top_m.jpg) no-repeat center center;
	background-size:contain;
	margin:80px auto 0 auto;
	padding-top:61.90476190%;
}
#TopImage div{
	width:auto;
	height:auto;
	background:none;
}



/*--------------------
    Top Image Merit
---------------------*/

.s_Merit div{
	width:100%;
	height:auto;
	background:url(../img/m_text.png) no-repeat left top;
	background-size:contain;
	padding-top:7.9365%;
}

/*--------------------------
         Top Title
--------------------------*/
#TopTitle{
	width:100%;
	padding:30px 0;
	background:url(../img/top_bg.jpg) no-repeat center center;
	margin:80px auto 0 auto;
}
#TopTitle div{
	width:auto;
	margin:0 auto;
}
#TopTitle div h2{
	font-size:26px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "Sawarabi Mincho";
	text-align:center;
	color:#FFFFFF;
}
#TopTitle div h2 span{
	font-size:13px;
	display:block;
	width:30%;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	margin-top:2px;
	padding-top:8px;
}







/*--------------------
     Information
---------------------*/

.Infoarea{
	width:100%;
}
.Infoarea h2{
	font-size:18px;
}
.Infoarea p{
	font-size:14px;
	margin-top:5px;
}
.Tximg{
	margin:0 auto 0 5px ;
	width:280px;
}
p.TopInfo_tx span.Sat{
	font-size:26px;
}






/*--------------------
       Page CTA
---------------------*/

.CTAarea{
	width:100%;
	margin:20px auto 0 auto;
}
.CTAarea a{
	width:240px;
	height:60px;
	margin:0 auto;
}
.Cta1{
	background:url(../img/footcta1.png) no-repeat left top;
	background-size:240px;	
}
.Cta2{
	background:url(../img/footcta2.png) no-repeat left top;
	background-size:240px;	
}










/*--------------------
       Contents
---------------------*/

.Contents{
	width:86%;
	padding:10px 30px;
	border:none;
}

.Contents.Gray{
	background:#EAEAEA;
	padding:20px 0;
}

.Contents_btn ul{
	width:auto;
}

.Title div{
	width:auto;
	padding:0 10px 10px 10px;
}
.Title.T_popup div{
	padding:7px 10px;
}

.Title div h2{
	font-size:24px;
}
.Title div h2 span{
	font-size:16px;
	margin-left:10px;
}


/* Contents Map */
.Contents.C_Map{
	width:90%;
}
.MapBtn{
	width:360px;
}
.MapBtn li{
	width:180px;
}


/* Contents Outline */
.Contents.Outline{
	width:94%;
}






/*--------------------
       Caption
---------------------*/

.Caption{
	width:96%;
	margin:0 auto;
}
.Captionarea{
	width:auto;
}







/*--------------------
        Footer
---------------------*/

.Footarea{
	width:auto;
}
.yokoku{
	width:90%;
	margin:25px auto;
}


/* Footer Link */

.Footlink ul{
	width:98%;
}
.Footlink li{
	margin:6px 0;
}



/* Footer About */
.Footoffice{
	width:75%;
}
.Footoffice h3{
	font-size:11px;
}
.Footoffice a{
	font-size:44px;
}


/* Footer Logo Area */
.Footlogo{
	width:65%;
	margin-top:30px;
}
.Footlogo a{
	width:210px;
	height:56px;
	margin:10px auto;
}
.Flogo1{
	background:url(../img/att_logo.png) no-repeat left top;
	background-size:210px;
}
.Flogo2{
	background:url(../img/daiwa_logo.png) no-repeat left top;
	background-size:210px;
}





p.TopInfo_tx{
	font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
	font-family: "Sawarabi Mincho";
	font-size:24px;
	color:#172441;
}
p.TopInfo_tx span{
	font-size:16px;
	border:solid 1px #172441;
	padding:2px 15px;
	color:#172441;
}



.mNew .New{/* minilink New */
	left:0;
	top:8px;
	overflow:hidden;
}







}


























































/*-------------------- 
  width 420 - 640px
--------------------*/
@media screen and (min-width:420px) and (max-width:640px) {


/*--------------------
        Header
---------------------*/

.Head{
	height:55px;
}
.Haederarea{
	width:auto;
	height:55px;
}

/* Sub Link */
.miniLink{
	position:absolute;
	right:98px;
	top:-1px;
	overflow:hidden;
}
.miniLink.pop{
	right:8px;
}

.miniLink li{
	width:44px;
	height:36px;
	margin-right:12px;
	float:left;
}
.miniLink li a{
	width:44px;
	height:36px;
	display:block;
	transition:all 0.5s;
}
.mNew .New{/* minilink New */
	left:0;
	top:10px;
	overflow:hidden;
	width:28px;
}
.mNew .New img{/* minilink New */
	width:100%;
}

.m_btn1{
	background: url(../img/topcta1.png) no-repeat left top;
	background-size:44px;
}
.m_btn2{
	background: url(../img/topcta2.png) no-repeat left top;
	background-size:44px;
}
.m_btn3{
	background: url(../img/m_btn1.png) no-repeat left top;
	background-size:44px;
}
.miniLink li a:hover{
	opacity:0.6;
}


/* Logo */
.Toplogo{
	width:80px;
	height:40px;
	margin:8px 0 0 6px !important;
	background:url(../img/logo.png) no-repeat left top;
	background-size:80px;
}


/* G Navigation */
.Haederarea nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(30,10,0,0.96);
	z-index:1001;
	display:none;
}
.Haederarea nav ul {
	width:100%;
	margin: 20px 0 20px 0 ;
	overflow:hidden;
	padding:0;
	height:auto;
	position: static;
	margin-left:0;
}
.Haederarea nav ul li{
	float:none;
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.Haederarea nav ul li a{
	height:auto;
	margin:0;
	font-size:17px;
	letter-spacing:2px;
	padding:10px 0;
	border-bottom:dotted 1px #FFFFFF;
	border-left:none;
}
.Haederarea nav ul li a#Gm4,.Haederarea nav ul li a#Gm8{
	font-size:11px;
	padding:9px 0;
}

.New{
	left:5%;
	top:12px;
}




/* Sp Only */
.sp_mClose{
	clear:both;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	border-radius:100px;
	margin:20px auto 0 auto;
	display:block;
	z-index:10003;
	cursor:pointer;
}
.sp_Menu{
	width:40px;
	height:45px;
	background: url(../img/sp_menu.svg) no-repeat left top;
	display:block;
	float:none;
	margin:5px 10px 0 0 ;
	cursor:pointer;
	position:absolute;
	right:2px;
	top:1px;
}
.TopSp_tel{
	width:40px;
	height:45px;
	background: url(../img/sp_tel.svg) no-repeat left top;
	display:block;
	float:none;
	margin:5px 10px 0 0 ;
	cursor:pointer;
	position:absolute;
	right:47px;
	top:1px;
}







/*--------------------
      Top Image
---------------------*/

#TopImage{
	width:100%;
	height:auto;
	background:url(../img/top_s.jpg) no-repeat center center;
	background-size:contain;
	margin:50px auto 0 auto;
	padding-top:100%;
}
#TopImage div{
	width:auto;
	height:auto;
	background:none;
}


/*--------------------
    Top Image Merit
---------------------*/

.s_Merit div{
	width:100%;
	height:auto;
	background:url(../img/m_text.png) no-repeat left top;
	background-size:contain;
	padding-top:7.9365%;
}

/*--------------------------
         Top Title
--------------------------*/
#TopTitle{
	width:100%;
	padding:30px 0;
	background:url(../img/top_bg.jpg) no-repeat center center;
	margin:55px auto 0 auto;
}
#TopTitle div{
	width:auto;
	margin:0 auto;
}
#TopTitle div h2{
	font-size:26px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "Sawarabi Mincho";
	text-align:center;
	color:#FFFFFF;
}
#TopTitle div h2 span{
	font-size:13px;
	display:block;
	width:30%;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	margin-top:2px;
	padding-top:8px;
}












/*--------------------
     Information
---------------------*/

.Infoarea{
	width:100%;
}
.Infoarea section{
	margin:0 auto 10px auto;
}
.Infoarea h2{
	font-size:18px;
	margin-bottom:15px;
}
.Infoarea p{
	font-size:14px;
	margin-top:5px;
}
p.TopInfo_tx{
	font-size:20px;
}
p.TopInfo_tx span.Block{
	font-size:16px;
	border:solid 1px #172441;
	padding:0 10px;
	color:#172441;
	vertical-align:top;
	display:inline-block;
}
p.TopInfo_tx span.R_b{
	font-size:24px;
	display:block;
	margin:10px 0;
}






/*--------------------
       Page CTA
---------------------*/

.CTAarea{
	width:100%;
	margin:0 auto;
}
.CTAarea li{
	float:none;
	margin:0 auto;
}
.CTAarea a{
	width:250px;
	height:63px;
	margin:25px auto 0 auto;
}
.TC{
	width:100%;
	background:url(../img/tc_bg.png) no-repeat center center;
}
.Cta1{
	background:url(../img/footcta1.png) no-repeat left top;
	background-size:250px;	
}
.Cta2{
	background:url(../img/footcta2.png) no-repeat left top;
	background-size:250px;	
}













/*--------------------
       Contents
---------------------*/

.Contents{
	width:84%;
	padding:10px 15px;
	border:none;
}
.Contents.Gray{
	background:#EAEAEA;
	padding:15px 0;
}
.Contents_btn ul{
	width:auto;
}
.Contents_btn li{
	width:180px;
	height:50px;
}
.Contents_btn li a{
	width:178px;
	height:48px;
	line-height:35px;
}
.Contents_btn li a img{
	width:25px;
	height:50px;
}
.Contents_btn li a span.tl{
	margin-top:-8px;
}

/* Twoline */
.Contents_btn li a.tw{
	letter-spacing:1px;
	line-height:11px;
	height:40px;
	padding:5px 0;
}
.Contents_btn li a.tw span.tw{
	font-size:10px;
	font-weight:normal;
}
.Contents_btn li a.tw span.tl{
	font-size:10px;
}




.Title{
	padding-top:65px;
}
.Title div{
	width:auto;
	padding:10px;
}
.Title div h2{
	font-size:24px;
}
.Title div h2 span{
	font-size:16px;
	margin-left:10px;
}


/* Contents Map */
.Contents.C_Map{
	width:90%;
}
.MapBtn{
	width:340px;
}
.MapBtn li{
	width:170px;
}
.MapBtn li a{
	width:110px;
}


/* Contents Outline */
.Contents.Outline{
	width:90%;
}







/*--------------------
       Caption
---------------------*/

.Caption{
	width:96%;
	margin:0 auto;
}
.Captionarea{
	width:auto;
}






/*--------------------
        Footer
---------------------*/

.Footarea{
	width:auto;
}
.yokoku{
	width:90%;
	margin:25px auto;
	line-height:165%;
}
.yokoku span{
	display:block;
	width:30%;
	text-align:center;
	margin:5px auto;
}


/* Footer Link */
.Footlink ul{
	width:98%;
}
.Footlink li{
	width:50%;
	margin:6px 0;
}
.Footlink li:nth-child(2n+0) a{
	border:none;
}


/* Footer About */
.Footoffice{
	width:100%;
	float:none;
	margin:40px 0 0 0;
}
.Footoffice h3{
	font-size:11px;
	text-align:center;
}
.Footoffice a{
	font-size:44px;
	margin:5px auto 2px auto;
	display:block;
	width:80%;
	text-align:center;
}
.Footoffice p{
	text-align:center;
}


/* Footer Logo Area */
.Footlogo{
	width:90%;
	float:none;
	margin-top:30px;
}
.Footlogo a{
	width:90%;
	height:auto;
	margin:5px auto;
	padding-top:24.10714285%;
	display:block;
}
.Flogo1{
	background:url(../img/att_logo.png) no-repeat left top;
	background-size:contain;
}
.Flogo2{
	background:url(../img/daiwa_logo.png) no-repeat left top;
	background-size:contain;
}


address{
	padding:40px 0 60px 0;
}




p.TopInfo_tx{
	font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
	font-family: "Sawarabi Mincho";
	font-size:22px;
	color:#172441;
}
p.TopInfo_tx span{
	font-size:14px;
	border:solid 1px #172441;
	padding:2px 15px;
	color:#172441;
}






.content{
	width:94%;
	margin:0 auto;
}
.cont_wrap {
    background-color: #FFF;
    width: auto;
    margin: 0 auto;
    padding: 24px 40px;
}

}




























































/*-------------------- 
  width 420 - 
--------------------*/
@media screen and (max-width:420px) {


/*--------------------
        Header
---------------------*/

.Head{
	height:50px;
}
.Haederarea{
	width:auto;
	height:50px;
}


/* Sub Link */
.miniLink{
	position:absolute;
	right:80px;
	top:-1px;
	overflow:hidden;
}
.miniLink.pop{
	right:8px;
}

.miniLink li{
	width:38px;
	height:31px;
	margin-right:6px;
	float:left;
}
.miniLink li a{
	width:38px;
	height:31px;
	display:block;
	transition:all 0.5s;
}
.mNew .New{/* minilink New */
	left:0;
	top:10px;
	overflow:hidden;
	width:28px;
}
.mNew .New img{/* minilink New */
	width:100%;
}

.m_btn1{
	background: url(../img/topcta1.png) no-repeat left top;
	background-size:38px;
}
.m_btn2{
	background: url(../img/topcta2.png) no-repeat left top;
	background-size:38px;
}
.m_btn3{
	background: url(../img/m_btn1.png) no-repeat left top;
	background-size:38px;
}
.miniLink li a:hover{
	opacity:0.6;
}


/* Logo */
.Toplogo{
	width:70px;
	height:35px;
	margin:8px 0 0 6px !important;
	background:url(../img/logo.png) no-repeat left top;
	background-size:70px;
}


/* G Navigation */
.Haederarea nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(30,10,0,0.96);
	z-index:1001;
	display:none;
}
.Haederarea nav ul {
	width:100%;
	margin: 20px 0 20px 0 ;
	overflow:hidden;
	padding:0;
	height:auto;
	position: static;
	margin-left:0;
}
.Haederarea nav ul li{
	float:none;
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.Haederarea nav ul li a{
	height:auto;
	margin:0;
	font-size:14px;
	letter-spacing:2px;
	padding:6px 0;
	border-bottom:dotted 1px #FFFFFF;
	border-left:none;
}

.New{
	left:5%;
	top:12px;
}




/* Sp Only */
.sp_mClose{
	clear:both;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	border-radius:100px;
	margin:20px auto 0 auto;
	display:block;
	z-index:10003;
	cursor:pointer;
}
.sp_Menu{
	width:32px;
	height:37px;
	background: url(../img/sp_menu.svg) no-repeat left top;
	display:block;
	float:none;
	margin:5px 10px 0 0 ;
	cursor:pointer;
	position:absolute;
	right:0;
	top:1px;
}
.TopSp_tel{
	width:32px;
	height:37px;
	background: url(../img/sp_tel.svg) no-repeat left top;
	display:block;
	float:none;
	margin:5px 10px 0 0 ;
	cursor:pointer;
	position:absolute;
	right:35px;
	top:1px;
}







/*--------------------
      Top Image
---------------------*/

#TopImage{
	width:100%;
	height:auto;
	background:url(../img/top_s.jpg) no-repeat center center;
	background-size:contain;
	margin:45px auto 0 auto;
	padding-top:100%;
}
#TopImage div{
	width:auto;
	height:auto;
	background:none;
}


/*--------------------
    Top Image Merit
---------------------*/

.s_Merit div{
	width:100%;
	height:auto;
	background:url(../img/m_text_sp.png) no-repeat left top;
	background-size:contain;
	padding-top:58.13953488%;
}


/*--------------------------
         Top Title
--------------------------*/
#TopTitle{
	width:100%;
	padding:20px 0;
	background:url(../img/top_bg.jpg) no-repeat center center;
	margin:50px auto 0 auto;
}
#TopTitle div{
	width:auto;
	margin:0 auto;
}
#TopTitle div h2{
	font-size:23px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "Sawarabi Mincho";
	text-align:center;
	color:#FFFFFF;
}
#TopTitle div h2 span{
	font-size:12px;
	display:block;
	width:30%;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	margin-top:2px;
	padding-top:8px;
}










/*--------------------
     Information
---------------------*/

.Infoarea{
	width:100%;
}
.Infoarea section{
	margin:0 auto 10px auto;
}

.Infoarea h2{
	font-size:18px;
	margin-bottom:15px;
}
.Infoarea p{
	font-size:14px;
	margin-top:5px;
}
p.TopInfo_tx{
	font-size:20px;
}
p.TopInfo_tx span.Block{
	font-size:16px;
	border:solid 1px #172441;
	padding:0 10px;
	color:#172441;
	vertical-align:top;
	display:inline-block;
}
p.TopInfo_tx span.R_b{
	font-size:24px;
	display:block;
	margin:10px 0;
}






/*--------------------
       Page CTA
---------------------*/

.CTAarea{
	width:100%;
	margin:0 auto;
}
.CTAarea li{
	float:none;
	margin:0 auto;
	width:auto;
}
.CTAarea a{
	width:210px;
	height:53px;
	margin:25px auto 0 auto;
}
.TC{
	width:100%;
	background:url(../img/tc_bg.png) no-repeat center center;
}
.Cta1{
	background:url(../img/footcta1.png) no-repeat left top;
	background-size:210px;	
}
.Cta2{
	background:url(../img/footcta2.png) no-repeat left top;
	background-size:210px;	
}













/*--------------------
       Contents
---------------------*/

.Contents{
	width:82%;
	padding:5px 15px;
	border:none;
}
.Contents.Gray{
	background:#EAEAEA;
	padding:15px 0;
}
.Contents_btn ul{
	width:auto;
}
.Contents_btn li{
	width:180px;
	height:50px;
}
.Contents_btn li a{
	width:178px;
	height:48px;
	line-height:35px;
}
.Contents_btn li a img{
	width:25px;
	height:50px;
}
.Contents_btn li a span.tl{
	margin-top:-8px;
}

/* Twoline */
.Contents_btn li a.tw{
	letter-spacing:1px;
	line-height:11px;
	height:40px;
	padding:5px 0;
}
.Contents_btn li a.tw span.tw{
	font-size:10px;
	font-weight:normal;
}
.Contents_btn li a.tw span.tl{
	font-size:10px;
}




.Title{
	padding-top:65px;
}
.Title div{
	width:auto;
	padding:10px;
}
.Title div h2{
	font-size:24px;
}
.Title div h2 span{
	font-size:16px;
	margin-left:10px;
}


/* Contents Map */
.Contents.C_Map{
	width:90%;
}
.MapBtn{
	width:340px;
}
.MapBtn li{
	width:170px;
}
.MapBtn li a{
	width:110px;
}


/* Contents Outline */
.Contents.Outline{
	width:90%;
}







/*--------------------
       Caption
---------------------*/

.Caption{
	width:96%;
	margin:0 auto;
}
.Captionarea{
	width:auto;
}






/*--------------------
        Footer
---------------------*/

.Footarea{
	width:auto;
}
.yokoku{
	width:90%;
	margin:25px auto;
	line-height:165%;
}
.yokoku span{
	display:block;
	width:50%;
	text-align:center;
	margin:5px auto;
}


/* Footer Link */
.Footlink ul{
	width:98%;
}
.Footlink li{
	width:50%;
	margin:6px 0;
}
.Footlink li:nth-child(2n+0) a{
	border:none;
}


/* Footer About */
.Footoffice{
	width:90%;
	float:none;
	margin:40px auto 0 auto;
}
.Footoffice h3{
	font-size:11px;
	text-align:center;
}
.Footoffice a{
	font-size:36px;
	margin:5px auto 2px auto;
	display:block;
	width:100%;
	text-align:center;
}
.Footoffice p{
	text-align:center;
}


/* Footer Logo Area */
.Footlogo{
	width:90%;
	float:none;
	margin:30px auto 0 auto;
}
.Footlogo li{
	width:100%;
	float:none;
	margin:5px 0;
}
.Footlogo li a{
	width:80%;
	height:auto;
	padding-top:21.42857142%;
	display:block;
}



address{
	padding:20px 0 30px 0;
}




p.TopInfo_tx{
	font-family: "Sawarabi Mincho";
	font-size:22px;
	color:#172441;
}
p.TopInfo_tx span{
	font-size:14px;
	border:solid 1px #172441;
	padding:2px 15px;
	color:#172441;
}

.content{
	width:94%;
	margin:0 auto;
}
.cont_wrap {
    background-color: #FFF;
    width: auto;
    margin: 0 auto;
    padding: 24px 40px;
}



}

@charset "UTF-8";

/* Reset CSS */

body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

li img,
dt img,
dd img {
    vertical-align: top;
}

a {
    outline: none;
    text-decoration: none
}

:focus {
    -moz-outline-style: none;
}


/* clearfix
---------------------------------------------------------------------------- */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

body .no-link {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

.show-sp {
    display: none;
}

.show-sp2 {
    display: none;
}
body {
    font-family: "Reimin Light", "黎ミン L", "typesquare", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
}
.gnav li a.disabled{
    pointer-events: none;
}
.contents_wrap .contents_area .attention {
    text-align: center;
}

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


/* ヘッダー固定*/

@media screen and (max-width: 769px) {
    .l-header {
        width: 100%;
        z-index: 999;
        
    }
    .contents {
        /*	padding-top: 109px;*/
        padding-top: 109px;
    }
}


/*
.header-inner{
  background:url(../img/global/bg-01.jpg) top left repeat;
}
*/
.l-header {
    background-size: cover;
    background-repeat: round;
    background-position: bottom;
    background: url(../img/global/header_bg.jpg) no-repeat;
}
.logo-area {
    width: 50%;
    margin: 0 0 0 5%;
	height: 10px;
	padding: 20px 0 0 0;
}

.top_logo {
	display: table;
}
/*
.logoimg {
	width: 50%;
}
*/
.text-header img {
	width: 35%;
}
.text-header {

}




.logo{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 5px 0 0;
}
.logo img{
	 width: 100px;
}
.header_logo {
}
.header_logo img {

}
@media screen and (max-width: 768px){

.top_logo{
	display: inline;
}
#logo img {
    width: 100%;
}
.logoimg {
    width: 50%;
    max-width: 360px;
}
.header_logo{
	display: none;
}
}

.contents{
    width: 100%;
    background: url(../img/global/bg.jpg) no-repeat;
    background-size: cover;
}
.contents_area{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}



/*
#logo a{
  display: flex;
}
*/


.footer_bnr li:hover,
.footer_logo img:hover,
.receive_btn img:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}
.receive_btn img:hover {
    cursor: pointer;
}

.receive_btn{
    display: block;
    margin: 0 auto;
}
.receive_btn img{
    display: block;
    margin: 0 auto;
    max-width: 60%;
}

.footer_bnr {
    display: block;
    width: 980px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.footer_bnr li {
    float: left;
    margin: 0 2%;
}

.footer_bnr li.receive {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 3px 3px;
}

.footer_bnr li.receive a {
    color: #000;
    padding: 0 10px;
    border-bottom: 2px solid rgba(85, 85, 85, 0.4);
}

.footer_logo {
    width:80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
	
}
.footer_logo li{
    vertical-align: middle;
    display: inline-block;
    width: 19%;
	
    
}

.footer_logo img {
    width: 85%;
}




.contact-area {
    text-align: right;
    float: right;
}

.contact-area li {
    float: left;
    margin: 0 20px 0 0;
    color: #ffffff;
}

.nav-mt {
    padding-top: 5px;
}

.contact-area .button-contact {
    margin: 0;
}

.button-hambuger {
    display: none;
}

.contact-area a {
    text-align: center;
    display: block
}

.contact-area .header-nav a {
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
}

.header-nav a:hover {
    opacity: 0.7;
}

.contact-area .header-nav i {
    font-size: 14px;
    margin-right: 3px;
}

.fr {
    float: right;
}

.button-nav a {
    display: block;
    line-height: 33px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    color: #fff
}

.button-nav a:hover {
    opacity: 0.7;
}


.gnav li a.current{
    color: #000;
}

/*
.gnav{
  background: #847c56;
}
*/

.gnav ul {
    width: 50%;
    margin-left: auto;
}

.gnav li {
    /*  float: left;*/
    display: table-cell;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

.gnav li+li {
    padding: .5% 0 0;
    border-right: 1px solid #000000;
}

.gnav li:first-child {
    padding: .5% 2% 0;
    border-right: 1px solid #000000;
}

.gnav li:last-child {
    padding: .5% 2% 0;
    border-right: none;
}

.gnav li img {
    display: table;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}

.gnav li:first-child img {
    margin: 0 auto;
}

.gnav li:last-child img {
    margin: 0 auto;
}

.gnav li.show-sp {
    display: none;
}

.gnav li.show-sp2 {
    display: none;
}

.gnav li a {
    color: #fff;
    display: table-cell;
    height: 30%;
    vertical-align: middle;
}

.gnav li a:hover {
    background: rgba(136,136,136,0.5);
    transition-duration: .5s;
}


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

.contact-area02 {
    border-top: 2px solid #002566;
    background: url(../img/global/bg-01.jpg) top left repeat;
    padding: 20px 0;
    clear: both;
}

.box-phone {
    display: flex;
    justify-content: space-between;
    width: 530px;
    margin: 0 auto 10px;
}

.box-phone ul {
    font-size: 14px;
    line-height: 20px;
    font-family: serif;
    color: #ffffff;
}

.img-phonenumber {
    line-height: 0;
}

.box-logo-wrap {
    background: #FFF;
    padding-bottom: 15px;
}

.box-logo {
    width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around
}

.box-logo .txt-sub {
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
}

.box-logo2 {
    max-width: 980px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 20px;
}

.box-logo2 li+li {
    margin-left: 10px;
}

.copy {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #000000;
    text-align: center;
    padding: 8px 0
}

.content-inner {
    width: 960px;
    margin: 0 auto;
}

.break-line {
    display: block
}

.fotter_top {
    color: #ffffff;
    text-align: center;
    font-family: serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.note {
    font-size: 11px;
    margin: 0 0 15px;
}

.img-logo_link:hover {
    opacity: 0.7;
}
.lineup_ttl {
    display: block;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: center;
}



/*        accordion        */
.accordion-box {
    position: relative;
    clear: both;
}
.accordion-box label {
    height: 0; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; 
}
.accordion-box label:after {
    content: url(../img/global/andmore.png); 
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
/*    background-color: #000;*/
    width: 18.75rem;
    z-index: 1;
/*
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
*/
}
/*
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
*/
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    padding-top: 20px;
    height: 0; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "CLOSE";
	font-size: 80%;
}
.accordion-box input:checked + label:before {
/*    content: "↑";*/
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*        accordion        */



/* SP
---------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
    .gnav li a.current{
        background: rgba(250,250,250,0.6);
    }

    .contents_area{
        width: 94%;
    }
    .content-inner {
        width: 94%;
        margin: 0 auto;
    }
    #logo .text-header{
        display: none;
    }
    .show-pc {
        display: none !important;
    }
    .show-sp {
        display: block;
        color: #ffffff;
    }
    img {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .logo-area {
        width: 100%;
        margin-right: 0;
        margin: 0;
        padding: 2px 0 0;
        box-sizing: border-box;
    }
    #logo {
        width: 70%;
        box-sizing: border-box;
        padding: 3% 0 3% 3%;
        text-align: center;
    }
    #logo a {
        align-items: center;
        flex-direction: column;
    }
    #logo img {
        width: 100%;
    }
    #logo .text-header {
        font-size: 43%;
        margin-left: 0;
        line-height: 1.5;
        margin-top: 5px;
    }
    #logo .text-header img {
        width: 65%;
    }
    .contact-area {
        width: 14%;
        box-sizing: border-box;
    }
    .contact-area ul {
        display: flex;
    }
    .contact-area li {
        display: none;
    }
    .contact-area a {
        margin-top: 4%;
        padding: 18% 0 15%;
        line-height: 0
    }
    .contact-area .button-contact {
        width: 60%;
        border-left: 2px solid #847c56;
        border-right: 2px solid #847c56;
        box-sizing: border-box;
    }
    .contact-area .button-contact img {
        width: 65%;
        margin: 0 auto
    }
    .contact-area .button-hambuger {
        box-sizing: border-box;
        width: 100%;
        margin: 0
    }
    .contact-area .button-hambuger img {
        width: 70%;
    }
    .contact-area .button-contact,
    .contact-area .button-hambuger {
        display: block;
        text-align: center
    }
    .gnav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
    }
    .gnav ul {
        width: 100%;
        box-sizing: border-box;
        background: rgba(0,0,0,0.7);
        flex-wrap: wrap;
    }
    .gnav li {
        display: table;
        width: 50%;
        height: 50px;
        box-sizing: border-box;
        border: 1px solid #fff;
        float: left;
        font-size: 14px;
        padding: 0;
    }
    .gnav li:first-child {
        width: 50%;
        padding: 0;
        border-right: none;
    }
    .gnav li:last-child {
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .gnav li+li {
        padding: 0;
        border-right: none;
    }
    .gnav li.show-sp {
        width: 100%;
        display: block;
    }
    .gnav li.show-sp2 {
        width: 50%;
        display: block;
        color: #ffffff;
    }
    .contact-area02 {
        padding: 10px 3% 20px;
    }
    .box-phone {
        width: 100%;
        flex-direction: none;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
    }
    .box-phone p {
        font-size: 12px;
        color: #ffffff;
    }
    .img-phonenumber {
        width: 70%;
        max-width: 331px;
        margin: 10px 0;
    }
    .box-logo {
        width: 100%
    }
    .box-logo li {
        text-align: center
    }
    .box-logo .txt-sub {
        font-size: 10px;
        line-height: 1.5
    }
    .copy {
        font-size: 10px;
        line-height: 16px;
    }
    #fancybox-close {
        right: 0!important;
    }
    .fotter_top {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    ..greeting_text {
        display: none;
    }
    .top_logo {
        width: 100%;
        margin-left: auto;
        overflow: inherit;
    }
    .footer_bnr {
        display: block;
        width: 96%;
        margin: 10px auto 40px;
        text-align: center;
        overflow: hidden;
    }
    .footer_bnr li {
        float: none;
        margin: 0 2%;
    }
    .footer_bnr li.receive {
        font-size: 22px;
        padding: 30px 0px 3px;
        margin-bottom: 20px;
    }
    .footer_bnr li.receive a {
        color: #000;
    }
    .footer_logo {
        width: 40%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer_logo img {
        width: 70%;
    }
    .receive_btn img {
        max-width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .accordion-box label:after {
        bottom: -40px;
    }   
}
.kome{
	font-size: 11px!important;
	position: relative;
	top:-17px;
}

@media screen and (max-width:768px) {
	.footer_logo {
		width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

	.footer_logo img{
		width: 100%;
	}
	.footer_logo li {
    vertical-align: middle;
    display: inline-block;
    width: 38%;
		padding: 1%;
}
	
}

.pc{
	display: inline;
}

.sp{
	display: none;
}
@media screen and (max-width:768px) {
	.pc{
	display: none;
}

.sp{
	display: inline;
}
}

.l-footer{
	  background: url(../img/global/bg.jpg) ;
	padding: 30px 0 0;
}

.spveiw{
	display: none;
}

@media screen and (max-width:768px) {
	.pcveiw{
	display: none;
}
.spveiw{
	display: inline;
}
	.nyuryoku01{
		width: 40%;
	}
	.nyuryoku02{
		width: 30%;
	}
	.nyuryoku03{
		width: 90%;
	}

form#mailformpro dl.mailform{
	display:flex;
	flex-wrap:wrap;
}

form#mailformpro dl dd.mfp_pp {
    padding: 13px 5px 13px 0;
}
form#mailformpro dl dt {
	width: 25%;
	display:block;
	clear: inherit;
	font-size: 12px;
	padding: 8px 0 10px 0;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
	font-weight:bold;
}
form#mailformpro dl dd {
	width:75%;
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 10px 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	box-sizing:border-box;
}
form#mailformpro textarea {
	padding: 3px;
	font-size: 25px;
	vertical-align: middle;
	width: 85%;
}
}



	.tabtitlle{
		font-size: 12px!important;
	background: #333333;
color: #ffffff;
	line-height: 3;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	}							
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab .tabcheck {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 200em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}								

@media screen and (max-width:768px) {
.mustsp{
	margin: 0 100% 0 0;
}
	.form#mailformpro dl dt {
		font-size: 12px;
}
}


dl.mailform > dt{
	clear:both;
}

div#sidebtn{
	display:none !important;
}
