/* 共通スタイル */
body,html {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
.index{
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
   margin:0; 
   padding:0; 
}
img {
	border:0;
	max-width: 100%;
}

ol,ul {
   list-style:none;
}
h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}
.clearfix:after { content: ""; display: block; clear: both; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	letter-spacing: .04em;
	font-weight: 500;
	font-size: 16px;
}
.index {
	color: #111111;
	background: #f7f7f7;
	min-width: 1220px;
}
a {
	color: #111111;
	text-decoration: none;
}
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
.inner {
	width: 1220px;
	margin: 0 auto;
	box-sizing: border-box;
}



.contents_list {
	overflow: hidden;
}
.content{
	position: relative;
	min-width: 1220px;
}
.content .inner {
	padding: 0 40px;
}
.contents_ttl {
	font-size: 48px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	margin: 0 0 80px;
}
.sp_only {
	display: none;
}

h1,
h2,
h3,
h4,
p,
li{
	letter-spacing: .04em;
}

/* loading */
.loading{
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1220px;
	width: 100%;
	min-height: 750px;
	height: 100%;
	background: #fff;
	z-index: 900;
	overflow: hidden;
}
.loading .square {
	position: absolute;
	overflow: hidden;
}
.loading .square_left {
	top: 7.29%;
	left: 0;
	width: 28.57%;
	height: 0;
	-webkit-animation: square_left .8s .5s cubic-bezier(0.77, 0, 0.175, 1) both;
	animation: square_left .8s .5s cubic-bezier(0.77, 0, 0.175, 1) both;
}
@-webkit-keyframes square_left {
	0%{ height: 0; }
	100%{ height: 92.71%; }
}
@keyframes square_left {
	0%{ height: 0; }
	100%{ height: 92.71%; }
}
.loading .square_right {
	bottom: 0;
	left: 14.29%;
	width: 0;
	height: 80.42%;
	-webkit-animation: square_right .8s 1s cubic-bezier(0.77, 0, 0.175, 1) both;
	animation: square_right .8s 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}
