@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/*medium*/
@font-face{
  font-family: "myFont";
	src: url('fonts/NotoSansCJKjpMD.eot');
	src: url('fonts/NotoSansCJKjpMD.eot?#iefix') format('embedded-opentype'),
	url('fonts/NotoSansCJKjpMD.woff') format('woff'),
	url('fonts/NotoSansCJKjpMD.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
/*bold*/
@font-face{
  font-family: "myFont";
        src: url('fonts/NotoSansCJKjpBO.eot');
	src: url('fonts/NotoSansCJKjpBO.eot?#iefix') format('embedded-opentype'),
	url('fonts/NotoSansCJKjpBO.woff') format('woff'),
	url('fonts/NotoSansCJKjpBO.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
/*Black*/
@font-face{
  font-family: "myFont";
	src: url('fonts/NotoSansCJKjpBK.eot');
	src: url('fonts/NotoSansCJKjpBK.eot?#iefix') format('embedded-opentype'),
	url('fonts/NotoSansCJKjpBK.woff') format('woff'),
	url('fonts/NotoSansCJKjpBK.otf') format('opentype');
    font-weight: 900;
   font-style: normal;
}

.noto500 {font-family:"myFont";font-weight:500;}
.noto700 {font-family:"myFont";font-weight:700;}
.noto900 {font-family:"myFont";font-weight:900;}

._kadomaru{
    overflow:hidden !important;
    border-radius: 10px;　
    -webkit-border-radius: 10px;　
    -moz-border-radius: 10px;　
    -ms-border-radius: 10px;　
    -o-border-radius: 10px;　
}

/* Typography
------------------------------------------*/
html { font-size: 62.5%; } /* 10px */
@media only screen and (max-width:768px) {
  html {
    font-size: 50.4286%;
  }
}

@media only screen and (max-width:599px) {
  html {
    font-size: 40.8929%;
  }
}

body{
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "メイリオ" ,"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2D2C2A;
}
a{
	color: #444;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #444;
	text-decoration: underline;
}
/* use hover animation */

a, a:hover{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry a,
.ore{
	    color: #DC3C38;
}
.txt{
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.txt{
	font-size: 2rem;
}
}
.left{
	text-align: left;
}
.right-caption{
	padding:0 0 2em 0;
	text-align:right;
	font-size:1.4rem;
	color:#fff;
}
@media only screen and (max-width:599px) {
.right-caption{
	text-align:left;
	font-size:1.6rem;

}
}
._waku-wh{
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
._waku-br{
	text-shadow: 0 2px 0 #00B2B2, 2px 0 0 #00B2B2, 0 -2px 0 #00B2B2, -2px 0 0 #00B2B2, -2px -2px 0 #00B2B2, 2px -2px 0 #00B2B2, -2px 2px 0 #00B2B2, 2px 2px 0 #00B2B2;
}
._waku-rd{
	text-shadow:
        0 2px 0 #D02C00,
        2px 0 0 #D02C00,
        0 -2px 0 #D02C00,
        -2px 0 0 #D02C00,
        -2px -2px 0 #D02C00,
        2px -2px 0 #D02C00,
        -2px 2px 0 #D02C00,
        2px 2px 0 #D02C00
        ;
}
._marker{
	position:relative;
	display:inline-block;
}
._marker:after{
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	width:100%;
	height: 4px;
	background:#ffff00;
	z-index:-1;
}
._col-red{
	color:#ff0000;
}
/* テキスト段落落ち防止
------------------------------------------*/
span._cleartxt{
	display:inline-block;
}
/* テキスト強制改行
------------------------------------------*/
span._clear{
	display:inline-block;
}
/* Layout
------------------------------------------*/
body{
	min-width: 1040px;
	text-align: center;
	background: #fff;
	position:relative;
	z-index:1;
}
@media screen and (max-width:1040px){
body{
	min-width: 0;
}
}
#container{
	overflow:hidden;
	position:relative;
	z-index:2;
}
#content{
	width:100%;
	position:relative;
	z-index:3;
}
.inner,
.header-inner,
.header-nav-inner,
.footer-cta-inner,
.mainimage-inner,
.lower-mainimage-inner,
.lower-mainimage-title,
.header-desc-inner,
.main-campaign{
	width:1040px;
	margin:0 auto;
	position:relative;
}
.mainimage-inner{
	height:100%;
}

@media screen and (max-width:1040px){
.inner{
	width:100%;
	padding:0 2em;
}
}
@media screen and (max-width:1040px){
.header-inner,
.header-nav-inner,
.footer-cta-inner,
.mainimage-inner,
.lower-mainimage-inner,
.lower-mainimage-title,
.header-desc-inner,
.main-campaign{
	width:100%;
}
}
@media screen and (max-width:1040px){

.lower-mainimage-title{
	width:100%;
	padding:0 0.5em;
}
}
.popup-inner{
	margin:0 1em 6% 1em;
}
.txt-inner{
	margin:0 1em;
}
/* header
------------------------------------------*/
#header{
	margin: 0 0 0 0;
	width:100%;
	background: rgba(255,255,255,0.9);
	z-index:999;
	border-bottom: 5px solid #66CCFF;
}
.header-inner:after{
	content:"";
	display:block;
	clear:both;
}
.header-desc{
	/* border-bottom: 3px solid #66CCFF; */
	font-size:12px;
	padding:0.2em;
	color: #66CCFF;
	text-align:left;
}
.header-inner{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;
}


.header-logo{
	width:40%;
	text-align:left;
}

.header-badge{
	width:25%;
	text-align:right;
}
.header-tel{
	width:35%;
	text-align:right;
}
#area .header-logo{
	width:40%;
	text-align:left;
}

#area .header-badge{
	width:25%;
	text-align:right;
}
#area .header-tel{
	width:30%;
	text-align:right;
}
#area .header-company{
	width:10%;
	text-align:right;
}
#area .header-company a{
	display:inline-block;
}
@media screen and (max-width:900px){
#header{
	position:fixed;
	top:0;
}
.header-inner{
	display:block;
	height:80px;
}
#content{
	margin-top:97px;
}
.header-desc{
	font-size:10px;
}
.header-logo,
#area .header-logo{
	width:200px;
	float:left;
	text-align:left;
	margin-right:0;
	margin-left:5px;
}
.header-badge,
#area .header-badge{
	width:150px;
	float:left;
	margin-top:15px;
	margin-left:5px;
	margin-right:auto;
	text-align:left;
}
.header-tel,
#area .header-tel{
	display:none;
}
.header-company{
	width:100px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	text-align:right;
}

}


@media screen and (max-width:768px){
.header-inner{
	height:55px;
}
#content{
	margin-top:72px;
}
.header-logo,
#area .header-logo{
	width:155px;
	margin-top:2px;
}
.header-badge,
#area .header-badge{
	width:150px;
	margin-top:4px;
}
#area .header-company{
	width:70px;
	float:right;
	margin-top:0px;
	margin-right:5px;
	text-align:right;
}
}


}
@media screen and (max-width:320px){
.header-inner{
	height:50px;
}
.header-logo{
	width:150px;
	margin-left:2px;
	margin-top:0px;
}
#content{
	margin-top:67px;
}
.header-badge{
	width:115px;
	margin-left:0px;
	margin-top:8px;
}
}

@media screen and (max-width:410px){
#area .header-logo{
	width:145px;
	margin-left:2px;
	margin-top:5px;
}
#area .header-badge{
	width:130px;
	margin-left:0px;
	margin-top:8px;
}
#area .header-company{
	width:70px;
	margin-left:2px;
	margin-top:0px;
}
}
@media screen and (max-width:320px){
#area .header-logo{
	width:125px;
	margin-left:2px;
	margin-top:8px;
}
#area .header-badge{
	width:120px;
	margin-left:0px;
	margin-top:8px;
}
#area .header-company{
	width:60px;
	margin-left:2px;
	margin-top:5px;
}
}


