@charset "UTF-8";
/*タップ時の色 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  font-size: 95%;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  color: #010101;
  line-height: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* 横向きの文字サイズ不変 */
}

#wrapper {
  width: 800px;
  margin: 0 auto;

}
@media screen and (max-width: 800px) {
#wrapper {
width: auto;
}
}
/* Fluid Image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1 {
  color: #333;
}

p, dd, li {
  font-size: 17px;
  line-height: 2.5;
}


input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c-fix {
  *zoom: 1;
}
.c-fix:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.dt {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.small {
  color: #666;
}

.bg-blue {
  color: #002d73;
}

.bg-red {
  background: #b80000;
  color: #FFF;
}

.border {
  background: #e4e4e4;
  width: 100%;
  height: 1px;
  margin: 40px 0 50px;
}
.border--02 {
  margin: 50px 0 50px;
}

.caution {
  font-size: 60%;
  line-height: 2;
  color: #075aa6;
}

/*============================
header
============================*/
/*============================
.mv
============================*/
.mv {
  margin-bottom: 3%;
}
.mv-head {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: #000;
  padding: 14px 20px 10px;
  position: relative;
}
.mv-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #000;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.mv .imgArea {
  position: relative;
  width: 100%;
  height: 632px;
  background: url("img/mv_img.jpg") no-repeat top center;
}
.mv .imgArea .leadArea {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.mv .imgArea .leadArea-txt {
  padding: 43px 60px;
  position: relative;
  font-weight: bold;
  font-size: 46px;
  color: #FFF;
  line-height: 1.3;
}
.mv .imgArea .leadArea-txt span {
  color: #dfc85b;
}



/*============================
.cv
============================*/
.cv {
  margin: 60px 0;
}
.cv a {
  text-decoration: none;
  display: block;
  width: 643px;
  height: 142px;
  margin: 0 auto;
  background: url("img/cv_btn_on.png") no-repeat top center;
}
.cv a:hover img {
  display: none;
}

/*============================
記事共通
============================*/
.article {
  margin: 0 15px;
}
.article-heading {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.article-heading span {
  display: block;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
.article-heading text {
	line-height: 0;
}
.article-txt {
  margin-bottom: 40px;
}
.article-txt--mb {
  margin-bottom: 0;
}
.article-txt a {
  text-decoration: underline;
  color: #b29c36;
  font-weight: bold;
}
.article-txt a:hover {
  text-decoration: none;
}
.article-img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.article-img .caption {
  display: block;
  color: #717070;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.article .txtList li {
  position: relative;
  color: #595959;
  padding: 0 0 0 20px;
  z-index: 1;
  margin-bottom: 20px;
  background: #f7f7f7;
  font-weight: bold;
}
.article .txtList li:before, .article .txtList li:after {
  font-size: 370%;
  position: absolute;
  z-index: 2;
  color: #ccc;
}
.article .txtList li:before {
  content: "";
  display: block;
  background: url("img/blockquote.png") no-repeat;
  width: 27px;
  height: 23px;
  left: 2px;
  top: 3px;
}
.article .txtList li:after {
  content: none;
  line-height: 0em;
  right: 0;
  bottom: 0;
}

/*============================
contents
============================*/
.section {
  margin: 0 4.688%;
}

/*
.trouble
================*/
/*
.cause
================*/
.cause-wrap {
  margin-bottom: 50px;
  color: #333;
}
.cause-wrap--break {
  margin-bottom: 30px;
}
.cause-wrap .txt {
  line-height: 2;
}

/*
.care
================*/
.care-heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.care-heading span {
  padding: 2px 2px 0;
}

/*
.topic
================*/
.topic-heading {
  background: #b5ccd8;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 35px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.topic-heading--glay {
  height: 51px;
  background: #b5ccd8;
  margin-bottom: 20px;
}
.topic-heading .img {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  background: #006699;
}
.topic-heading .txt {
  display: table-cell;
  color: #000;
  vertical-align: middle;
  padding: 5px 10px 5px;
  line-height: 1.2;
}
.topic .article-img {
  margin-bottom: 50px;
}

/*
.impression
================*/
/*
.economic
================*/
.economic .article-img {
  margin-bottom: 30px;
}

/*============================
footer
============================*/
#footer {
  text-align: center;
}
#footer hr{
border-top: 1px solid #aaa;
}
#footer a{
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#footer .copy {
  color: #aaa;
  font-size: 12px;
  text-align: center;
}