@-webkit-keyframes square_right {
	0%{ width: 0; }
	100%{ width: 85.71%; }
}
@keyframes square_right {
	0%{ width: 0; }
	100%{ width: 85.71%; }
}
.loading .square .triangle {
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
}
.loading .square_left .triangle {
	top: 0;
	border-top: 46.3vh solid transparent;
	border-bottom: 46.4vh solid #faf9e1;
	border-left: 14.1vw solid #faf9e1;
	border-right: 14.2vw solid transparent;
}
.loading .square_right .triangle {
	bottom: 0;
	border-top: 40.21vh solid transparent;
	border-bottom: 40.21vh solid #fbf42d;
	border-left: 42.4vw solid transparent;
	border-right: 42.5vw solid #fbf42d;
}
.loading .txt_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px auto auto -425px;
	opacity: 0;
	-webkit-animation: fadeIn .4s 1.5s ease-in-out both;
	animation: fadeIn .4s 1.5s ease-in-out both;
}
@-webkit-keyframes fadeIn {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@keyframes fadeIn {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
.loading .txt_wrap .txt_1 {
	font-size: 80px;
	margin-bottom: 10px;
}
.loading .txt_wrap .txt_2 {
	color: #00b900;
	font-size: 58px;
	margin-bottom: 15px;
}
.loading .txt_wrap .txt_3 {
	color: #00b900;
	font-size: 118px;
	letter-spacing: .08em;
}
.loading_img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -327px auto auto 119px;
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-animation: loading_img .8s 2.3s ease-out both;
	animation: loading_img .8s 2.3s ease-out both;
}
@-webkit-keyframes loading_img {
	0%{
		opacity: 0;
		-webkit-transform: translate(0, 50px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}
@keyframes loading_img {
	0%{
		opacity: 0;
		transform: translate(0, 50px);
	}
	100%{
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* sp */
@media screen and (max-width: 640px) {
	/* loading */
	.loading{
		min-width: 100%;
		min-height: 100%;
	}
	.loading .square_left {
		top: 55.83%;
		width: 59.38%;
		height: 0;
		-webkit-animation: square_left_sp .8s .5s cubic-bezier(0.77, 0, 0.175, 1) both;
		animation: square_left_sp .8s .5s cubic-bezier(0.77, 0, 0.175, 1) both;
	}
	@-webkit-keyframes square_left_sp {
		0%{ height: 0; }
		100%{ height: 54.17%; }
	}
	@keyframes square_left_sp {
		0%{ height: 0; }
		100%{ height: 54.17%; }
	}
	.loading .square_right {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80.42%;
		-webkit-animation: square_right_sp .8s 1s cubic-bezier(0.77, 0, 0.175, 1) both;
		animation: square_right_sp .8s 1s cubic-bezier(0.77, 0, 0.175, 1) both;
	}
	@-webkit-keyframes square_right_sp {
		0%{ width: 0; }
		100%{ width: 100%; }
	}
	@keyframes square_right_sp {
		0%{ width: 0; }
		100%{ width: 100%; }
	}
	.loading .square_left .triangle {
		border-top: 27.1vh solid transparent;
		border-bottom: 27.2vh solid #faf9e1;
		border-left: 29.7vw solid #faf9e1;
		border-right: 29.7vw solid transparent;
	}
	.loading .square_right .triangle {
		border-top: 40.21vh solid transparent;
		border-bottom: 40.21vh solid #fbf42d;
		border-left: 50vw solid transparent;
		border-right: 50vw solid #fbf42d;
	}
	.loading .txt_wrap {
		top: 7%;
		left: 26%;
		margin: 0 auto;
	}
	.loading .txt_wrap .txt_1 {
		font-size: 10vw;
		margin-bottom: 4px;
	}
	.loading .txt_wrap .txt_2 {
		font-size: 7.2vw;
		margin-bottom: 3px;
	}
	.loading .txt_wrap .txt_3 {
		font-size: 14.7vw;
	}
	.loading_img{
		top: auto;
		bottom: 8%;
		left: 0;
		right: 0;
		width: 43.75%;
		margin: 0 auto;
		transform: translate(0, 30px);
		-webkit-animation: loading_img_sp .8s 2.3s ease-out both;
		animation: loading_img_sp .8s 2.3s ease-out both;
	}
	@-webkit-keyframes loading_img_sp {
		0%{
			opacity: 0;
			-webkit-transform: translate(0, 30px);
		}
		100%{
			opacity: 1;
			-webkit-transform: translate(0, 0);
		}
	}
	@keyframes loading_img_sp {
		0%{
			opacity: 0;
			transform: translate(0, 30px);
		}
		100%{
			opacity: 1;
			transform: translate(0, 0);
		}
	}
}

/* header */
.index #header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1680px;
	background: transparent;
	border-bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
#header .logo_wrap {
	position: absolute;
	top: 0;
	left: 40px;
}
#header .logo_chuden,
#header .logo_katene{
	float: left;
}
#header .logo_katene {
	margin-left: 10px;
}

/* mv */
.content .mv{
	background: #00b900;
	margin: 0 0 80px;
}
.mv .mv_inner{
	position: relative;
	height: 524px;
	width: 1220px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}
.mv .mv_img{
	position: absolute;
	top: 17.5%;
	left: 50%;
	margin-left: -570px;
	z-index: 1;
}
.mv .mv_qr {
	position: absolute;
	top:27.5%;
	left: 50%;
    margin-left: 453px;
	z-index: 1;
}
.mv .mv_qr_txt {
	position: absolute;
    top: 18%;
    left: 50%;
    margin-left: 446px;
	z-index: 1;
}
.mv .mv_ttl{
	position: absolute;
	top: 27%;
	left: 50%;
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	line-height: 76px;
	margin-left: -208px;
	letter-spacing: 0.04em;
	z-index: 1;
}
.mv .mv_subtxt{
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	line-height: 76px;
	margin-left: -208px;
	z-index: 1;
}
.mv .mv_subttl{
	position: absolute;
	top: 72.1%;
	left: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 4px solid #fbf42d;
	margin-left: -208px;
	z-index: 1;
}
.mv .mv_btn{
	position: absolute;
	top: 76%;
	left: 50%;
	margin-left: 325px;
	z-index: 1;
}
.mv .mv_btn:hover{
	opacity: .8;
}

/*stamp*/
.stamp_box{
	width: 100%;
	border: 4px solid #fbf42d;
	box-sizing: border-box;
	background-color: #ffffff;
}
.stamp_box h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	padding: 35px 0;
	position: relative;
	color: #00b900;
	background-color: #fbf42d;
}
.stamp_box h2 .stamp_ttl_sub{
	color: #00b900;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	padding: 19px 0;
	width: 168px;
	display: block;
	position: absolute;
	top: 29px;
	right: 20px;
	background-color: #ffffff;
	border-radius: 12px;
	line-height: 1;
}
.stamp_box h2 .stamp_ttl_sub span{
	font-size: 16px;
}
.stamp_box h2 .stamp_fukidashi{
	position: absolute;
	left: -16px;
	top: -38px;
	width: 134px;
}
.stamp_box_content{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 75px;
}
.stamp_box_content .stamp_txt{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 50px;
}
.stamp_box_content .stamp_img{
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 24px;
	text-align: center;
	position: relative;
	padding: 54px 0;
	margin-bottom: 80px
}
.stamp_box_content .stamp_img img{
	width: 853px;
}
.stamp_box_content .stamp_img h3{
	width: 340px;
	text-align: center;
	background-color: #ffffff;
	color: #00b900;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: bold;
}
.stamp_qr{
	width: 750px;
	margin: 0 auto;
}
.stamp_qr .stamp_qr_left{
	float: left;
}
.stamp_qr .stamp_qr_right{
	float: left;
	width: 194px;
	margin-left: 50px;
	margin-top: -20px;
}
.stamp_qr .stamp_qr_date{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.stamp_qr .stamp_qr_txt{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.stamp_qr .friend_btn{
	width: 180px;
	display: block;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	border-radius: 15px;
	font-size: 12px;
}
.stamp_qr .friend_btn span{
	display: inline-block;
	height: 0;
	width: 0;
	border-bottom: 5px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffffff;
	margin: 0 0 -3px 10px;
}

/* oshirase */
.content .oshirase{
	padding: 68px 0 140px;
}
.oshirase .inner{
	position: relative;
    padding: 0 0 195px;
	height: 650px;
	max-width: 750px;
	margin: auto;
}
.oshirase .pic_kenshin_1{
	position: absolute;
    top: 7.3%;
    left: 12.7%;
    width: 35.3%;
}
.oshirase .pic_kenshin_2{
    position: relative;
    margin-top: 0%;
    margin-left: 0%;
    width: 40.3%;
}
.oshirase .bg_sp_frame{
	position: relative;
}
.oshirase .line_wrap {
    position: absolute;
    top: 1.5%;
    right: 0;
    width: 318px;
}
.oshirase .line_wrap .img_wrap {
	position: absolute;
	top: 12.2%;
	left: 7%;
	width: 86.5%;
	height: 0;
	padding-top: 153%;
}
/* ps */
.oshirase .ps__rail-x,
.ps:hover > .ps__rail-x,
.ps .ps__rail-x:hover {
	display: none;
}
.oshirase .ps__rail-y,
.ps:hover > .ps__rail-y,
.ps .ps__rail-y:hover {
	opacity: 0;
}
.oshirase .line_wrap .img_wrap .pic_line_1{
	position: absolute;
	top: 0;
	left: 0;
}
.oshirase .arrow {
	position: absolute;
	top: 35.3%;
	width: 38px;
	height: 44px;
	overflow: hidden;
}
.oshirase .arrow_1 {
	left: 53.5%;
}
.oshirase .arrow_2 {
	left: 57.7%;
}
.oshirase .arrow_3 {
	left: 61.9%;
}
.oshirase .arrow span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 38px solid transparent;
}
.oshirase .arrow_1 span {
	border-left: 38px solid #b9e7b9;
}
.oshirase .arrow_2 span {
	border-left: 38px solid #7bd87b;
}
.oshirase .arrow_3 span {
	border-left: 38px solid #00b900;
}
.oshirase .fukidashi {
	position: absolute;
    top: inherit;
	bottom: 50px;
    left: 0;
    background: #fff;
    width: 378px;
    box-sizing: border-box;
    padding: 23px 10px 24px 29px;
    border: 2px solid #00b900;
	border-radius: 10px;
	background-size: contain;
}
.oshirase .fukidashi:before {
	content: "";
    position: absolute;
    top: 25.5%;
    left: 100%;
    width: 23px;
    height: 33px;
    background: url(../images/oshirase_fukidashi_dec.png) no-repeat center;
}
.oshirase .fukidashi p {
	color: #00b900;
	font-size: 28px;
	line-height: 36px;
}
.oshirase .scroll_txt {
	position: absolute;
	top: 100%;
	right: 3.3%;
	text-align: center;
	width: auto;
	margin-top: 43px;
}

/* page_nav */
.content .page_nav {
	margin-bottom: 90px;
}
.page_nav ul {
	padding: 0 40px;
}
.page_nav ul li {
	position: relative;
	text-align: center;
	width: 33.3%;
	box-sizing: border-box;
	border-right: 1px solid #111;
	float: left;
}
.page_nav ul li:first-child {
	border-left: 1px solid #111111;
}
.page_nav ul li:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	width: 8px;
	height: 22px;
	background-image: url(../images/icon_nav_arrow.png);
	opacity: 0;
	transition: all .3s;
}
.page_nav ul li a {
	display: block;
	padding-top: 20px;
}
.page_nav ul li .icon_set {
	display: inline-block;
	position: relative;
}
.page_nav ul li .icon_set .on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s;
}
.page_nav ul li p {
	display: table;
	font-size: 20px;
	line-height: 1.2;
	height: 2.4em;
	margin: 18px auto 0;
}
.page_nav ul li p span {
	display: table-cell;
	vertical-align: middle;
}
.page_nav ul li:hover:after {
	bottom: -32px;
	opacity: 1;
}
.page_nav ul li:hover .icon_set .on {
	opacity: 1;
}