.header-nav{
	width:100%;
	position:relative;
	background: #4fc54f;
	z-index: 9999;
	-webkit-transition: 1s ease-in-out;
}
.fixed {
	position: fixed !important;
	top: 0;
	z-index: 9999;
}

.header-nav:before{
	position:absolute;
	top:0;
	width:100%;
	height:2px;
	/* background:#eee; */
	content:"";
	display:block;
}
.header-nav:after{
	position:absolute;
	bottom:0;
	width:100%;
	height:5px;
	background:#ccc;
	content:"";
	display:block;

}
.header-nav ul{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;
	/* border-left: 1px solid #fff; */
}
.header-nav ul.hid-menu{
	display:none;
}
.header-nav li{
	display:inline-block;
	font-size:1.6rem;
	font-weight:bold;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.header-nav li.nav01{width:16%;}
.header-nav li.nav02{width:16%;}
.header-nav li.nav03{width:16%;}
.header-nav li.nav04{width:18%;}
.header-nav li.nav05{width:18%;}
.header-nav li.nav06{width:16%;}

.header-nav li a{
	color: #fff;
	padding:13px 0.8em 18px 0;
	display:block;
	text-align:center;
	position:relative;
}
.header-nav.fixed  li a{
	padding:8px 0.8em 13px 0;
}
.header-nav li a:before{
	font-family:"FontAwesome";
	/* content:"\f138"; */
	margin:0 5px 0;
	color:#84BF2C;
}
.header-nav li :after{
	position:absolute;
	bottom:0;
	width:100%;
	height:5px;
	background:#86CB24;
	/* content:""; */
	display:block;
	z-index:2;
}
.header-nav li.current a{
	color: #ffff00;
	background:#86CB24;
}
.header-nav li.current a:before{
	color:#fff;
}
.header-nav li.current:after{
	position:absolute;
	bottom:0;
	width:100%;
	height:5px;
	background:#61A22A;
	content:"";
	display:block;
	z-index:2;

}
.header-nav li a:hover{
	color:#61A22A;
	text-decoration:none;
}
.header-nav li.current a:hover{
	color:#fff;
}
.header-nav li a:hover:after{
	background:#61A22A;

}


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

.header-nav:before{
	height:0px;

}
.header-nav:after{
	height:0px;

}
#gnav-inner{
	display:block;
}
.header-nav ul{
	display:block;
	border-left:0px solid #ececec;
}
.header-nav ul.hid-menu{
	display:block;
}
.header-nav li{
	font-size:14px;
	border-right:1px solid #ccc;
	background:#fff;
}
.header-nav li :after{
	height:1px;
	background:#ccc;

}
.header-nav li.current:after{
	height:0;
}
.header-nav li a{
	color:#000;
	padding:0.9em 0.8em 0.9em 0;
	display:block;
	position:relative;
}
.header-nav li.nav01,
.header-nav li.nav02,
.header-nav li.nav03,
.header-nav li.nav04,
.header-nav li.nav05,
.header-nav li.nav06{width:calc(100%/3);}
}


/*---------------------------------------------------------------------
スマホナビ
---------------------------------------------------------------------*/
.gnav-trigger{
	display:none;
}
.hid-menu{
	display:none;
}
@media screen and (max-width : 900px) {
#gnav-inner{
	display:none;
}
.gnav-trigger{
	display:block;
	cursor:pointer;
	text-align:right;
	height:55px;
}
}
@media screen and (max-width:320px){
.gnav-trigger{
	height:50px;
}
}
.cont-fixed{
	opacity:0.1 !important;
	background-color:#33;
}

/*---------------スマホ時ナビ---------------*/
#gnav{
	position:relative;
	height:100%;
}
#gnav-inner.gnav-smartphone{
	display:block;
	position:absolute;
	width:100%;
	margin:0;
	height:100%;
	left:0;
	top:0px;
	z-index:9999;
	-webkit-transition: 1s ease-in-out;
}
#gnav-inner.gnav-smartphone ul{
	width:100% !important;
	display:block !important;
}
#gnav-inner.gnav-smartphone .header-nav-inner li{
	width:50% !important;
	float:left;
}
#gnav-inner.gnav-smartphone .header-nav-inner li a{
	text-align:left !important;
}
#gnav-inner.gnav-smartphone .hid-menu{
	border-top:2px solid #ccc;
}
#gnav-inner.gnav-smartphone .hid-menu li{
	width:50% !important;
	float:left;
}
#gnav-inner.gnav-smartphone .hid-menu li a{
	text-align:left !important;
	background-color:#FFFFF3;
}

#panel-btn{
  display: inline-block;
  position: absolute;
  right:5px;
  top:18px;
  width: 40px;
  height: 40px;
   border:1px solid #ccc;
    border-radius: 3px;　
    -webkit-border-radius: 3px;　
    -moz-border-radius: 3px;　
    -ms-border-radius: 3px;　
    -o-border-radius: 3px;
}
@media screen and (max-width : 768px) {
#panel-btn{
  top:7px;
}
}

@media screen and (max-width:320px){
#panel-btn{
  top:5px;
}
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 18px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}



/*---------------スマホメニュー２---------------*/
.gnav-more{
    position:absolute;
    right:-10px;
    top:60px;
    cursor:pointer;
    display:block;
	z-index:99999;
	background:#fff;
	width:50px;
	height:70px;
	padding-right:10px;
	border:2px solid #ececec;
}
.fixed .gnav-more{
    top:50px;
}
.gnav-more a i{
   font-size:24px;
   line-height:70px;
}


@media screen and (max-width:900px){
.gnav-more{
    display:none;
}
}
/*---------------------------------------------------------------------
SIDEナビ
---------------------------------------------------------------------*/
.hid-menu{
	display:block;
	margin:0;
	padding:0;
}
#sidr-right{
	display:none;
	margin:0;
	padding:0;
}

#menu{
	display:none;
	margin:0;
	padding:0;
}
.snav ul a{
	display:block;
	padding:0;
	color:#000000;
	font-size:14px;
}
.menubtn a{
	cursor:pointer;
	color: #544139;
}
.menubtn i{
	font-size:26px;
}
.menubtn span{
	display:block;
}
#menu{
	width:auto;
	/*display:inline-block;*/
	margin:0 auto;
}
.sidr-inner li{text-align:left !important;}

/* サイドメニューの表示非表示   */
.hid-menu{
	display:none;
}


/*---------------------------------------------------------------------
mainimage
---------------------------------------------------------------------*/