/*============================
media query
============================*/
@media screen and (max-width: 480px) {
  .mv .imgArea .leadArea-txt:before,
  .mv .imgArea .leadArea-txt:after {
    width: 15px;
    height: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

/*# sourceMappingURL=style.css.map */

.mv-logo {
color: #0;
margin:  15px 15px 0 15px;
padding-top: 20px;
border: 0;
font-size: 26px;
font-weight: bolder;
line-height: 1.5;
}
.marker-1 {
margin: 0;
padding: 0;
border: 0;
background-color: #ffff00;
}
.marker-2 {
margin: 0;
padding: 0;
border: 0;
color: #ff0000;
background-color: #ffff00;
}
.marker-3 {
margin: 0;
padding: 0;
border: 0;
font-weight: bold;
background-color: #ffff00;
}
.marker-4 {
margin: 0;
padding: 0;
border: 0;
background-color: #ff99ff;
}

strong {
font-weight: bold;
}

blockquote {
  position: relative;
  margin: 2em 0 0 0;
  padding: 1.2em;
  font-size: .9em;
  border: 1px solid #000;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 1px 3px rgba(0,0,0,.2);
  }
 blockquote:before{
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 4em;
  opacity: .1;
  }

/* ag_guide
========================================================== */
.ag_guide{
	background-image: url("../../common/images/bgi_contents.gif");
	padding-bottom:60px;
}
.ag_guide_contents{
	background-color:#eeeeee;
	width:800px;
	margin:0 auto;
	padding-top:65px;
	padding-bottom:60px;
}
.ag_guide_top{
	width:900px;
	margin:0 auto;
}
.ag_guide_top li{
	width:300px;
	float:left;
	padding:0 0 20px;
}
.ag_guide_L{
	width:270px;
	float:left;
	margin:0 0 0 34px;
}
.ag_guide_R{
	width:610px;
	float:right;
	margin:0 40px 0 0;
}
.ag_guide_L li{
	width:270px;
	margin:0;
	padding:0;
}
.ag_guide_R h3{
	font-size:26px;
	font-weight:bold;
	margin:0 0 60px;
}
.ag_guide_R .ag_guide_list li{
	background:url('../images/bgi_guide_list.png') no-repeat left top;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}
.ag_guide_R .ag_guide_list2 li{
	background:url('../images/bgi_guide_list.png') no-repeat left top;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	font-size:14px;
	line-height:1.5em;
}
.ag_guide_R .ag_guide_list3 li{
	background:url('../images/bgi_guide_list.png') no-repeat left top;
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	font-size:14px;
	line-height:1.5em;
}
table{
	width:100%;
}
th,td{
	border:1px #d6d6d6 solid;
	padding:10px;
	font-weight:normal;
	font-size:12px;
}
th{
	background:#eeeeee;
	text-align:center;
}
td{
	background:#ffffff;
}
.ag_guide_deli_bx table{
	margin:20px 0 10px 0;
}
.ag_guide_deli_bx th{
	font-weight:bold;
}
.ag_guide_deli_bx tbody th{
	background:#f5f5f5;
}
.ag_guide_deli_bx .discList li{
	padding-bottom:10px;
}
.txtRight {
    text-align:right!important;
}
.txtLeft {
    text-align: left!important;
}
.font12{
	font-size:12px;
	line-height:1.7em;
	margin:10px 0 10px;
}
.font14_red{
	font-weight:bold;
	color:#f80707;
	margin:0;
}
.font14_bro{
	color:#802f10;
}
.ag_guide_contents a{
	color:#0690b7;
	text-decoration:none;
}
.ag_guide_contents p{
	line-height:1.5em;
}

/* ag_order_contents
========================================================== */
.ag_order_contents{
	background-color:#eeeeee;
	max-width:100%;
	margin:0 auto;
	padding:65px 20px 60px;
}
.ag_order_tit{
	text-align:center;
}
.ag_order_txt{
	text-align:center;
	font-size:16px;
	margin:35px 0 55px;
}
.ag_order_contents h3{
	border-top:#a5a5a5 solid 1px;
	padding:15px 0 0;
	font-weight:bold;
	margin:0 0 5px;
	font-size:14px;
}
.ag_order_contents .privacy_txt{
	font-size:14px;
}
.ag_order_contents table, .ag_order_contents th, .ag_order_contents td {
    border:none;
	background:none;
}
.ag_order_contents table.orderTable{
	margin:60px 0 0 0;
	background:none;
}
.ag_order_contents table.orderTable th{
	width:145px;
	font-weight:bold;
	text-align:left;
	border-bottom:#a5a5a5 solid 1px;
	font-size:14px;
	padding:13px 0;
	margin:0;
}
.ag_order_contents table.orderTable td{
	border-bottom:#a5a5a5 solid 1px;
	font-size:14px;
	padding:13px 0;
	margin:0;
}
.ag_order_contents table.orderTable td a{
	color:#000000;
	text-decoration:none;
}