/* service */
.content .service {
	background: #fff;
	padding: 150px 0 145px;
}
.service .contents_ttl {
	margin-bottom: 53px;
}
.service .img_wrap {
	position: relative;
	width: 28.1%;
	padding-top: 22px;
	float: left;
}
.service .img_wrap .pic_line_2 {
	position: absolute;
	top: 15.2%;
	left: 7%;
}
.service .txt_wrap {
	width: 71.9%;
	box-sizing: border-box;
	padding-left: 7%;
	float: left;
}
.service .txt_wrap .service_list li {
	padding: 16px 0;
}
.service .txt_wrap .service_list li + li {
	border-top: 1px dashed #ddd;
}
.service .txt_wrap .service_list .number,
.service .txt_wrap .service_list .main {
	display: inline-block;
	vertical-align: middle;
}
.service .txt_wrap .service_list .number {
	position: relative;
	padding-bottom: 10px;
}
.service .txt_wrap .service_list .number p {
	text-align: center;
}
.service .txt_wrap .service_list .number .num {
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 44px;
	padding-top: 10px;
}
.service .txt_wrap .service_list .number:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 6px;
	background: #00b900;
	border-radius: 10px;
	margin: 0 auto;
}
.service .txt_wrap .service_list .main {
	padding-left: 14px;
}
.service .txt_wrap .service_list .main h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 13px;
}
.service .txt_wrap .service_list .main p {
	line-height: 24px;
}