.mainimage{
	background: url(../img/mainimage-bg.jpg) repeat center center;
	width:100%;
	height:793px;
	padding:0px 0 0 0;
	background-size:cover;
	overflow:hidden;
	position:relative;


}
.mainimage_kaitori{
	background: url(../img/mainimage-bg_kaitori.jpg) repeat center center;
	width:100%;
	height:793px;
	padding:0px 0 0 0;
	background-size:cover;
	overflow:hidden;
	position:relative;


}
.mainimage_ihin{
	background: url(../img/mainimage-bg_ihin.jpg) repeat center center;
	width:100%;
	height:793px;
	padding:0px 0 0 0;
	background-size:cover;
	overflow:hidden;
	position:relative;


}
.mainimage2{
	background: url(../img/mainimage-bg2.jpg) repeat center center;
	width:100%;
	height: 793px;
	padding:0px 0 0 0;
	background-size:cover;
	overflow:hidden;
	position:relative;
}
@media screen and (max-width:768px){
.mainimage{
	height:auto;
}
.mainimage_kaitori{
	height:auto;
}
.mainimage_ihin{
	height:auto;
}
.mainimage2{
	height:auto;
}
}
.mainimage-area{
	position:absolute;
	right:-0em;
	top: -3em;
	z-index:1;
	width: 6em;
	height: 6em;
	line-height:7.8em;
	font-size:7rem;
	background:rgba(255,255,255,0.9);
	color: #66CCFF;
	text-align:center;
	border: 3px solid #66CCFF;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	border-radius: 10em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-ms-border-radius: 10em;
	-o-border-radius: 10em;
}
@media screen and (max-width:980px){
.mainimage-area{
	font-size:6rem;
}
}
@media screen and (max-width:768px){
.mainimage-area{
	font-size:7rem;
	right:-20px;
}
}
@media screen and (max-width:650px){
.mainimage-area{
	font-size:6rem;
}
}
@media screen and (max-width:460px){
.mainimage-area{
	font-size:5rem;
	right:-20px;
}
}
@media screen and (max-width:400px){
.mainimage-area{
	font-size:4.5rem;
	right:-10px;
	width:5.5em;
	height:5.5em;
	top:-2.5em;
	line-height:6.8em;
}
}
@media screen and (max-width:330px){
.mainimage-area{
	font-size:4rem;
}
}
.mainimage-member{
	position:absolute;
	right:-100px;
	bottom:0px;
	z-index:1;
	width:70%;

}
@media screen and (max-width:980px){
.mainimage-member{
	right:-100px;
	bottom:-100px;
}
}
@media screen and (max-width:768px){
.mainimage-member{
	width:96%;
	margin:2% 2% 0 2%;
	right:0px;
	bottom:0px;
	top:0px;
}
}

#area .mainimage-member{
	position:absolute;
	right: -0px;
	bottom: -30px;
	z-index:1;
	width:70%;
}
@media screen and (max-width:980px){
#area .mainimage-member{
	right: 0px;
	bottom: -15px;
}
}
@media screen and (max-width:768px){
#area .mainimage-member{
	width: 86%;
	margin: 2% 0% 0 2%;
	right: -25px;
	bottom: 0px;
	top: 125px;
}
}

.mainimage-copy{
	position:absolute;
	left:-20px;
	top:40px;
	z-index:2;

}
@media screen and (max-width:1040px){
.mainimage-copy{
	left:0;
}
}
@media screen and (max-width:768px){
.mainimage-copy{
	top: -110px;
	position:relative;
	padding:30% 0 0 0;
}
}
.mainimage-badge-01{
	width: 50%;
	position:absolute;
	left: 0;
	bottom:40px;
	z-index:2;
}
.mainimage-badge-02{
	width: 45%;
	position:absolute;
	right: 0;
	bottom:40px;
	z-index:2;
}
@media screen and (max-width:768px){
.mainimage-badge-01{
	width: 50%;
	position:relative;
	top: -125px;
	bottom:0px;
	left: 30px;
	display:inline-block;
	float:left;
	padding:0 2% 0 0;
}
.mainimage-badge-02{
	width: 50%;
	position:relative;
	top: 0px;
	left: -150px;
	bottom:0px;
	display:inline-block;
	float: left;
	padding: 0 2% 0 0;
}
}
/*---------------------------------------------------------------------
lower-mainimage
---------------------------------------------------------------------*/

.lower-mainimage{
	background: url(../img/mainimage-bg.jpg) repeat center center;
	width:100%;
	padding:0px 0 0 0;
	background-size:cover;
	position:relative;


}
@media screen and (max-width:768px){
.lower-mainimage{
	height:auto;
}
}
.lower-mainimage-inner{
	padding:1em 0 1.5em 0;
	font-size:4.4rem;
	text-align:left;
	background: url(../img/lower-mainimage-bg.png) no-repeat center right;
	background-size:contain;
}
@media screen and (max-width:800px){
.lower-mainimage-inner{
	background: url(../img/main-anshin-member.png) no-repeat center right;
	background-size:contain;
}
}
.lower-mainimage-title span{
	display:inline-block;
	content:"";
	background:url(../img/title-01-bg.png) no-repeat center center;
	background-size:contain;
	font-size:6rem;
	color:#FF8000;
	padding:0.3em;


}

.pankuzu{
	width:100%;
	background:rgba(255,255,255,0.6);
	font-size:1.2rem;
	text-align:left;
	padding:1em 0;
	position:absolute;
	bottom:0;
	left:0;
}