/* id */
.content .id {
	padding: 145px 0 0;
}
.id .contents_ttl {
	margin-bottom: 32px;
}
.id .inner .p-link {
	margin-bottom: 72px;
	text-align: center;
	line-height: 1;
}
.id .inner .p-link a{
	display: inline-block;
	line-height: 1;
	padding-right: 32px;
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/campaign/line/images/bg_arrow_right.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	background-size: 22px 8px;
	min-height: 8px;
}
/* tab */
.id .tab_wrap {
	margin-bottom: 71px;
}
.id .tab_wrap .tab_list {
	width: 100%;
	border-bottom: 4px solid #111;
}
.id .tab_wrap .tab_list li {
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 106px;
	width: 49.5%;
	background: #ccc;
	cursor: pointer;
	float: left;
}
.id .tab_wrap .tab_list li + li {
	float: right;
}
.id .tab_wrap .tab_list li.active {
	background: #111;
}
.id .tab {
	display: none;
}
.id .tab.active {
	display: block;
}
.id .tab_wrap .tab_content {
	background: #fff;
	padding: 80px;
}
.id .tab_wrap .tab_content .step + .step{
	margin-top: 78px;
}
.id .tab_wrap .tab_content .step .txt_wrap{
	width: 67.3%;
	float: left;
}
.id .tab_wrap .tab_content .step .step_num {
	font-size: 20px;
	text-align: center;
	line-height: 52px;
	width: 112px;
	border: 1px solid #111;
	margin-bottom: 29px;
}
.id .tab_wrap .tab_content .step h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 31px;
}
.id .tab_wrap .tab_content .step .step_desc {
	line-height: 28px;
	width: 580px;
}
.id .tab_wrap .tab_content .step .img_wrap {
	position: relative;
	width: 32.7%;
	float: left;
}
.id .tab_wrap .tab_content .step .img_wrap .step_img {
	position: absolute;
	top: 22.2%;
	left: 7%;
	width: 86.45%;
}
.id .tab_wrap .tab_content .three_step {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	margin-top: 75px;
}
.id .tab_wrap .tab_content .three_step span {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 4px solid #00b900;
}
/* step_tab */
.id .tab_wrap .step_tab_list {
	padding-right: 12.2%;
	margin-bottom: 38px;
}
.id .tab_wrap .step_tab_list li {
	color: #ccc;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	width: 33.3%;
	box-sizing: border-box;
	border: 1px solid #111;
	border-left: 0;
	cursor: pointer;
	float: left;
}
.id .tab_wrap .step_tab_list li:first-child {
	border-left: 1px solid #111;
}
.id .tab_wrap .step_tab_list li.active {
	position: relative;
	color: #fff;
	background: #111;
}
.id .tab_wrap .step_tab_list li.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #111;;
	border-bottom: 8px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 0 auto;
}
.id .tab_wrap .step_tab_content li{
	position: relative;
	line-height: 28px;
	padding-left: 2.5em;
}
.id .tab_wrap .step_tab_content li + li{
	margin-top: 24px;
}
.id .tab_wrap .step_tab_content li + li:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 65px;
	width: 0;
	height: 0;
	border-top: 8px solid #00b900;
	border-bottom: 8px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-animation: stepArrow 3.2s linear infinite;
	animation: stepArrow 3.2s linear infinite;
}
@-webkit-keyframes stepArrow {
	0% {
		-webkit-transform: translate(0px, 0px);
	}
	80% {
		-webkit-transform: translate(0px, 0px);
	}
	85% {
		-webkit-transform: translate(0px, 5px);
	}
	90% {
		-webkit-transform: translate(0px, 0px);
	}
	95% {
		-webkit-transform: translate(0px, 5px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
	}
}
@keyframes stepArrow {
	0% {
		transform: translate(0px, 0px);
	}
	80% {
		transform: translate(0px, 0px);
	}
	85% {
		transform: translate(0px, 5px);
	}
	90% {
		transform: translate(0px, 0px);
	}
	95% {
		transform: translate(0px, 5px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.id .tab_wrap .step_tab_content li span{
	cursor: pointer;
}
.id .tab_wrap .step_tab_content li .num{
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #111;
	border-radius: 50%;
	margin-right: 1em;
}
.id .tab_wrap .step_tab_content li.select .num{
	background: #ec243c;
}
.id .os_txt{
	margin-bottom: 40px;
}
#member_qr,
#nomember_qr {
	position: relative;
}
.member_qr_img {
	position: absolute;
	bottom: 30px;
	right: 12.2%;
}

/* message */
.content .message {
	background: #fff;
	padding: 150px 0 158px;
}
.message .contents_ttl {
	margin: 0 0 65px;
}
.message .img_wrap {
	width: 25%;
	float: left;
}
.message .txt_wrap {
	width: 75%;
	box-sizing: border-box;
	padding-left: 38px;
	float: left;
}
.message .txt {
	line-height: 28px;
	margin-bottom: 28px;
}
.message .message_list li {
	color: #666;
	font-size: 14px;
	text-indent: -1em;
	line-height: 24px;
	margin-left: 1em;
}
.message .message_list li .link {
	color: #229ddd;
	text-decoration: underline;
}

/* footer */
.index #footer {
	position: relative;
	background: #ececec;
	padding: 33px 0;
}
.index #footer .copy {
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	margin-top: 0;
}
.index #footer #page_top {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 64px;
}

/* color-box */
.index #cboxContent{
	padding: 30px;
}
.index #cboxClose{
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	background: url(/campaign/line/images/close.png) no-repeat center / cover;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.index #cboxClose:hover{
	opacity: .8;
}
@media only screen and (max-width: 768px) {
	.index #cboxContent {
		padding: 0 10px;
	}
	.index #cboxClose {
		top: 10px;
		right: 20px;
		width: 32px;
		height: 32px;
	}
	.index #cboxClose:hover{
		opacity: 1;
	}
}