/* title
------------------------------------------*/
.report h2{
	width:100%;
	padding:0.5em 110px 0.5em 0.5em;
	font-size: 6rem;
	font-weight:bold;
	color: #CC9F00;
}
.title-01{
	width:100%;
	padding:0.5em 110px 0.5em 0.5em;
	background: #00CC62;
	position:relative;
	z-index:2;
	color:#fff;
	font-size:2.8rem;
	text-align:left;
	margin:6% 0 3% 0;
	border-top:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(0,0,0,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.title-01:after{
	position:absolute;
	z-index:-1;
	right:10px;
	top:-25px;
	width:100px;
	height:100px;
	content:"";
	display:block;
	background:url(../img/cta-inner-bg.png) no-repeat center right;
	background-size:contain;

}
@media screen and (max-width:768px){
.report h2{
	padding:0.5em 60px 0.5em 0.5em;
}
.title-01{
	padding:0.5em 60px 0.5em 0.5em;
}
.title-01:after{
	top:-25px;
	right:5px;
	width:50px;
}
}

.title-02{
	width:100%;
	padding:0.5em 110px 0.5em 0.5em;
	background:#FF7F02 url(../img/dot-line.png) repeat center right;
	position:relative;
	z-index:2;
	color:#fff;
	font-size:2.8rem;
	text-align:left;
	margin:6% 0 3% 0;
	border-top:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(0,0,0,0.5);
    border-radius: 10px;　
    -webkit-border-radius: 10px;　
    -moz-border-radius: 10px;　
    -ms-border-radius: 10px;
    -o-border-radius: 10px;　
}


.title-02:after{
	position:absolute;
	z-index:-1;
	right:10px;
	top:-25px;
	width:100px;
	height:100px;
	content:"";
	display:block;
	background:url(../img/cta-inner-bg.png) no-repeat center right;
	background-size:contain;

}
@media screen and (max-width:768px){
.title-02{
	padding:0.5em 60px 0.5em 0.5em;
}
.title-02:after{
	top:-25px;
	right:5px;
	width:50px;
}
}



.title-03{
	width:100%;
	padding:0.5em 110px 0.5em 0.5em;
	background:#398291 url(../img/dot-line.png) repeat center right;
	position:relative;
	z-index:2;
	color:#fff;
	font-size:2.8rem;
	text-align:left;
	margin:6% 0 3% 0;
	border-top:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(0,0,0,0.5);
    border-radius: 10px;　
    -webkit-border-radius: 10px;　
    -moz-border-radius: 10px;　
    -ms-border-radius: 10px;
    -o-border-radius: 10px;　
}


.title-03:after{
	position:absolute;
	z-index:-1;
	right:10px;
	top:-25px;
	width:100px;
	height:100px;
	content:"";
	display:block;
	background:url(../img/cta-inner-bg.png) no-repeat center right;
	background-size:contain;

}
@media screen and (max-width:768px){
.title-03{
	padding:0.5em 60px 0.5em 0.5em;
}
.title-03:after{
	top:-25px;
	right:5px;
	width:50px;
}
}

.subtitle-01{
	font-size:2.4rem;
	padding:0.5em 1em;
	text-align:left;
	margin:0 0 1em 0;
	border-bottom:1px dotted #FF7F02;
	background:#FFFFD5;
	color:#FF7F02;
	border-radius: 3px;　
	-webkit-border-radius: 3px;　
	-moz-border-radius: 3px;　
	-ms-border-radius: 3px;　
	-o-border-radius: 3px
}
.subtitle-02{
	width:100%;
	padding:0.5em 1em;
	background:#FFB52D url(../img/dot-line.png) repeat center right;
	position:relative;
	font-weight:bold;
	z-index:2;
	font-size:1.8rem;
	text-align:left;
	margin:3% 0 3% 0;
	border-top:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(0,0,0,0.5);
	border-radius: 6px;　
	-webkit-border-radius: 6px;　
	-moz-border-radius: 6px;　
	-ms-border-radius: 6px;
	-o-border-radius: 6px;　
}

.subtitle-02 ._num{
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	background:#5C2D00;
	color:#fff;
	text-align:center;
	margin-right:0.5em;
	border-radius: 10em;　
	-webkit-border-radius: 10em;　
	-moz-border-radius: 10em;　
	-ms-border-radius: 10em;
	-o-border-radius: 10em;　
}

.title-0c{
	width:100%;
	padding:0.5em 110px 0.5em 0.5em;
	background:#454545;
	position:relative;
	z-index:2;
	color:#fff;
	font-size:2.8rem;
	text-align:left;
	margin:6% 0 3% 0;
	border-top:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(0,0,0,0.5);
    border-radius: 10px;　
    -webkit-border-radius: 10px;　
    -moz-border-radius: 10px;　
    -ms-border-radius: 10px;
    -o-border-radius: 10px;　
}


.title-0c:after{
	position:absolute;
	z-index:-1;
	right:10px;
	top:-25px;
	width:100px;
	height:100px;
	content:"";
	display:block;
	background-size:contain;

}
@media screen and (max-width:768px){
.title-0c{
	padding:0.5em 60px 0.5em 0.5em;
}
.title-0c:after{
	top:-25px;
	right:5px;
	width:50px;
}
}
/* -- table-company-- */
.table01{
	margin:0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.table01{
	font-size: 2rem;
}
}
.table01 th{
	padding:2%;
	width: 25%;
	text-align: left;
	vertical-align: top;
	background-color: #ffffcc;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	vertical-align: middle;
	font-weight:bold;
}
.table01 td{
	padding:2%;
	vertical-align: top;
	border: #ccc 1px solid;
	background-color: #ffffff;
	text-align:left;
	vertical-align: middle;
}

.table02{
	margin:0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.table02{
	font-size: 2rem;
}
}
.table02 tr{
	border-bottom: #ccc 1px dotted;

}
.table02 th{
	padding:2%;
	width: 20%;
	text-align: left;
	vertical-align: top;
	vertical-align: middle;
	font-weight:bold;
}
.table02 td{
	padding:2%;
	vertical-align: top;
	background-color: #ffffff;
	text-align:left;
	vertical-align: middle;
}

.table0c{
	margin:0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.table0c{
	font-size: 2rem;
}
}
.table0c th{
	padding:2%;
	width: 25%;
	text-align: left;
	vertical-align: top;
	background-color: #ffffcc;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	vertical-align: middle;
	font-weight:bold;
}
.table0c td{
	padding:2%;
	vertical-align: top;
	border: #ccc 1px solid;
	background-color: #ffffff;
	text-align:left;
	vertical-align: middle;
}


/* main-cta
------------------------------------------*/
.main-cta{
	width:100%;
	padding:3% 0 5% 0;
	background: #66CCFF;
	position:relative;
}
@media screen and (max-width:768px){
.main-cta{
	padding:6% 0 6% 0;
}
}
.main-cta:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.main-cta_ihin{
	width:100%;
	padding:3% 0 5% 0;
	background: #898989;
	position:relative;
}
@media screen and (max-width:768px){
.main-cta_ihin{
	padding:6% 0 6% 0;
}
}
.main-cta_ihin:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.main-cta-title{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;

	color:#fff;
	line-height:1.2;
	margin:0 0 15px 0;
}
.main-cta-title p{
	padding:0 0.1em;
}
.main-cta-title p._copy-01{
	font-size:2.6rem;
}
@media screen and (max-width:599px){
.main-cta-title{
	display:block;
}
.main-cta-title p._copy-02{
	padding:1em 5% 0 5%;
}
}

/*main-anshin
------------------------------------------*/

.main-anshin{
	text-align:center;
	height:100%;
	margin:6% 0 0 0;
	padding:0 0 6% 0;
	position:relative;
}
.main-anshin-title{
	line-height:1.4;
	margin:0 0 3% 0;
	position:relative;
}
.main-anshin-title:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	display:block;
	background-size:contain;
	width:128px;
	height:147px;
	z-index:-1;
}
@media screen and (max-width:1040px){
.main-anshin-title:before{
	top:-30px;
	width:80px;
}
}
@media screen and (max-width:599px){
.main-anshin-title:before{
	width:60px;
	top:-20px;
	left:-10px;
}
}
.main-anshin-title ._area-copy{
	color:#E08129;
	font-size:7rem;
	display:block;
}
.main-anshin-title ._copy-01{
	color:#CC9F00;
	font-size:7rem;
	display:block;
}
.main-anshin-title ._copy-02{
	font-size:5.2rem;
}

@media screen and (max-width:599px){
.main-anshin-title ._area-copy{
	font-size:6rem;
	display:block;
}
.main-anshin-title ._copy-01{
	color:#CC9F00;
	font-size:6rem;
	display:block;
}
.main-anshin-title ._copy-02{
	font-size:4.2rem;
}
}
.main-anshin-desc{
	background:#F7F7EE;
	padding:1em;
	font-size:2.4rem;
	position: relative;
	margin:0 0 3% 0;
	color: #66CCFF;
}

.main-anshin-fukidashi{
	position: absolute;
	left:0;
	top:200px;
	z-index:2;
}
@media screen and (max-width:1040px){
.main-anshin-fukidashi{
	position: relative;
	left:0;
	top:0px;
	margin-bottom:-15%;
	text-align:left;
	width:100%;
}
}
@media screen and (max-width:599px){
.main-anshin-fukidashi{
	width:40%;
	margin-bottom:-15%;
}
}
.main-anshin-member{
	position:absolute;
	right:-5%;
	bottom:0;
	z-index:2;
	width:45%;
	text-align:right;
}
@media screen and (max-width:1200px){
.main-anshin-member{
	right:0;
	width:400px;
}
}
@media screen and (max-width:768px){
.main-anshin-member{
	right:0;
	width:300px;
}
}
@media screen and (max-width:599px){
.main-anshin-member{
	width:250px;
	right:0;
}
}
.infiniteslide{
	position:relative;
	margin:0 0 0 0;
}
@media screen and (max-width:599px){
.infiniteslide img{
	height:140px;0s
}
}

/* main-usp
------------------------------------------*/
.main-usp{
	width:100%;
	background: #CCFEFE;
	position:relative;
	z-index:-3;
}
.main-usp-title{
	width:100%;
	background: #00cccc;
	position:relative;
	color:#fff;
	line-height:1.3;
	margin: 0 0 6% 0;
	z-index:-2;
}
.main-usp-title-inner{
	width:1040px;
	padding:4% 0;
	height:100%;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width:1040px){
.main-usp-title-inner{
	width:100%;
}
}

.main-usp-title-inner:before{
	position:absolute;
	left:-30px;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:100%;
	z-index:-1;
	background-size:contain;
}
.main-usp-title-inner:after{
	position:absolute;
	right:-30px;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:100%;
	z-index:-1;
}
@media screen and (max-width:900px){

.main-usp-title-inner:before{
	width:20%;
	background-size:contain;
}
.main-usp-title-inner:after{
	width:20%;
	background-size:contain;
}

}
.main-usp-title:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.main-usp-title ._copy-01{
	font-size:3.7rem;
	display:block;
}
.main-usp-title ._copy-02{
	font-size:7.7rem;
}
@media screen and (max-width:599px){
.main-usp-title ._copy-01{
	font-size:2.7rem;
}
.main-usp-title ._copy-02{
	font-size:6.7rem;
}
}
.main-usp-once,
.main-usp-once-nolink{
	background:#fff;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	margin:0 0px 3rem 0px;
	position:relative;
	-webkit-transition: 1s ease-in-out;
	font-size:1.8rem;
}
@media only screen and (max-width:599px) {
.main-usp-once,
.main-usp-once-nolink{
	font-size: 2.2rem;
}
}



.main-usp-once:hover:before{
	width:100%;
	height:100%;
	border:5px solid #F5A419;
	position:absolute;
	content:"";
	display:block;
}
.main-usp-once:after{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	content:"";
	display:block;
}
.main-usp-once-inner-txt{
	padding:0em 1em 3em 1em;
}

.main-usp-once-inner-txt popup{
	cursor: pointer;
}
.main-usp-once-inner h3{
	font-size:3rem;
	padding:0.5em 0;

}
.main-usp-once-inner h3 a,
.main-usp-once-nolink h3{
	color:#F38A00;

}

/* main-direction
------------------------------------------*/
.main-direction{
	width:100%;
	background: #E5FFFC;
	position:relative;
	z-index:-3;
}
.main-direction-title{
	width:100%;
	background: #00CCB7;
	position:relative;
	color:#fff;
	line-height:1.3;
	margin: 0 0 6% 0;
	z-index:-2;
}
.main-direction-title-inner{
	width:1040px;
	padding:4% 0;
	height:100%;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width:1040px){
.main-direction-title-inner{
	width:100%;
}
}

.main-direction-title-inner:before{
	position:absolute;
	left:-30px;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:100%;
	z-index:-1;
	background-size:contain;
}
.main-direction-title-inner:after{
	position:absolute;
	right:-30px;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:100%;
	z-index:-1;
}
@media screen and (max-width:900px){

.main-direction-title-inner:before{
	width:20%;
	background-size:contain;
}
.main-direction-title-inner:after{
	width:20%;
	background-size:contain;
}

}
.main-direction-title:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.main-direction-title ._copy-01{
	font-size:3.7rem;
	display:block;
}
.main-direction-title ._copy-02{
	font-size:7.7rem;
}
@media screen and (max-width:599px){
.main-direction-title ._copy-01{
	font-size:2.7rem;
}
.main-direction-title ._copy-02{
	font-size:6.7rem;
}
}
.main-direction-once,
.main-direction-once-nolink{
	background:#fff;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	margin:0 0px 3rem 0px;
	position:relative;
	-webkit-transition: 1s ease-in-out;
	font-size:1.8rem;
}
@media only screen and (max-width:599px) {
.main-direction-once,
.main-direction-once-nolink{
	font-size: 2.2rem;
}
}



.main-direction-once:hover:before{
	width:100%;
	height:100%;
	border:5px solid #F5A419;
	position:absolute;
	content:"";
	display:block;
}
.main-direction-once:after{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	content:"";
	display:block;
}
.main-direction-once-inner-txt{
	padding:0em 1em 3em 1em;
}

.main-direction-once-inner-txt popup{
	cursor: pointer;
}
.main-direction-once-inner h3{
	font-size:3rem;
	padding:0.5em 0;

}
.main-direction-once-inner h3 a,
.main-direction-once-nolink h3{
	color:#F38A00;

}

/*---------------------------------------------------------------------
動画
---------------------------------------------------------------------*/
#movie-area{
	position:relative;
	z-index:1;
}
#movie-area-02{
	position:relative;
}