/* sp */
@media screen and (max-width: 640px) {
	body,
	.index {
		font-size: 12px;
		min-width: auto;
	}

	/* 共通スタイル */
	.content,
	.inner,
	.content .inner {
		width: 100%;
		min-width: auto;
		max-width: auto;
	}
	.inner,
	.content .inner {
		padding: 0 20px 7px;
	}
	.contents_ttl {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 30px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}

	/* header */
	#header .logo_chuden{
		left: 5%;
		width: 14.0625%;
		float: left;
	}
	#header .logo_wrap {
		position: absolute;
		top: 0;
		left: 3.13%;
		right: auto;
		width: 87.5%;
	}
	#header .logo_chuden {
		width: 12.86%;
	}
	#header .logo_katene {
		width: 28.21%;
		margin-left: 5px;
	}
	#header .logo_chuden img,
	#header .logo_katene img {
		width: 100%;
	}

	/* mv */
	.content .mv{
		position: relative;
		margin: 0;
	}
	.mv .mv_btn{
		top: 83.5%;
		left: 0;
		right: 0;
		width: 56.3%;
		margin: 0 auto;
	}
	.mv .mv_btn:hover{
		opacity: 1;
	}
	
	.line_area {
		padding-top: 12.5%;
		background: #f7f7f7;
	}
	.btn_line {
		text-align: center;
	}

	/*stamp*/
	.stamp{
		padding-top: 12.5%;
	}
	.stamp_box{
		border: 3px solid #fbf42d;
	}
	.stamp_box h2{
		text-align: center;
		font-size: 20px;
		line-height: 1.2em;
		padding: 15px 0 40px;
	}
	.stamp_box h2 .stamp_ttl_sub{
		font-size: 14px;
		padding: 6px 0;
		width: 84px;
		top: 67px;
		right: 0;
		left: 0;
		margin: 0 auto;
		border-radius: 6px;
	}
	.stamp_box h2 .stamp_ttl_sub span{
		font-size: 8px;
	}
	.stamp_box h2 .stamp_fukidashi{
		position: absolute;
		left: 5px;
		top: -20px;
		width: 52px;
	}
	.stamp_box_content{
		width: 87.596%;
		padding: 20px 0 17px;
	}
	.stamp_box_content .stamp_txt{
		font-size: 12px;
		margin-bottom: 25px;
	}
	.stamp_box_content .stamp_img{
		border-radius: 12px;
		padding: 25px 0 20px;
		margin-bottom: 20px;
	}
	.stamp_box_content .stamp_img img{
		width: 77.92%;
		margin: 0 auto;
	}
	.stamp_box_content .stamp_img h3{
		width: 180px;
		font-size: 12px;
		top: -8px;
	}
	.stamp_qr{
		width: 100%;
	}
	.stamp_qr .stamp_qr_left{
		float: none;
	}
	.stamp_qr .stamp_qr_right{
		display: none;
	}
	.stamp_qr .stamp_qr_date{
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
	}
	.stamp_qr .stamp_qr_date span{
		font-size: 10px;
	}
	.stamp_qr .stamp_qr_txt{
		font-size: 12px;
		line-height: 1.5;
	}
	.stamp_qr .friend_btn{
		width: 153px;
		border-radius: 16px;
		font-size: 10px;
		margin: 0 auto;
	}
	.stamp_qr .friend_btn span{
		margin: 0 0 -4px 10px;
	}
	.stamp_btn{
		width: 240px;
		margin: 0 auto 10px;
	}

	/* oshirase */
	.content .oshirase{
		padding: 25% 0 65px;
	}
	.oshirase .inner{
		padding: 0 20px;
		height: auto;
	}
	.oshirase .pic_kenshin_1{
		top: -13%;
		left: 25.2%;
		width: 67.2%;
	}
	.oshirase .pic_kenshin_2 {
		width: 81.7%;
		margin-left: 1.6%;
	}
	.oshirase .line_wrap {
		position: relative;
		width: 73%;
		margin: 0 auto 0;
		right: 0;
		top: 0;
	}
	.oshirase .line_wrap .img_wrap {
		top: 12%;
		left: 7%;
		width: 86.1%;
		padding-top: 154%;
	}
	.oshirase .line_wrap .img_wrap .pic_line_1{
		top: 0;
		left: 0;
	}
	.oshirase .arrow {
		left: 46.3%;
		width: 22px;
		height: 19px;
	}
	.oshirase .arrow_1 {
		top: 19.2%;
	}
	.oshirase .arrow_2 {
		top: 22.8%;
	}
	.oshirase .arrow_3 {
		top: 26.4%;
	}
	.oshirase .arrow span {
		border-bottom: 19px solid transparent;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
	}
	.oshirase .arrow_1 span {
		border-top: 19px solid #b9e7b9;
	}
	.oshirase .arrow_2 span {
		border-top: 19px solid #7bd87b;
	}
	.oshirase .arrow_3 span {
		border-top: 19px solid #00b900;
	}
	.oshirase .fukidashi {
		top: 100%;
		left: 0;
		right: 0;
		width: 67.2%;
		padding: 12px 5px 11px 14px;
		border: 1px solid #00b900;
		border-radius: 5px;
		margin: -148.2% auto 0;
		bottom: inherit;
	}
	.oshirase .fukidashi:before {
		top: 100%;
		left: 50%;
		width: 16px;
		height: 17px;
		background: url(../images/oshirase_fukidashi_dec_sp.png) no-repeat center;
		background-size: cover;
		margin-left: -43px;
	}
	.oshirase .fukidashi p {
		font-size: 16px;
		line-height: 20px;
	}
	.oshirase .scroll_txt {
		right: 0;
		width: 100%;
		margin-top: 14px;
		font-size: 10px;
	}


	/* page_nav */
	.content .page_nav {
		margin-bottom: 40px;
	}
	.content .page_nav .inner{
		padding: 0;
	}
	.page_nav ul {
		padding: 0;
	}
	.page_nav ul li:first-child {
		border-left: 0;
	}
	.page_nav ul li:nth-child(3n) {
		border-right: 0;
	}
	.page_nav ul li:after {
		display: none;
	}
	.page_nav ul li:nth-child(1) .icon_set img {
		width: 23px;
	}
	.page_nav ul li:nth-child(2) .icon_set img {
		width: 24px;
	}
	.page_nav ul li:nth-child(3) .icon_set img {
		width: 36px;
	}
	.page_nav ul li a {
		padding-top: 10px;
	}
	.page_nav ul li p {
		font-size: 12px;
		line-height: 14px;
		margin: 6px auto 0;
	}

	/* service */
	.content .service {
		padding: 55px 0 43px;
	}
	.service .contents_ttl {
		margin-bottom: 37px;
	}
	.service .img_wrap {
		width: 72.86%;
		padding-top: 0;
		margin: 0 auto 28px;
		float: none;
	}
	.service .img_wrap .pic_line_2 {
		top: 12.2%;
	}
	.service .txt_wrap {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.service .txt_wrap .service_list li {
		padding: 7px 0 8px;
	}
	.service .txt_wrap .service_list li:after{
		content: "";
		display: block;
		clear: both;
	}
	.service .txt_wrap .service_list .number {
		width: 40px;
		padding-bottom: 3px;
		float: left;
	}
	.service .txt_wrap .service_list .number .num {
		font-size: 24px;
		line-height: 34px;
		padding-top: 0;
	}
	.service .txt_wrap .service_list .number:before {
		width: 24px;
		height: 3px;
		border-radius: 5px;
	}
	.service .txt_wrap .service_list .main {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		box-sizing: border-box;
		padding-left: 10px;
		float: left;
	}
	.service .txt_wrap .service_list .main h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.service .txt_wrap .service_list .main p {
		font-size: 11px;
		line-height: 14px;
	}

	/* id */
	.content .id {
		padding: 55px 0 0;
	}
	.id .inner {
		padding: 0 0 7px;
	}
	.id .inner .p-link {
			margin-bottom: 24px;
		}
		.id .inner .p-link a{
			padding-right: 28px;
			background-size: 18px 6px;
			min-height: 6px;
			font-size: 12px;
		}
	.id .contents_ttl {
		margin-bottom: 15px;
	}
	.id .notes {
		margin-bottom: 20px;
	}
	/* tab */
	.id .tab_wrap {
		margin-bottom: 24px;
	}
	.id .tab_wrap .tab_list {
		border-bottom: 3px solid #111;
	}
	.id .tab_wrap .tab_list li {
		font-size: 14px;
		line-height: 36px;
		width: 47.6%;
		padding: 9px 0 8px;
		margin-left: 1.6%;
	}
	.id .tab_wrap .tab_list li + li {
		line-height: 18px;
		float: left;
	}
	.id .tab_wrap .tab_content {
		padding: 40px 20px;
	}
	.id .tab_wrap .tab_content .step + .step{
		margin-top: 40px;
	}
	.id .tab_content_wrap{
		position: relative;
	}
	.id .js_method .tab_content_wrap:before,
	.id .step_anim_2 .tab_content_wrap:before,
	.id .step_anim_4 .tab_content_wrap:before,
	.id .step_anim_5 .tab_content_wrap:before {
		content: "";
		position: absolute;
		top: 50%;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
		border-right: 15px solid transparent;
		border-left: 15px solid #00b900;
		margin-top: -9px;
		z-index: 10;
		-webkit-animation: stepArrowSp 3.2s linear infinite;
		animation: stepArrowSp 3.2s linear infinite;
	}
	@-webkit-keyframes stepArrowSp {
		0% {
			-webkit-transform: translate(0px, 0px);
		}
		80% {
			-webkit-transform: translate(0px, 0px);
		}
		85% {
			-webkit-transform: translate(5px, 0px);
		}
		90% {
			-webkit-transform: translate(0px, 0px);
		}
		95% {
			-webkit-transform: translate(5px, 0px);
		}
		100% {
			-webkit-transform: translate(0px, 0px);
		}
	}
	@keyframes stepArrowSp {
		0% {
			transform: translate(0px, 0px);
		}
		80% {
			transform: translate(0px, 0px);
		}
		85% {
			transform: translate(5px, 0px);
		}
		90% {
			transform: translate(0px, 0px);
		}
		95% {
			transform: translate(5px, 0px);
		}
		100% {
			transform: translate(0px, 0px);
		}
	}
	.id .tab_wrap .tab_content .step .txt_wrap {
		width: 100%;
		float: none;
	}
	.id .tab_wrap .tab_content .step .img_wrap {
		width: 72.86%;
		margin: 22px auto 0;
		float: none;
	}
	.id .tab_wrap .tab_content .step .step_num {
		font-size: 14px;
		line-height: 28px;
		width: 68px;
		margin-bottom: 16px;
	}
	.id .tab_wrap .tab_content .step h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 17px;
	}
	.id .tab_wrap .tab_content .step p {
		font-size: 12px;
		line-height: 18px;
	}
	.id .tab_wrap .tab_content .step .step_desc {
		line-height: 18px;
		width: 100%;
	}
	.id .tab_wrap .tab_content .step .img_wrap .step_img {
		position: absolute;
		top: 22.2%;
		left: 7%;
		width: 86.45%;
	}
	.id .tab_wrap .tab_content .three_step {
		font-size: 20px;
		line-height: 30px;
		margin-top: 32px;
	}
	.id .tab_wrap .tab_content .three_step span {
		display: initial;
		padding-bottom: 0;
		border-bottom: 3px solid #00b900;
	}
	/* step_tab */
	.id .tab_wrap .step_tab_list {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.id .tab_wrap .step_tab_list li {
		font-size: 10px;
		line-height: 30px;
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	.id .tab_wrap .step_tab_list li.active:before {
		border-top: 6px solid #111;
		border-bottom: 6px solid transparent;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}
	.id .tab_wrap .step_tab_list li > .line2 {
		line-height: 1.2;
		padding: 3px 0px;
	}
	.id .tab_wrap .sp_step_slide p,
	.id .tab_wrap .step_tab_content li{
		font-size: 12px;
		line-height: 18px;
		padding-top: 1px;
		padding-left: 2.5em;
	}
	.id .tab_wrap .step_tab_content li + li{
		margin-top: 24px;
	}
	.id .tab_wrap .step_tab_content li + li:before{
		display: none;
	}
	.id .tab_wrap .sp_step_slide p .num,
	.id .tab_wrap .step_tab_content li .num{
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		text-align: center;
		line-height: 20px;
		width: 20px;
		height: 20px;
		background: #ec243c;
		border-radius: 50%;
		margin-right: 1em;
	}
	.id .tab_wrap .sp_step_slide li{
		padding-left: 0;
	}
	.id .tab_wrap .sp_step_slide li + li{
		margin-top: 0;
	}
	.id .tab_wrap .sp_step_slide li .slide_img_wrap{
		position: relative;
		width: 72.86%;
		background: url(../images/pic_id_step_bg.jpg) no-repeat center;
		background-size: contain;
		padding-top: 83%;
		margin: 22px auto 0;
	}
	.id .tab_wrap .sp_step_slide li .slide_img_wrap img{
		position: absolute;
		top: 22.2%;
		left: 7%;
		width: 86.45%;
	}
	.id .os_txt{
		margin-bottom: 20px;
	}
	.id .tab_wrap .sp_step_slide#sp_member_qr_slide .btn_line ,
	.id .tab_wrap .sp_step_slide#sp_nomember_qr_slide .btn_line {
		padding-top: 20px;
	}
	/* message */
	.content .message {
		padding: 52px 0;
	}
	.message .contents_ttl{
		margin-bottom: 37px;
	}
	.message .img_wrap {
		width: 71.5%;
		margin: 0 auto;
		float: none;
	}
	.message .txt_wrap {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.message .txt {
		line-height: 18px;
		margin: 34px 0;
	}
	.message .message_list li {
		font-size: 10px;
		line-height: 15px;
	}

	/* footer */
	#footer,
	.index #footer {
		padding: 17px 0;
	}
	#footer .inner {
		padding: 0 50px 0 0;
	}
	#footer .copy,
	.index #footer .copy {
		font-size: 10px;
		line-height: 16px;
	}
	#footer #page_top,
	.index #footer #page_top {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 46px;
	}
}