#movie-area:after{
	content:"";
	display:block;
	clear:both;
}

#movie{
  position: relative;
  width: 100%;  overflow:hidden;
  text-align:center;
  z-index:1;
}

@media screen and (min-width:1155px){
#movie{
  height: 600px;
}
}


#movie img{
  width: 100%;
}
#movie:after{
	content:"";
	display:block;
	clear:both;
}
.pattern {
  background: url(../img/movie-dot.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-width: 320px;
  min-height: auto;
}
/*---------------------------------------------------------------------
ムービー上のコピー
---------------------------------------------------------------------*/

#oncopy{
display:none;
  z-index:100;
    position: absolute;
    top:45%;
    left:0%;
  width: 100%;
}


#oncopy p{
  font-size: 3.8rem;
  color:#fff;
    position: absolute;
    text-align:center;
    top:0%;
    right:0%;
  width: 100%;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
}
@media screen and (max-width:599px){
#oncopy p{
  font-size: 2.8rem;
}
}
/*---------------------------------------------------------------------
スマホの動画処理
---------------------------------------------------------------------*/
#movie-sp{
 display:none;
  position: relative;
  width: 100%;  overflow:hidden;
  text-align:center;
  z-index:1;
  background-color:#000;
}
.sp-movie--horizontal {
	width: 100%;
	height: 390px;
}
@media screen and (max-width:768px){
    .sp-movie--horizontal {
	    height: 280px;
    }
}
@media screen and (max-width:599px){
    sp-movie--horizontal {
	    height: 200px;
    }
}
.sp-movie--horizontal .box {
	width: 100%;
	height: 100%;
	display:table;
}
.sp-movie--horizontal .box-copy {
	font-size:3rem;
}


/*main-price
------------------------------------------*/

.main-price{
	text-align:center;
	height:100%;
	margin:6% 0;
	position:relative;
}
.main-price-title{
	line-height:1.4;
	margin:0 0 0px 0;
	position:relative;
}
.main-price-title:before{
	position:absolute;
	width:20%;
	height:500px;
	top:0%;
	content:"";
	display:block;
	margin:0 0 0px 0;
	background-size:contain;
	z-index:-1;
}

@media screen and (max-width:768px){
.main-price .row{
	margin-right:-5px;
	margin-left:-5px;
}
.main-price .col-sm-4{
	padding-right:5px;
	padding-left:5px;
}
}


@media screen and (max-width:599px){
.main-price-title:before{
	top:30%;
}
}
.main-price-title ._copy-01{
	font-size:4.8rem;
	display:block;
}
.main-price-title ._copy-02{
	font-size:6rem;
}

@media screen and (max-width:599px){
.main-price-title ._copy-01{
	font-size:3.8rem;
	display:block;
}
.main-price-title ._copy-02{
	font-size:5rem;
}
}
.main-price-title ._copy-02 ._str{
	color:#CC9F00;
}
.main-price-desc{
	background:#F7F7EE;
	padding:1em;
	font-size:2.4rem;
	position: relative;
	margin:3% 0;
}
.main-price-once{
	background: #FFFFF8;
	border:3px solid #D3A90D;
	margin:0 0 3rem 0;
}
.main-price-once h3{
	color: #D2A829;
	font-size:4.2rem;
	padding:0 0 0.2em 0;
	border-bottom:2px solid  #D2A829;
	margin:0 0 0.5em 0;
}
@media screen and (max-width:768px){
.main-price-once h3{
	font-size:3.2rem;
}
}
.main-price-once-inner{
	padding:1em;
}
.main-price-once-image{
	background:#000;
}



/* main-media
------------------------------------------*/
.main-media{
	width:100%;
	background:#FFFFe9;
	position:relative;
	padding: 0 0 6% 0;
	z-index:-3;
}
.main-media-title{
	width:100%;
	background: url(../img/main-media-title.png) repeat top left;
	position:relative;
	color:#fff;
	line-height:1.3;
	margin: 0 0 6% 0;
	z-index:-2;

}
.main-media-title-inner{
	width:1040px;
	padding:4% 0 4% 0;
	height:100%;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width:1040px){
.main-media-title-inner{
	width:100%;
}
}

.main-media-title-inner:before{
	position:absolute;
	left:-100px;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:100%;
	background: url(../img/main-media-title-01.png) no-repeat bottom left;
	z-index:-1;
	background-size:contain;
}
@media screen and (max-width:1040px){
.main-media-title-inner:before{
	width:20%;
	left:-10px;
}
}