/* teiden.index */
#dWrapper.teiden_wrap{
	background-image: none;
	background-color: #f2f2f2;
}
#dWrapper.teiden_wrap #dHWrapper{
	height: 83px;
	background-color: #ffffff;
}

.teiden p,
.teiden li {
	letter-spacing: 0;
}
.teiden {
	width: 1040px;
	padding: 30px 20px 0;
	margin: 0 auto;
}
.teiden_wrap #header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}
.teiden_wrap #header .logo_wrap {
	left: 0;
}
.teiden .teiden_tit{
    color: #fff;
    font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 66px;
	background: #362d08;
	padding: 0;
	border-radius: 10px;
	margin: 0 0 20px;
}
.teiden .teiden_nav{
	text-align: center;
	margin-bottom: 20px;
}
.teiden .teiden_nav ul{
	display: inline-block;
}
.teiden .teiden_nav li{
	margin-left: 20px;
	float: left;
}
.teiden .teiden_nav li:first-child{
	margin-left: 0;
}
.teiden .teiden_nav li a{
	display: block;
	position: relative;
	color: #362d08;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	width: 320px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #e9e04b;
	padding: 20px 0 25px;
}
.teiden .teiden_nav li a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #362d08;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid transparent;
	margin: 0 auto;
}

/* box */
.teiden .box {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.teiden .box .teiden_step_list > li + li {
	padding-top: 20px;
	border-top: 2px dotted #ddd;
	margin-top: 20px;
}
.teiden .box .img_wrap {
	width: 43.5%;
	float: left;
}
.teiden .box .txt_wrap {
	width: 56.5%;
	box-sizing: border-box;
	padding-left: 40px;
	float: right;
}
.teiden .box .txt_wrap p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.teiden .box .icon_txt {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: center;
	line-height: 24px;
	width: 24px;
	border-radius: 50%;
	margin: 0 2px;
}
.teiden .box .icon_txt_a {
	background: #4d9e1e;
}
.teiden .box .icon_txt_b {
	background: #2676c6;
}
.teiden .box .icon_txt_c {
	background: #ef7b1b;
}
.teiden .box .indent_txt {
	position: relative;
	margin-left: 1em;
}
.teiden .box .indent_txt .icon_number {
	position: absolute;
	top: 0;
	left: -1em;
}
.teiden .box .txt_wrap .notes_list {
	margin-top: 20px;
}
.teiden .box .txt_wrap .notes_list li {
	font-size: 14px;
	text-indent: -1em;
	line-height: 20px;
	margin-left: 1em;
}
.teiden .box .txt_wrap .notes_txt .notes_ttl{
	display: inline-block;
	color: #ef350a;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}
.teiden .box .txt_wrap .notes_txt + .notes_txt{
	margin-top: 10px;
}
.teiden .box .txt_wrap .notes_list.no_indent_list{
	margin-top: 0;
}
.teiden .box .txt_wrap .notes_list.no_indent_list li {
	font-size: 16px;
	text-indent: 0;
	line-height: 24px;
}
.teiden .box .contact_txt_wrap{
	margin-top: 20px;
}
.teiden .box .contact_txt_wrap p + p{
	margin-top: 15px;
}
.teiden .cause_box .cause_txt_area {
	padding-top: 40px;
	border-top: 2px solid #ddd;
	margin-top: 40px;
}
.teiden .cause_box .cause_txt_area .cause_ttl{
	font-weight: 700;
}
.teiden .cause_box .cause_txt_area .cause_ttl span {
	color: #ef7b1b;
}
.teiden .cause_box .cause_txt_area .cause_list li {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.teiden .cause_box .cause_txt_area .cause_list li .icon_txt {
	font-size: 13px;
	line-height: 18px;
	width: 18px;
}
.teiden .cause_box .cause_txt_area .cause_list li .link_txt {
	text-decoration: underline;
}
.teiden .cause_box .cause_txt_area .cause_list li .link_txt,
.teiden .cause_box .cause_txt_area .cause_list li .link_txt:hover,
.teiden .cause_box .cause_txt_area .cause_list li .link_txt:visited {
	color: #362d08;
}
.teiden_wrap .topback{
	display: block;
	color: #fff;
	width: 200px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	background: #362d08;
	border-radius: 25px;
	margin: 0 auto 70px;
}
.teiden_wrap .topback:hover{
	text-decoration: none;
	opacity: .8;
}
#dWrapper.teiden_wrap #dFWrapper{
	font-size: 1.2rem;
	min-height: auto;
}

/* sp */
@media screen and (max-width: 640px) {
	.teiden {
		width: 100%;
		box-sizing: border-box;
		padding: 23px 10px 0;
	}
	.teiden_wrap #header{
		width: 100%;
	}
	#dWrapper.teiden_wrap #dHWrapper{
		height: 0;
		padding-top: 16.25%;
	}
	.teiden_wrap #header .logo_wrap{
		left: 10px;
	}
	.teiden .teiden_tit{
		font-size: 18px;
		line-height: 47px;
		margin-bottom: 10px;
	}
	.teiden .teiden_nav{
		margin-bottom: 10px;
	}
	.teiden .teiden_nav ul {
		display: block;
	}
	.teiden .teiden_nav li{
		margin-left: 3%;
		width: 48.3%;
	}
	.teiden .teiden_nav li:first-child{
		margin-left: 0;
	}
	.teiden .teiden_nav li a{
		font-size: 14px;
		width: 100%;
		padding: 8px 0 17px;
		line-height: 1.28;
	}
	.teiden .teiden_nav li a:after{
		border-top: 6px solid #362d08;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 6px solid transparent;
		top: 47px;
	}

	/* box */
	.teiden .box {
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
	}
	.teiden .box .img_wrap,
	.teiden .box .txt_wrap {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.teiden .box .txt_wrap {
		margin-bottom: 20px;
	}
	.teiden .box .txt_wrap p {
		font-size: 14px;
		line-height: 24px;
	}
	.teiden .box .icon_txt {
		font-size: 14px;
		line-height: 20px;
		width: 20px;
	}
	.teiden .box .txt_wrap .notes_list {
		margin-top: 10px;
	}
	.teiden .box .txt_wrap .notes_list li {
		font-size: 12px;
		line-height: 18px;
	}
	.teiden .box .txt_wrap .notes_txt .notes_ttl {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.teiden .box .txt_wrap .notes_txt + .notes_txt {
		margin-top: 5px;
	}
	.teiden .box .txt_wrap .notes_list.no_indent_list li {
		font-size: 12px;
		line-height: 18px;
	}
	.teiden .box .contact_txt_wrap {
		margin-top: 0;
	}
	.teiden .box .contact_txt_wrap p {
		font-size: 14px;
		line-height: 24px;
	}
	.teiden .box .contact_txt_wrap p + p {
		margin-top: 10px;
	}
	.teiden .cause_box .txt_wrap {
		margin: 20px 0 0;
	}
	.teiden .cause_box .cause_txt_area {
		padding-top: 20px;
		border-top: 1px solid #ddd;
		margin-top: 20px;
	}
	.teiden .cause_box .cause_txt_area .cause_list li {
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}
	.teiden .cause_box .cause_txt_area .cause_list li .icon_txt {
		font-size: 11px;
		line-height: 16px;
		width: 16px;
	}
	.teiden .cause_box .cause_txt_area .cause_list li .link_txt {
		font-size: 12px;
		line-height: 18px;
	}
	.teiden_wrap .topback{
		width: 180px;
		font-size: 14px;
		margin: 0 auto 50px;
	}
}
#footer-copyright{background-color:#ffffff}#footer-copyright .footer-copyright-logo{padding-top:20px;text-align:center}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright-logo{padding-top:20px}}#footer-copyright .footer-copyright-logo img{width:139px;height:45px}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright-logo img{width:125px;height:40px}}#footer-copyright .footer-copyright{padding-top:30px;padding-bottom:30px}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright{padding-top:20px;padding-bottom:20px}}#footer-copyright .footer-copyright>p{text-align:center;color:#595757;font-size:11px;font-family:'Montserrat', sans-serif}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright>p{font-size:9px}}