.main-media-title:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.main-media-title ._copy-01{
	font-size:4.7rem;
}
.main-media-title ._copy-02{
	font-size:6.4rem;
}
@media screen and (max-width:599px){
.main-media-title ._copy-01{
	font-size:3.7rem;
}
.main-media-title ._copy-02{
	font-size:5.4rem;
}
}
.main-media-desc{
	font-size:2.4rem;
	position: relative;
	margin:0 0 3% 0;
	text-align:left;
}
.main-media-slide{
	padding:3%;
	background: url(../img/main-media-slide-bg.png) repeat top left;
}
.main-media-slide-inner{
	padding:3%;
	border:6px solid #DDDDDD;
	background-color: rgba(50,50,50,0.9);
	position:relative;
}
.slideshow-carousel{
	background:#333;
}
/*
.slick-slide {
  transition: .3s ease;
}
.slick-slide:not(.slick-current) {
  opacity: .3;
}
*/

/* main-campaign
------------------------------------------*/
.campaign-01{
	width:100%;
	background:rgba(250,123,19,0.2);
	position:relative;
	margin:6% 0;
	padding: 2%;
	position: relative;
}
.campaign-01:before{
	background: url(../img/campaign-ribbon.png) no-repeat top left;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:"";
	display:block;
	z-index:2;
}
@media screen and (max-width:768px){
.campaign-01:before{
	background-size:contain;
	width:20%;
}
}
.campaign-01-inner{
	width:100%;
	border:solid 5px rgba(250,123,19,1);
}
.campaign-01-title{
	background:rgba(250,123,19,1);
	padding:1.5em;
}
@media screen and (max-width:599px){
.campaign-01-title{
	padding:1em;
}
}
.campaign-01-title-inner{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;
	margin-bottom:0.3em;
}
.campaign-01-title-inner .logo{
	padding-right:20px;
}

.campaign-01-title .left{
	text-align:left;
	line-height:1.2;
}
.campaign-01-title ._copy01{
	font-size:3rem;
	color:#fff;
	text-align:left;
}
.campaign-01-title ._copy01 ._str{
	font-size:4.5rem;
	margin:0 0.3em 0 0;
	color:#ffff00;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.campaign-01-title ._copy02{
	font-size:6rem;
	color:#fff;
	text-align:left;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
@media screen and (max-width:599px){
.campaign-01-title ._copy01{
	font-size:2.5rem;
}
.campaign-01-title ._copy01 ._str{
	font-size:3.5rem;
}
.campaign-01-title ._copy02{
	font-size:4.5rem;
}

}

.campaign-01-content{
	background:#fff;
	padding:1em;
	text-align:left;
}
.campaign-01-copy{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:flex-end;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:flex-end;/*--- IE10 ---*/
	-webkit-align-items:flex-end;/*--- safari（PC）用 ---*/
	align-items: flex-end;
	margin:0 0 1em;
}
.campaign-01-copy-left{
 	white-space: nowrap;
}
@media screen and (max-width:320px){
.campaign-01-copy-left{
 	white-space: nowrap;
	margin-bottom:-0.1em;
}
}
.campaign-01-copy-right{
}
.campaign-01-content ._str{
	font-size:5rem;
	color:#FC6C00;
	margin:0 0.3em 0 0;
	display:inline-block;
}
@media screen and (max-width:599px){
.campaign-01-content ._str{
	font-size:4rem;
}
}



/* main-campaign
------------------------------------------*/
.campaign-02{
	width:100%;
	background:rgba(133,186,51,0.2);
	position:relative;
	margin:6% 0;
	padding:2%;
	position: relative;
}
.campaign-02:before{
	background: url(../img/campaign-ribbon.png) no-repeat top left;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:"";
	display:block;
	z-index:2;
}
@media screen and (max-width:768px){
.campaign-02:before{
	background-size:contain;
	width:20%;
}
}

.campaign-02-inner{
	width:100%;
	border:solid 5px rgba(133,186,51,1);
}
.campaign-02-title{
	background:rgba(133,186,51,1);
	padding:1.5em 2em;
}
@media screen and (max-width:599px){
.campaign-02-title{
	padding:1em;
}
}

.campaign-02-title ._copy01{
	font-size:3rem;
	color:#fff;
	text-align:left;
}
.campaign-02-title ._copy02{
	font-size:6.5rem;
	margin:0 0.3em 0 0;
	text-align:left;
	color:#fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
@media screen and (max-width:599px){
.campaign-02-title ._copy01{
	font-size:2.5rem;
	text-align:center;
}
.campaign-02-title ._copy02{
	font-size:4.5rem;
	text-align:center;
}
}
.campaign-02-title ._copy02 ._str{
	color:#ffff00;
	margin:0 0.3em 0 0;
}
@media screen and (max-width:599px){
.campaign-02-img{
	text-align:center;
}
.campaign-02-img img{
	width:140px !important;
}
}
.campaign-01-content{
	background:#fff;
	padding:1.5em 2em;
}

.campaign-02-content{
	text-align:left;
	font-size:3.2rem;
	background:#fff;
	padding:1em;
}
.campaign-02-content ._str{
	font-size:5rem;
	color:#FC6C00;
	margin:0 0.3em 0 0;
}
@media screen and (max-width:599px){
.campaign-02-content{
	font-size:2.2rem;
}
.campaign-02-content ._str{
	font-size:4rem;
}
}

/* main-flow
------------------------------------------*/
.main-flow{
	width:100%;
	background: #000;
	position:relative;
	padding:6% 0;
	z-index:-2;
}
.main-flow-title{
	line-height:1.4;
	margin:0 0 0px 0;
	color: #fff;
}
.main-flow-title ._copy-01{
	font-size:4.8rem;
	display:block;
}
.main-flow-title ._copy-02{
	font-size:6rem;
}
@media screen and (max-width:599px){
.main-flow-title ._copy-01{
	font-size:3.8rem;
}
.main-flow-title ._copy-02{
	font-size:5rem;
}
}
.main-flow-title ._copy-02 ._str{
	color:#CC9F00;
}
.main-flow-desc{
	font-size:2.4rem;
	position: relative;
	margin:3% 0 6% 0;
	color: #fff;
}
.main-flow-once{
	background:#fff;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	padding:0 0 2em 0;
	margin:0 0 3rem 0;
	font-size:2rem;
	position: relative;
	z-index:1;

}
.main-flow-once:after{
	position: absolute;
	z-index:2;
	top:0;
	right:-20px;
	width:15px;
	height:100%;
	display:block;
	content:"";
	background-size:contain;
}
.main-flow-once._s04:after{
	background: transparent;
}

@media screen and (max-width:575px){
	.main-flow-once._s03:before{
	position: absolute;
	z-index:2;
	top:0;
	left:-20px;
	width:15px;
	height:100%;
	display:block;
	content:"";
}
}

.main-flow-once._s04 .icon{
	position: absolute;
	width:50%;
	top:-20px;
	right:-20px;
	display:block;
	content:"";
	z-index:2;
}
.main-flow-once-image{
	position: relative;
}
.main-flow-once-image:before{
	position: absolute;
	left:0;
	top:-2px;
	width:40%;
	height:100%;
	display:block;
	content:"";
}



/* main-area
------------------------------------------*/
.main-area{
	width:100%;
	position:relative;
	padding:6% 0;
}
.main-area-title{
	line-height:1.4;
	margin:0 0 6% 0;
}
.main-area-title ._copy-01{
	font-size:4.8rem;
	display:block;
}
.main-area-title ._copy-02{
	font-size:6rem;
}
@media screen and (max-width:599px){
.main-area-title ._copy-01{
	font-size:3.8rem;
}
.main-area-title ._copy-02{
	font-size:5rem;
}
}
.main-area-title ._copy-02 ._str{
	color:#CC9F00;
}
.main-area-inner{
	background:rgba(133,186,51,0.3);
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;
	width:100%;
}
.main-area-inner .map{
	width:60%;
	text-align:left;
}
.main-area-inner .txt{
	width:40%;
	text-align:left;
	font-size:2.4rem;
	padding:1em;
	margin-right:auto;
}
@media screen and (max-width:599px){
.main-area-inner{
	display:block;
}
.main-area-inner .map{
	width:100%;
}
.main-area-inner .txt{
	width:100%;
}
}

/* cta
------------------------------------------*/
.cta{
	width:100%;
	padding:6% 0;
	background: #00CC62;
	position:relative;
	z-index:-3;
}
.cta:before{
	position:absolute;
	width:100%;
	top:2px;
	height:2px;
	content:"";
	display:block;
	background:rgba(255,255,255,0.5);
}
.cta-inner{
	position:relative;
	z-index:-2;
}
.cta-inner:before{
	position:absolute;
	left:0;
	top:-5%;
	content:"";
	display:block;
	background: url(../img/cta-inner-bg.png) no-repeat top left;
	background-size:contain;
	width:128px;
	height:147px;
	z-index:-1;
}
@media screen and (max-width:1040px){
.cta-inner:before{
	width:80px;
	top:0;
}
}
@media screen and (max-width:599px){
.cta-inner:before{
	width:60px;
	top:0px;
	left:0px;
}
}
.cta-title{
	line-height:1.2;
	margin:0 0 2.5% 0;
}
.cta-title p{
	padding:0 0.3em;
}
.cta-title p._copy-01{
	color:#fff;
	font-size:6.2rem;
	margin:0 0 0.3em;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.cta-title p._copy-02{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    	display:flex;
	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari（PC）用 ---*/
	align-items: center;
}
.cta-title p._copy-02 .icon{
	margin:0 0.3em;
	font-size:2.5rem;
	background:#FFFF00;
	padding:0.3em 1em;
    border-radius: 50px;　
    -webkit-border-radius: 50px;　
    -moz-border-radius: 50px;　
    -ms-border-radius: 50px;
    -o-border-radius: 50px;　

}
@media screen and (max-width:599px){
.cta-title p._copy-01{
	font-size:5.2rem;
}

}

.cta-content{
	padding:2em;
	background:#fff url(../img/cta-bg.png) no-repeat bottom right;
	background-size:contain;
}
.cta-content-01{
	width:70%;
	margin:0;

}
@media screen and (max-width:599px){
.cta-content-01{
	width:100%;
	margin:0;

}
.cta-content{
	background:none;
	background-color:#fff;
}
.cta-content-01-inner{
	width:80%;
	position:relative;
}
.cta-content-01-inner:after{
	width:30%;
	height:100%;
	position:absolute;
	display:block;
	content:"";
	right:-30%;
	top:0;
	background:#fff url(../img/cta-bg.png) no-repeat top center;
	background-size:cover;
}
}
.cta-content-01 p._copy-01{
	font-size:3.8rem;
	padding:0.3em 0;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}
.cta-content-01 p._copy-02{
	font-size:2rem;
	padding:0.3em 0;
	margin:0 0 0.3em 0;
	background:#ffff00;
	color:#111;
}
.cta-content-02{
}
.cta-content-02 .icon{
	width:100%;
	background:#FFFFD5;
	border:3px solid #F38A00;
	font-size:2rem;
	color:#775B14;
	padding:0.5em;
	margin:0;
	display:table;
}
.cta-content-02 .icon p{
	display:table-cell;
	vertical-align:middle;
	margin-right: auto;
	text-align:left;
}
.cta-content-02 .icon p.icon-image{
	float:left;
	width:80px;
	height:80px;padding:10px;
	/*background:#DAB83D;*/
	background:#F38A00;
	margin-right:15px;
	border-radius: 100%;　
	-webkit-border-radius: 100%;　
	-moz-border-radius: 100%;　
	-ms-border-radius: 100%;
	-o-border-radius: 100%;　
}
@media screen and (max-width:768px){
.cta-content-02.row{
	margin-right:-10px;
	margin-left:-10px;
}
.cta-content-02 .col-xs-4{
	padding-right:10px;
	padding-left:10px;
}
.cta-content-02 .icon,
.cta-content-02 .icon p{
	display:block;
	width:100%;
	text-align:center;
}
.cta-content-02 .icon p.icon-image{
	width:50px;
	height:50px;
	float:none;
	margin:0 auto 2% auto;
}
}
@media screen and (max-width:599px){
.cta-content-02.row{
	margin-right:-1px;
	margin-left:-1px;
}
.cta-content-02 .col-xs-4{
	padding-right:1px;
	padding-left:1px;
}
}

/* banner
------------------------------------------*/
.banner{
	width:100%;
	background:#FFFFF3;
	position:relative;
	padding:6% 0;
}
@media screen and (max-width:768px){
.banner .col-xs-6{
	width:49%;
}
.banner .col-xs-6:nth-of-type(2n){
	float:right;
}
}
@media screen and (max-width:599px){
.banner.row{
	margin-right:-5px;
	margin-left:-5px;
}
.banner .col-md-12,
.banner .col-xs-6{
	padding-right:5px;
	padding-left:5px;
}
}

/* footer
------------------------------------------*/
#footer{
	background: #fff;
}
.footer-inner{
	padding: 6% 0 3% 0;
}
#area .footer-inner{
	padding: 2% 0 0% 0;
}
@media screen and (max-width:599px){
.footer-logo{
	padding:0 20% 2% 20%;
}
}
.footer-nav{
	text-align: left;
	margin:0 0 1.5em 0;
}

.footer-nav li{
	display:inline-block;
	text-align: left;
	margin-right:1em;
	margin-bottom:1em;
}
.footer-nav li a:before{
	font-family:"FontAwesome";
	content:"\f138";
	margin:0 5px 0;
	color:#84BF2C;
}

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

.footer-inner{
	padding: 6% 0 0 0;
}
.footer-nav{
	border-top:1px solid rgba(133,186,51,0.3);
	margin:0 0 0 0;
}
.footer-nav li{
	display:inline-block;
	text-align: left;
	margin-right:0em;
	margin-bottom:0em;
	width:33.333%;
	float:left;
	border-right:1px solid rgba(133,186,51,0.3);
	border-bottom:1px solid rgba(133,186,51,0.3);
}
.footer-nav li:nth-of-type(3n){
	border-right:0px solid rgba(133,186,51,0.3);
}
.footer-nav li a{
	display:block;
	width:100%;
	padding:1em;
	font-size:12px;
}
}

@media screen and (max-width:599px){
.footer-nav li{
	width:49.999%;
}
.footer-nav li:nth-of-type(3n){
	border-right:1px solid rgba(133,186,51,0.3);
}
.footer-nav li:nth-of-type(2n){
	border-right:0px solid rgba(133,186,51,0.3);
}
}

.footer-desc{
	background:rgba(133,186,51,0.3);
	padding:0.5em;
}

.footer-copyright{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
    background: -webkit-linear-gradient(#989898, #272727);
    background: -moz-linear-gradient(#989898, #272727);
    background: -o-linear-gradient(#989898, #272727);
    background: -ms-linear-gradient(#989898, #272727);
    background: linear-gradient(#989898, #272727);	width:100%;

	color:#fff;
	padding:0.3em 0;
}
.footer-nav-02{
	text-align: left;
}
.footer-nav-02 li{
	display:inline-block;
	text-align: left;
	margin-right:1em;
}
.footer-nav-02 li a{
	color:#fff;
}
.footer-nav-02 li a:before{
	font-family:"FontAwesome";
	content:"\f138";
	margin:0 5px 0;
	color:rgba(255,255,255,0.5);
}
.cpr{
	text-align:right;
	font-size:11px;
}
#area .cpr{
	text-align:center;
	font-size:11px;
}
@media screen and (max-width:768px){
.footer-nav-02{
	text-align: center;
	margin:1em 0;
}
.cpr{
	text-align:center;
}
}


#footer-cta{
	background: #66CCFF;
	width:100%;
	height:95px;
	text-align:center;
	position:fixed;
	bottom: -110px;
	-webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
	z-index:99999;
}
#footer-cta img{
	margin-top:5px;

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

#footer-cta{
	background: #66CCFF;
	width:100%;
	height:auto;
	text-align:center;
	position:fixed;
	-webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
	z-index:99999;
}
#footer-cta img{
	margin-top:5px;

}
#footer-cta .pc{display:none;}
#footer-cta .sp{display:block;}
}


/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary{
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary{
	border-color: #ccc;
	background-color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary{
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link{
	border-color: #9e9e9e;
	color: #444;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover{
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}

/* 地域別ページ
------------------------------------------*/

.area{
	width:100%;
	background:#FFFFF3;
	position:relative;
	padding:2% 0 6% 0;
}
.area p,
.area li{
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.area p,
.area li{
	font-size: 2rem;
}
}
.area-voice-once{
	background:#fff;
	padding:1em 2em 2em 2em;
	text-align:left;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
}
@media only screen and (max-width:768px) {
.area-voice-once{
	padding:1em 1em 2em 1em;
}
}
.area-voice-once h3{
	font-size: 2rem;
	font-weight:bold;
	background: rgba(133,186,51,0.2);
	padding:0.5em;
	margin:1em 0 0.3em;
	border-left:5px solid #84BF2C;
	border-bottom:1px solid  rgba(133,186,51,0.5);
	border-radius: 3px;　
	-webkit-border-radius: 3px;　
	-moz-border-radius: 3px;　
	-ms-border-radius: 3px;　
	-o-border-radius: 3px;
}
.vo-come{
	background:#FFFFD5;
	padding:2em;
	border-radius: 3px;　
	-webkit-border-radius: 3px;　
	-moz-border-radius: 3px;　
	-ms-border-radius: 3px;　
	-o-border-radius: 3px
}
.area-chiki-once{
	background:#fff;
	padding:1em 2em 2em 2em;
	text-align:left;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
}
@media only screen and (max-width:768px) {
.area-chiki-once{
	padding:1em 1em 2em 1em;
}
}
.area-chiki-cap{
	text-align:left;
	padding:0 2em 2em 2em;
}
.area-chiki-once h3{
	font-size: 2rem;
	font-weight:bold;
	background:rgba(250,123,19,0.1);
	padding:0.5em;
	margin:1em 0 0.3em;
	border-left:5px solid #FF7F02;
	border-bottom:1px solid  rgba(250,123,19,0.5);
	border-radius: 3px;　
	-webkit-border-radius: 3px;　
	-moz-border-radius: 3px;　
	-ms-border-radius: 3px;　
	-o-border-radius: 3px;
}
.area-chiki-once .shu{
	padding:0.5em 1em;
	margin:0 0 1em 0;
	border-bottom:1px dotted #FF7F02;
	background:#FFFFD5;
	border-radius: 3px;　
	-webkit-border-radius: 3px;　
	-moz-border-radius: 3px;　
	-ms-border-radius: 3px;　
	-o-border-radius: 3px
}
.area-chiki-once p,
.area-chiki-once ul{
	margin:0 2em;
}
.area-qa-once{
	background:#fff;
	padding:1em 2em 2em 2em;
	text-align:left;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
}
@media only screen and (max-width:768px) {
.area-qa-once{
	padding:1em 1em 2em 1em;
}
}
.Qboxwrapper {
	position: relative;
	background: #FFFFD5;
	border: 1px solid #D2A829;
	padding:1em;
	margin:1em 0 2em;
	border-radius: 6px;　
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.Qboxwrapper:after, .Qboxwrapper:before {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Qboxwrapper:after {
	border-color: rgba(255, 255, 213, 0);
	border-top-color: #FFFFD5;
	border-width: 10px;
	margin-left: -10px;
}
.Qboxwrapper:before {
	border-color: rgba(210, 168, 41, 0);
	border-top-color: #D2A829;
	border-width: 11px;
	margin-left: -11px;
}
.Qbox{
	font-size: 1.8rem;
	font-weight:bold;
}
@media only screen and (max-width:599px) {
.Qbox{
	font-size: 2rem;
}
}
.Qbox:before{
	content:"Q";
	margin-right:0.3em;
	font-size: 3rem;
	display:inline-block;
	background:#D2A829;
	color:#fff;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
    border-radius: 10em;　
    -webkit-border-radius: 10em;　
    -moz-border-radius: 10em;　
    -ms-border-radius: 10em;　
    -o-border-radius: 10em;　
}
.info-come {
	position: relative;
	background: #fff;
	border: 1px solid transparent;
	padding:1em;
	margin:0em 0 2em;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (max-width:599px) {
.info-come{
	font-size: 2rem;
}
}

.info-come:before{
	content:"A";
	margin-right:0.3em;
	font-size: 3rem;
	display:inline-block;
	background:#FF7F02;
	color:#fff;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
	font-weight:bold;
	float:left;
    border-radius: 10em;　
    -webkit-border-radius: 10em;　
    -moz-border-radius: 10em;　
    -ms-border-radius: 10em;　
    -o-border-radius: 10em;　
}
.info-come span{
	display:block;
}
.caption-box{
	background:#FFFFe9;
	padding:1.5em;
	border: 1px solid #D3A90D;
}
.sengen-box{
	background:#fff;
	margin: 3% 0 3% 0;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	border:1px solid  rgba(0,0,0,0.15);
	padding:2em;
}
.sengen-box li{
	font-size:2rem;
	padding:0.4em 0 0.4em 50px;
	font-weight:bold;
	position:relative;
	display:block;
}
.sengen-box li:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:50px;
	height:100%;
	background: url(../img/sengen-bg.jpg) no-repeat left center;
	background-size:contain;
	font-size:2rem;
	display:inline-block;
}
@media only screen and (max-width:599px) {
.sengen-box li{
	padding:0.4em 0 0.4em 30px;
}
.sengen-box li:before{
	width:30px;
}
}
.sengen-box li:after{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	display:block;
	width:100%;
	height:1px;
	border-bottom:1px dotted #ccc;
}
.sengen-box a{
	color:#ff0000;
}
.close-btn{
	width:100%;
	text-align:center;
	padding:0 0 3% 0;
}
.close-btn a{
	display:inline-block;
	padding:0.8em 3em;
	color:#000;
	border:2px solid #000;
	font-size:1.6rem;
	font-weight:bold;
}
.close-btn a:hover{
	text-decoration:none;
	background:#666;
	border:2px solid #666;
	color:#fff;
}
.main-nayami{
	padding: 6% 0 0 0;
	background-color:#F6F6F6;
}
.mainnayami-kaiketu{
	background: url(../img/nayami-cta_a.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	padding: 25px 0 60px;
}
@media only screen and (max-width:599px) {
.mainnayami-kaiketu{
	background: url(../img/nayami-cta_a.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	padding: 50px 0 80px;
}
}
.name{
	margin-top:10px;
	text-align:right;
}

.list-mv02{
 opacity: 0;
}
.mv02{
 opacity: 1.0;
}
.report{
	padding: 2% 0 6% 0;
	background-color:#F6F6F6;
}

.reportBox{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: space-evenly;
}
.reportArticle{
	display:flex;
	max-width: 465px;
}
.itemImage {
  width: 50%;
}
.itemImage img{
	width:100%;
}
.itemText {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 50%;
}
.reportBox2{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: space-evenly;
}
.reportBox2 a{
	border:none;
	color:#CC9F00;
}
.reportArticle2{
	display:flex;
	border: 2px solid #CC9F00;
	border-radius:10px;
	margin: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
	padding:10px;
	justify-content: center;
	align-items: center;
}
.itemText2{

}
.itemImage2{
	min-width: 100px;
}
.category{
	border: 2px solid #CC9F00;
	border-radius:10px;
	margin: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
	padding:10px;
}
.category a{
	text-decoration:none;
}
