﻿@charset "UTF-8";

/* title
----------------------------------------*/

.ttl01 {
	padding: 20px 0;
	text-align:center;
	background: url(../img/common/bg_dot_green.png) repeat;
}
.ttl01 h1 {
	font-size: 42px;
	color: #fff;
}
.ttl01 h1 span {
	font-size: 38px;
}

.ttl02 {
	border-bottom: 6px solid #aacd06;
	padding-bottom: 5px;
	margin-bottom: 35px;
	margin-top: 60px;
	font-size: 32px;
}

.ttl02 .txt_num{
	margin: 0 15px 5px 0;
	padding: 6px 10px;
	color: #fff;
	font-size: 24px;
	background: #eb5d78;
	vertical-align: 1px;
	border-radius: 5px;
}

.ttl03 {
	background: #eeefe7;
	border-left: 8px solid #aacd06;
	font-size: 22px;
	margin: 80px 0 25px;
	padding: 10px 20px;
}

.ttl03 span{
	color:#aacd06;
}

.ttl03 .txt_num{
	background:#aacd06;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	vertical-align: 1px;
	margin-right: 10px;
}

.ttl03 .icon {
	vertical-align: 1px;
	margin-left: 8px;
}
.ttl03 .icon + .icon {
	margin-left: 2px;
}

.ttl04 {
	border-bottom: 1px solid #138800;
	color: #138800;
	font-size: 18px;
	margin: 0 0 15px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 736px) {
	.ttl01 {
		padding:20px 0;
	}
	.ttl01 h1 {
		font-size: 25px;
		line-height: 1.3;
	}
	.ttl02 {
		font-size: 18px;
		border-bottom: 3px solid #aacd06;
		padding-bottom: 10px;
		margin-bottom: 20px;
		margin-top: 35px;
	}
	.ttl02 .txt_num{
		font-size: 15px;
		padding: 4px 8px;
		border-radius: 3px;
	}
	.ttl03 {
		border-left: 5px solid #aacd06;
		font-size: 15px;
		margin-top: 40px;
		margin-bottom: 15px;
		padding: 7px 5px 7px 15px;
		line-height: 1.3;
	}
	.ttl03 .txt_num{
		font-size: 14px;
		padding: 3px 8px;
	}
}

/* .indent
--------------------------------------------*/
.contents p {
	font-size: 16px;
	margin-bottom: 1em;
}

.contents p + p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
	.contents p {
		font-size: 14px;
	}
}

.indent01 li,
p.indent01 {
	text-indent :-1em;
	padding-left: 1em;
	font-size: 16px;
}
.indent01.font_n li {
	font-size: 100%;
}

.indent02 li,
p.indent02 {
	text-indent :-2em;
	padding-left: 2em;
	font-size: 16px;
}

.list_icon01 li{
	padding-left:15px;
	background:url(../img/common/icon_round01.png) left 5px no-repeat;
}

.list_icon01 li{
	padding-left:15px;
	background:url(../img/common/icon_round01.png) left 5px no-repeat;
}

ul.disc_pink li,
ul.disc_blue li {
	font-size: 16px;
	line-height: 1.5;
}

ul.disc_pink li::before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #eb6168;
	border-radius: 100%;
}

ul.disc_blue li::before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #06a3e0;
	border-radius: 100%;
}

@media only screen and (max-width: 736px) {
	.indent01 li,
	p.indent01,
	.indent02 li,
	p.indent02,
	ul.disc_pink li,
	ul.disc_blue li {
		font-size: 14px;
	}
}


/* .contents
--------------------------------------------*/
.inner_block {
	width: 980px;
	margin: 0 auto 50px;
}

/* 3カラム
--------------------------------------------*/
.col3_block .col_box,
.index_col3_block .col_box {
	float: left;
	width: 314px;
	margin-left: 19px;
	border-radius: 15px;
	border: 4px solid #aacd06;
	box-sizing: border-box;
	overflow: hidden;
}
.col3_block .col_box.bg_slash_gray {
	border-radius: 0;
	border: none;
	background: url(../img/common/bg_slash_gray.gif) 0 0 repeat;
	padding: 8px;
	text-align: center;
}
.col3_block .col_box.bg_slash_gray p {
	background: #fff;
}
.col3_block .col_box:first-child,
.index_col3_block .col_box:first-child {
	margin-left: 0;
}
.index_col3_block .col_box h3 {
	background: #aacd06;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 15px 0;
	letter-spacing: -.6px;
}
.index_col3_block .col_box h3.icon_check::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 40px;
	margin-right: 10px;
	background: url(../img/common/icon_check.png) no-repeat;
	background-size: 100%;
	vertical-align: -10px;
}

.col3_block .col_box .txtbox,
.index_col3_block .col_box .txtbox {
	padding: 35px 16px 16px;
}
.col3_block .col_box .txtbox figure,
.index_col3_block .col_box .txtbox figure {
	margin-bottom: 15px;
}
.index_col3_block + .index_col3_block,
.col3_block + .col3_block {
	margin-top: 20px;
}
.line_block_thick .col3_block .col_box {
	float: left;
	width: 280px;
	margin-left: 20px;
	border-radius: 10px;
	border: 4px solid #aacd06;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px 0;
}

.col3_block.no_boder .col_box {
	border: none;
	border-radius: 0;
}
.col3_block.sp_col1 .col_box figure figcaption {
	margin-top: 10px;
}


@media only screen and (max-width: 736px) {
	.inner_block {
		width: 92%;
		margin: 0 auto 40px;
	}
	.index_col3_block {
		padding: 0 20px;
	}
	.index_col3_block .col_box,
	.line_block_thick .col3_block .col_box {
		float: none;
		width: 100%;
		margin-left: 0;
		border-radius: 12px;
		margin-bottom: 30px;
	}
	.line_block_thick .col3_block .col_box {
		float: none;
		width: 100%;
		margin-left: 0;
		border-radius: 8px;
		padding: 8px;
		margin-bottom: 10px;
	}
	.index_col3_block .col_box h3 {
		font-size: 21px;
		padding: 10px;
	}
	.col3_block .col_box .txtbox,
	.index_col3_block .col_box .txtbox {
		padding: 15px 8px 10px;
	}
	.col3_block .col_box .txtbox figure,
	.index_col3_block .col_box .txtbox figure {
		text-align: center;
	}
	.col3_block .col_box .txtbox figure img,
	.index_col3_block .col_box .txtbox figure img {
		width: auto;
	}
	.index_col3_block + .index_col3_block,
	.col3_block + .col3_block {
		margin-top: 0;
	}
	.col3_block .col_box.bg_slash_gray {
		margin:0 auto 10px;
		width: 100%;/*2020.1.21追加*/
	}
	.col3_block.no_boder .col_box {
		border: none;
		border-radius: 0;
		margin: 0 0 10px;
		float: none;
		width: 100%;
	}
	.col3_block.no_boder .col_box figure {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.col3_block.no_boder .col_box figure div {
		display: table-cell;
	}
	.col3_block.sp_col1 .col_box figure figcaption {
		display: table-cell;
		vertical-align: middle;
		margin-top: 0;
		padding: 0 0 0 20px;
	}

}

/* 2カラム
--------------------------------------------*/
.col2_block,
.index_col2_block {
	margin-left: -3.06122%;
}
.col2_block .col_box {
	float: left;
	width: 47.0297%;
	margin: 0 0 30px 2.97029%;
	*display: inline;
	*zoom: 1;
}

.index_col2_block .col_box {
	float: left;
	width: 47.0297%;
	margin: 0 0 30px 2.97029%;
	border-radius: 15px;
	border: 4px solid #aacd06;
	box-sizing: border-box;
	overflow: hidden;
}

.index_col2_block .col_box h3 {
	background: #aacd06;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 15px;
	letter-spacing: -.5px;
}

.index_col2_block .col_box .txtbox {
	padding: 16px;
}

.index_col2_block .col_box .txtbox figure {
	margin-bottom: 15px;
}


@media only screen and (max-width: 736px) {
	.col2_block,
	.index_col2_block {
		width: auto;
		clear: both;
		margin: 0 0 15px;
	}
	.col2_block .col_box,
	.index_col2_block .col_box {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}
}

/* カラム
--------------------------------------------*/
.table_box {
	padding: 10px;
	display: table;
	width: 100%;
	height: 100%;
}

.table_box > div,
.table_box > .cell_box {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 736px) {
	.table_box {
		table-layout: fixed;
	}
}

/* 3カラムボタン
--------------------------------------------*/
.col3_btn {
	margin-left: 0;
	text-align: center;
}
.col3_btn .col_box {
	width: 32%;
	margin: 0 .5% 30px;
	display: inline-block !important;
	*zoom: 1;
}
.txtbox .col3_btn .col_box {
	width: 31%;
}
.col3_btn .btn_red,
.col3_btn .btn_orange {
	margin: 0 !important;
}
.col3_btn .btn_red a,
.col3_btn .btn_orange a,
.col3_btn .btn_dark_gray a {
	font-size: 14px;
}
.txtbox .col3_btn .btn_red a,
.txtbox .col3_btn .btn_orange a,
.txtbox .col3_btn .btn_dark_gray a {
	padding: 0 5px 0 10px;
	font-size: 12px;
	color: #FFF !important;
}
.txtbox .col3_btn .btn_red a::before,
.txtbox .col3_btn .btn_orange a::before,
.txtbox .col3_btn .btn_dark_gray a::before {
	left: 10px;
}

.col3_btn p {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 736px) {
	.col3_btn {
		width: auto;
		clear: both;
		margin: 0 0 15px;
	}
	.col3_btn .col_box {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}
}

/* カラム
--------------------------------------------*/
.table_box {
	padding: 10px;
	display: table;
	width: 100%;
	height: 100%;
}

.table_box > div,
.table_box > .cell_box {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 736px) {
	.table_box {
		table-layout: fixed;
	}
}

/* .anclink
--------------------------------------------*/
.anclink {
	width: 92%;
	margin: 0 auto 10px;
}
.anclink li {
	background: #eeefe7;
	width: 48%;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}
.anclink li:nth-child(even) {
	margin-left: 2%;
}
.anclink li a {
	text-decoration: none;
	display: block;
	padding: 8px 0 5px;
	transition: .3s;
}
.anclink li a:after {
	content : url(../img/common/icon_anclink_arrow.png) ;
	display: block;
	margin: -3px auto 0;
}
@media only screen and (min-width: 737px) {
	.anclink li a:hover {
		opacity: .6;
	}
}

.anclink.col3 {
	width: 100%;
	margin: 0 auto 10px;
	letter-spacing: -.4em;
}
.anclink.col3 li {
	width: 32%;
	margin-left: 0!important;
	margin-right: 2%;
	letter-spacing: normal;
}
.anclink.col3 li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 736px) {
	.anclink {
		width: 92%;
		margin: 0 auto 10px;
	}
	.anclink li {
		background: #eeefe7;
		display: inline-block;
		width: 48%;
		text-align: center;
		border-radius: 5px;
		padding: 8px 0 5px;
		margin-bottom: 10px;
	}
	.anclink li:nth-child(even) {
		margin-left: 2%;
	}
	.anclink li a {
		text-decoration: none;
	}
	.anclink li a:after {
		content : url(../img/common/icon_anclink_arrow.png) ;
		display: block;
		margin: -3px auto 0;
	}

	.anclink.col3 {
		width: 100%;
		margin: 0 auto 10px;
	}
	.anclink.col3 li {
		width: 100%;
	}
	.anclink.col3 li {
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

/* clear
--------------------------------------------*/
.col_box,
.col2_block,
.col3_block,
.col4_block,
.col5_block,
.img_float_block,
.index_col3_block,
.qa_txt { zoom:1; }

.col_box:after,
.col2_block:after,
.col3_block:after,
.col4_block:after,
.col5_block:after,
.img_float_block:after,
.index_col3_block:after,
.qa_txt { clear: both; }

.col_box:before,
.col2_block:before,
.col3_block:before,
.col4_block:before,
.col5_block:before,
.img_float_block:before,
.index_col3_block:before,
.col_box:after,
.col2_block:after,
.col3_block:after,
.col4_block:after,
.col5_block:after,
.img_float_block:after,
.index_col3_block:after,
.qa_txt { content: " "; display: table; }


/* midashi
----------------------------------------*/
.contents .txt_midashi_ss {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.contents .txt_midashi_s {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 10px;
}

.contents .txt_midashi_m {
	font-size: 25px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 20px;
}

.contents .txt_midashi_m span.large {
	font-size: 36px;
}

.contents .txt_midashi_l {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	color: #eb5d78;
	margin-bottom: 20px;
}



@media only screen and (max-width: 736px) {
	.contents .txt_midashi_s {
		font-size: 14px;
	}
	.contents .txt_midashi_m {
		font-size: 14px;
	}
	.contents .txt_midashi_m span.large {
		font-size: 18px;
	}
	.contents .txt_midashi_l {
		font-size: 16px;
	}
}

.contents .txt_midashi_pink {
	color: #eb5d78;
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 1.3;
	font-weight: 700;
}
@media only screen and (max-width: 736px) {
	.contents .txt_midashi_pink {
		font-size: 20px;
		margin-bottom: 15px;
		padding: 0 10px;
	}
}

.contents .txt_midashi_green {
	font-size: 40px;
	font-weight: 700;
	color: #189e00;
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.contents .txt_midashi_black {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.contents .txt_midashi_green_bg {
	font-size: 35px;
	margin-left: 18%;
	height: 123px;
	background: url(../img/friends/img_07.png) no-repeat;
	background-position: right 10% top 0;

}

.ttl_friends{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
}
.ttl_friends_01,.ttl_friends_02,.ttl_friends_03{
	display: flex;
	align-items: center;
}
.ttl_friends_01::after{
	content:"";
	display: block;
	flex-grow: 1;
	margin: 0 10px;
	height: 38px;
	width: 139px;
	background:url(../img/friends/img_08.png) no-repeat;
}
.ttl_friends_02::after{
	content:"";
	display: block;
	flex-grow: 1;
	margin: 0 10px;
	height: 38px;
	width: 134px;
	background:url(../img/friends/img_09.png) no-repeat;
}
.ttl_friends_03::after{
	content:"";
	display: block;
	flex-grow: 1;
	margin: 0 10px;
	height: 38px;
	width: 88px;
	background:url(../img/friends/img_10.png) no-repeat;
}

@media only screen and (max-width: 736px) {
	.contents .txt_midashi_green,
	.contents .txt_midashi_black {
		font-size: 19px;
		margin-bottom: 0;
	}
.contents .txt_midashi_green_bg {
	padding-top: 50px;
	margin-left: 5%;
	background: url(../img/friends/img_07.png) no-repeat;
	background-position: right 10% top 0;
	background-size: 45%;
}

}

/* border
----------------------------------------*/
.line_block {
	border: 1px solid #ccc;
	margin: 20px auto;
	padding: 20px;
}

.line_block.red {
	border: 1px solid #db0000;
}


@media only screen and (max-width: 736px) {
	.line_block {
		margin-bottom: 15px;
		padding: 10px;
	}
	.line_block.red {
		border: 2px solid #db0000;
	}
}

.line_block_thick {
	border: 5px solid #ccc;
	margin: 20px auto;
	padding: 20px;
}

.line_block_thick.green {
	border: 10px solid #19a500;
}

.line_block_thick.lightgreen {
	border: 5px solid #aacd06;
}

.line_block_thick.red {
	border: 5px solid #db0000;
}


@media only screen and (max-width: 736px) {
	.line_block_thick {
		margin-bottom: 15px;
		padding: 10px 5px;
	}

	.line_block_thick.green {
		border: 5px solid #19a500;
	}

}


/* img_float
----------------------------------------*/
.img_float_block + .img_float_block  {
	margin-top: 30px;
}
.img_float_block:last-child {
	margin-bottom: 0;
}
.img_float_block .img_r {
	float: right;
	max-width: 50%;
	margin: 0 0 10px 20px;
}
.img_float_block .img_l {
	float: left;
	max-width: 50%;
	margin: 0 20px 10px 0;
}
.img_float_block .img_l2 {
	float: left;
/*	max-width: 65%;
*/	margin: 0 20px 10px 0;
}

.img_float_block .over_h {
	overflow: hidden;
}

.img_float_block .over_h *:last-child{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 736px) {
	/* イメージフロートブロック */
	.img_float_block {
		margin-bottom: 25px;
	}

	.img_float_block img {
		width: 100%;
	}

	.img_float_block .img_r {
		width: 100% !important;
		max-width: none;
		text-align: center;
		float: none;
		margin: 0 0 10px;
	}
	.img_float_block .img_l {
		width: 100% !important;
		max-width: none;
		text-align: center;
		float: none;
		margin: 0 0 10px;
	}
}

/* ボタン
----------------------------------------*/
.btnblock {
	margin: 70px auto;
}

.btnblock .btn_orange a,
.btnblock .btn_red a {
	font-size: 22px;
}

@media only screen and (max-width: 736px) {
	.btnblock {
		margin: 35px auto;
	}
	.btnblock .btn_orange a,
	.btnblock .btn_red a {
		font-size: 15px;
	}
}

/* link */
.txt_link {
	margin-top: 12px;
}
.txt_link::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 11px;
	margin-right: 6px;
	vertical-align: 1px;
	background: url(../img/common/icon_triangle_arrow_gray01.png) no-repeat;
	background-size: 100%;
}
.txt_link a {
	font-size: 16px;
}
@media only screen and (max-width: 736px) {
	.txt_link {
		margin-top: 5px;
	}
	.txt_link::before {
		width: 6px;
		height: 8px;
		margin-right: 6px;
		vertical-align: 0;
	}
	.txt_link a {
		font-size: 13px;
	}
}

/* tab_btn_block
----------------------------------------*/
.tab_btn_block {
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #be0000;
}

.tab_btn_block ul {
	width: 1000px;
	margin: 0 auto;
}

.tab_btn_block li {
	display: inline-block;
	width: 478px;
	margin: 0 8px;
}
.tab_btn_block li a {
	display: block;	
	padding: 0 15px;
	height: 54px;
	line-height: 55px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab_btn_block li.btn_content_d a {
	color: #e30000;
	border-left: 1px solid #e30000;
	border-right: 1px solid #e30000;
	border-top: 1px solid #e30000;	
}
.tab_btn_block li.btn_content_a a {
	color: #ee7600;
	border-left: 1px solid #ee7600;
	border-right: 1px solid #ee7600;
	border-top: 1px solid #ee7600;	
}
.tab_btn_block .btn_content_d.active a,
.tab_btn_block li.btn_content_d a:hover {
	background: #e30000;
	background: -moz-linear-gradient(top, #e30000 0%, #cf0000 75%, #c40000 100%);
	background: -webkit-linear-gradient(top, #e30000 0%,#cf0000 75%,#c40000 100%);
	background: linear-gradient(to bottom, #e30000 0%,#cf0000 75%,#c40000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30000', endColorstr='#c40000',GradientType=0 );
	color: #fff;
}
.tab_btn_block .btn_content_a.active a,
.tab_btn_block li.btn_content_a a:hover {
	background: #ff921d;
	background: -moz-linear-gradient(top, #ff921d 0%, #e9851b 75%, #dc7e19 100%);
	background: -webkit-linear-gradient(top, #ff921d 0%,#e9851b 75%,#dc7e19 100%);
	background: linear-gradient(to bottom, #ff921d 0%,#e9851b 75%,#dc7e19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff921d', endColorstr='#dc7e19',GradientType=0 );
	color: #fff;
}

.tab_btn_block li a::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 15px;
	vertical-align: 3px;
}
.tab_btn_block .btn_content_d a::before {
	background: url(../img/common/icon_tab_arrow_d.png) no-repeat;
}
.tab_btn_block .btn_content_a a::before {
	background: url(../img/common/icon_tab_arrow_a.png) no-repeat;
}
.tab_btn_block li.active a::before,
.tab_btn_block li a:hover::before {
	background: url(../img/common/icon_tab_arrow_w.png) no-repeat;
}

.tab_btn_block .active a {
	cursor: auto;
}

.tab_block {
	display: none;
}

.ac_btn {
	display: none;
}

/* 通常タブ */
.tab_btn_block.col3 {
	border-bottom: none;
	margin-bottom: 0;
}
.tab_btn_block.col3 .btn_tab {
	display: block;
	float: left;
	width: 324px;
	margin-left: 19px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-sizing: border-box;
	overflow: hidden;	
	text-align: center;	
	font-size: 18px;
	font-weight: 700;	
	margin: 0;
	margin-right: 4px;
}
.tab_btn_block.col3 .btn_tab a {
	background: #eeefe7;
	display: block;
	color: #333;
	padding: 8px 0 5px;
}
.tab_btn_block.col3 .btn_tab.active a,
.tab_btn_block.col3 .btn_tab a:hover {
	background: #aacd06;
	color: #fff;
}
.tab_btn_block.col3 .btn_tab a::before {
	content: none;
}
.tab_btn_block.col3 .btn_tab:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 736px) {
	.tab_btn_block {
		display: none;
	}
	
	.ac_btn.ac_d {
		display: block;
		background: #e30000;
		background: -moz-linear-gradient(top, #e30000 0%, #cf0000 75%, #c40000 100%);
		background: -webkit-linear-gradient(top, #e30000 0%,#cf0000 75%,#c40000 100%);
		background: linear-gradient(to bottom, #e30000 0%,#cf0000 75%,#c40000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30000', endColorstr='#c40000',GradientType=0 );
	}
	
	.ac_btn.ac_a {
		display: block;
		background: #ff921d;
		background: -moz-linear-gradient(top, #ff921d 0%, #e9851b 75%, #dc7e19 100%);
		background: -webkit-linear-gradient(top, #ff921d 0%,#e9851b 75%,#dc7e19 100%);
		background: linear-gradient(to bottom, #ff921d 0%,#e9851b 75%,#dc7e19 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff921d', endColorstr='#dc7e19',GradientType=0 );
	}
	
	.ac_btn.ac_s {
		display: block;
		background: #9b9a9a;
		background: -moz-linear-gradient(top, #9b9a9a 0%, #908f8f 75%, gray 100%);
		background: -webkit-linear-gradient(top, #9b9a9a 0%,#908f8f 75%,gray 100%);
		background: linear-gradient(to bottom, #9b9a9a 0%,#908f8f 75%,gray 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9a9a', endColorstr='#808080',GradientType=0 );
	}
	
	.ac_btn a {
		background: url(../img/common/ico-ac_plus.png) no-repeat 93.8% center;
		background-size: 20px auto;
		color: #fff;
		padding: 10px 17px;
		font-size: 15px;
		font-weight: 700;
		display: block;
	}
	.ac_btn a.open {
		background: url(../img/common/ico-ac_minus.png) no-repeat 93.8% center;
		background-size: 20px auto;
	}
	
	.ac_btn.ac_d a {
		background: url(../img/common/ico-ac_minus.png) no-repeat 93.8% center;
		background-size: 20px auto;
		color: #fff;
		padding: 10px 17px;
		font-size: 15px;
		font-weight: 700;
		display: block;
	}
	.ac_btn.ac_d a.open {
		background: url(../img/common/ico-ac_plus.png) no-repeat 93.8% center;
		background-size: 20px auto;
	}

	.ac_btn.ac_normal {
		display: block;
		background: #aacd06;
	}
}

.tab_block.content_normal {
	border: 6px solid #aacd06;
	padding: 25px;
}
@media only screen and (max-width: 736px) {
	.tab_block.content_normal {
		border: 3px solid #aacd06;
		padding: 10px;
		margin-bottom: 20px;
	}
}

/*anchor_block
=============================*/
.anchor_block {
	margin-bottom: 40px;
	border: 1px solid #d2d2d2;
}

.anchor_block dl {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.anchor_block dl:first-child {
	border-right: 1px solid #d2d2d2;
}

.anchor_block dl dt {
	width: 100%;
	display: table;
	border-bottom: 1px solid #d2d2d2;
	background-color:#f5f5f5;
	color:#444;
}
.anchor_block dl dd {
	width: 100%;
	display: table;
}
.anchor_block dl dt span,
.anchor_block dl dd span{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 12px;
	font-size: 100%;
	text-align:center;
	font-weight:700;
	font-size: 16px;	
}
.anchor_block dl dd span {
	padding: 15px 12px;
}
.anchor_block dl dd span a {
	font-size: 18px;
	color: #0f7f00;
	font-weight: 700;
	margin-right: 8px;
}
.anchor_block dl dd span img {
	margin-right: 2px;
	vertical-align: text-bottom;
}

@media only screen and (max-width: 736px) {
	
	.anchor_block dl {
		width: 100%;
		float: none;
	}
	.anchor_block dl:first-child {
		border-right: none;
		border-bottom: 1px solid #d2d2d2;
	}
	
	.anchor_block dl dt {
		display: block;
	}
	.anchor_block dl dd {
		display: block;		
	}
	.anchor_block dl dt span,
	.anchor_block dl dd span {
		display: block;
		padding: 8px 5px;
		font-size: 14px;
	}
	.anchor_block dl dd span a {
		font-size: 15px;
	}
}

/* table
=============================*/
.table_price sup{
	margin-left:3px;
}

.table_price table {
	border-collapse:collapse;
	border-spacing: 0;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	/* width: 980px; */
	table-layout: fixed;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.table_price table {
		border-collapse: separate;
	}
}

.table_price table a {
	color: #06a;
}

.table_price th,
.table_price td {
	padding: 10px 12px;
	font-size: 16px;
	border-top:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	position: static;
}
.table_price th.bt_n {
	border-top: none;
}

.table_price td {
	text-align:center;
	font-weight:700;
}

.table_price td.cp_box {
	height: 96px;
	background-color: #fff8af;
}

.table_price td.cp_box_02 {
	background-color: #fff8af;
}

.table_price td.cp_box_02 img {
	vertical-align: middle;
}

.table_price tbody th {
	color:#444;
	background-color:#f5f5f5;
	text-align:left;
	height: 48px;
}

.table_price tbody th.cp_box {
	background-color: #fff8af;
}

.table_price .padding_l th {
	padding: 15px 12px;
}

.table_price tbody th.service_cell {
	color: #c21b07;
	white-space: nowrap;
	text-align:center;
}

.table_price tbody .option_detail {
	font-size:14px;
	font-weight:400;
}

.table_price thead th.ttl {
	background-color:#fff;
	color:#444;
	padding:10px 20px;
	line-height:1.8em;
}

.table_price thead th.ttl img {
	/*margin:0 2px;*/
}

.table_price tbody th.subttl {
	padding:10px 12px;
	background-color:#e2e1e1;
}

.table_price .padding_l tbody th.subttl {
	padding:10px 12px;
}

.table_price td span.caution {
	display: block;
	line-height: 1.5;
}

.table_price .font_pink {
	color: #ea5672;
	font-weight: 700;
	font-size: 24px;
	height: 61px;
	letter-spacing: 1px;
	padding-left: 80px;
}
.table_price .font_pink span {
	font-size: 14px;
}

.table_price .font_red {
	color: #c21b07;
	height: 62px;
}

.bd_top_none {
	border-top: none !important;
}

.bd_left_none {
	border-left: none !important;
}

.bd_right_none {
	border-right: none !important;
}

.bd_red_weight_left {
	border-left: 5px solid #ea5672!important;
}
.bd_red_weight_right {
	border-right: 5px solid #ea5672!important;
}
.bd_red_weight_top {
	border-top: 5px solid #ea5672!important;
}
.bd_red_weight_bottom {
	border-bottom: 5px solid #ea5672!important;
}
.bd_none_bottom {
	border-bottom: 0px none!important;
}
.bd_none_top {
	border-top: 0px none!important;
}
.bd_dashed_top {
	border-top: dotted 1px #d2d2d2!important;
}
.bg_blue{background-color: #4472c4!important;}
.bg_blue02{background-color: #d9e1f2!important;}

.posi_rel {
	position: relative!important;
}
.camp_img {
	position: absolute;
	top: 0;
	left: 0;
}

.cp_bnr {
	margin: -20px auto 30px;
	text-align: center;
}

@media only screen and (max-width: 736px) {
	.table_price {
		margin-right:-4%;
		overflow-x: auto;
		white-space:nowrap;
	}
	.table_price table {
		width: 700px;
	}

	.table_price.sp_table_100 {
		margin-right:0;
		white-space: normal;
	}

	.table_price.sp_table_100 table {
		width: 100%;
	}
	.table_price th,
	.table_price td {
		padding: 8px 5px;
		font-size:14px;
	}


	.table_price thead th.ttl {
		padding:8px 5px;
	}

	.table_price tbody .option_detail {
		white-space:normal;
		font-size: 12px;
	}

	.table_price::-webkit-scrollbar {
		height: 10px;
	}
	.table_price::-webkit-scrollbar-track {
		border-radius: 0;
		background: #eee;
	}
	.table_price::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #bdbdbd;
	}
	.cp_bnr {
		margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 481px) {
	.table_price table.table_cp th .cp_txt {
		display: none;
	}
	.table_price table.table_cp br {
		display: none;
	}
	.table_cp tbody .cp_box .cp_txt {
		padding: .2em;
		margin: 5px;
		background-color: #eb6ea5;
		color: #fffe00;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 480px) {
	.table_price table {
		width: 100%;
	}
	.table_price table.table_cp th,
	.table_price table.table_cp td {
		padding: 4px;
		font-size: 14px;
	}
	.table_price table.table_cp th.th02 {
		width: 22% !important;
	}
	.table_price table.table_cp th.th03 {
		width: 36% !important;
	}
	.table_price table.table_cp th.th04 {
		width: 23% !important;
	}
	.table_price table.table_cp .camp_img {
		display: none;
	}
	.table_price table.table_cp .font_pink {
		font-size: 20px !important;
		padding-left: 12px;
	}
	
	.table_price td.cp_box {
		vertical-align: middle;
	}
	
	.table_cp tbody .cp_box .cp_txt {
		padding: .2em;
		margin: 5px;
		background-color: #eb6ea5;
		color: #fffe00;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
	}
	
}

/* table normal */
.table_normal {
	margin-bottom: 60px;
}

.table_normal table {
	border-collapse:collapse;
	border-spacing: 0;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	width: 100%;
	table-layout: fixed;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.table_normal table {
		border-collapse: separate;
	}
}
.table_normal table caption {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #aacd06;
	padding: 10px 12px;
}
.table_normal th,
.table_normal td {
	padding: 10px 20px;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	position: static;
	text-align: left;
}
.table_normal th {
	background: #eeefe7;
	font-weight: 700;
}

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

.table_normal td .cell.icon {
	width: 30px;
}

/*.table_normal td .cell.txt {
	padding-left: 8px;
}*/

.table_normal th .career.docomo,
.table_normal th .career.au,
.table_normal th .career.softbank {
	background: #df0000;
	border-radius: 5px;
	text-align: center;
	width: 100px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	margin-left: 7px;
}

.table_normal th .career.au {
	background: #ff921d;
}

.table_normal th .career.softbank {
	background: gray;
}



@media only screen and (max-width: 736px) {
	.table_normal table caption {
		font-size: 14px;
		padding: 10px;
	}
	.table_normal th,
	.table_normal td {
		padding: 10px;
		font-size: 12px;
	}
}

/* annotation
=============================*/
.annotation{
	margin: 0 0 45px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 20px 30px 10px 35px;
}
.autumn{
	margin: -4px 0 15px;
	padding: 11px 17px 13px 40px;
	margin-left: 0;
	text-indent: -1em;
	font-weight: 400;
	background-color:#fbe2ed;
}
.annotation .ind01 li{
	margin-left: 1em;
	text-indent: -1em;
	font-weight: 400;
}

.annotation .ind02 li{
	margin-left: 2em;
	text-indent: -2em;
	font-weight: 400;
}

.autumn .ind01 li{
	margin-left: -1em;
	text-indent: -1em;
	font-weight: 400;
}

.autumn .mb05{
	margin-left: -1em;
}

@media only screen and (max-width: 736px) {
	.annotation{
		border: solid 1px #ccc;
		padding: 10px;
		margin: 10px 0 35px;
		height: 150px;
		overflow: auto;
	}
}

.simulation_btn {
	margin-bottom: 40px;
	text-align: center;
}


/* box
--------------------------------------------*/
.green_box {
	border-radius: 15px;
	border: 4px solid #aacd06;
}

.green_box h3 {
	background: #aacd06;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 15px;
	letter-spacing: -.5px;
}

.gray_box {
	border-radius: 15px;
	border: 4px solid #aaa;
}

.gray_box h3 {
	background: #aaa;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 15px;
	letter-spacing: -.5px;
}

.gray_box {
	border-radius: 15px;
	border: 4px solid #eeefe7;
}

.gray_box h3 {
	background: #eeefe7;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	padding: 15px;
	letter-spacing: -.5px;
}

.gray_box_thin {
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	text-align: left;
}
.gray_bd_box {
	padding: 20px 10px 10px;
	background:  #fff;
	border: 3px solid #cfd2bd;
	border-radius: 10px;
}


/*　背景グレイ */
.bg_block_gray {
	background: #eeefe7;
	padding: 25px;
	margin: 20px auto;
}
.bg_block_gray02 {
	background: #eeefe7;
	padding: 20px;
	margin: 20px auto;
}
@media only screen and (max-width: 736px) {
	.bg_block_gray {
		padding: 10px;
	}
}
/*　背景クリーム色 */
.bg_block_cream {
	background: #fff9d9;
	padding: 20px;
	margin: 20px auto;
}
@media only screen and (max-width: 736px) {
	.bg_block_cream {
		padding: 10px;
	}
}

/* Q&A
--------------------------------------------*/
dl.qa_txt  {
	margin-bottom: 30px;
}

.qa_txt dt,
.qa_txt dd {
	float: left;
}

.qa_txt dt {
	width: 60px;
	color: #aacd06;
	font-size: 25px;
	font-weight: 700;
	padding-left: 30px;
}

.qa_txt dd {
	width: 920px;
	font-size: 16px;
}

@media only screen and (max-width: 736px) {
	.qa_txt dt {
		width: 11%;
		font-size: 15px;
		padding-left: 20px;
	}

	.qa_txt dd {
		width: 89%;
		font-size: 12px;
	}
}

/* accordion_block */
.accordion_block {
	margin-bottom: 70px;
}
.accordion_block dt {
	padding: 8px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #a7a7a7;
	border: 1px solid #a7a7a7;
	cursor: pointer;
}
.accordion_block dt::after {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: -6px;
	background: url(../img/common/icon_plus_gray.png) no-repeat;
	background-size: 100%;
}
.accordion_block dt.open::after {
	background: url(../img/common/icon_minus_gray.png) no-repeat;
	background-size: 100%;
}
.accordion_block dd {
	display: none;
	padding: 30px 0 0;
}
@media only screen and (max-width: 736px) {
	.accordion_block {
		margin-bottom: 35px;
	}
	.accordion_block dt {
		padding: 7px 35px 7px 15px;
		font-size: 14px;
	}
	.accordion_block dt::after {
		content: "";
		width: 18px;
		height: 18px;
		display: block;
		margin-left: 0;
		vertical-align: 0;
		position: absolute;
		top: 25%;
		right: 15px;
	}
	.accordion_block dd {
		padding: 20px 0 0;
	}
}

/* iphone 
--------------------------------------- */
.main_midashi_block {
	border-top: 10px solid #189e00;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 13px 20px 1px 55px;
	margin-bottom: 35px;
}
.main_midashi_block .txt_midashi_green {
	overflow: hidden;
	padding: 25px 0 0 40px;
}
.main_midashi_block .cashback_img {
	position: absolute;
	right: 40px;
	bottom: -12px;
}
@media only screen and (max-width: 736px) {
	.main_midashi_block {
		border-top: 5px solid #189e00;
		padding: 10px;
		margin-bottom: 20px;
	}
	.main_midashi_block .txt_midashi_green {
		padding: 0;
		margin-bottom: 0
	}
	.main_midashi_block .cashback_img {
		position: static;
		text-align: center;
	}
}

/* cm
---------------------------------------- */
.move {
	margin-bottom: 15px;
}
.btn_qt_cm {
	width: 700px;
	margin: 0 auto 60px;
	background: #19a500;
	background: -moz-linear-gradient(top, #19a500 0%, #179700 75%, #168f00 100%);
	background: -webkit-linear-gradient(top, #19a500 0%,#179700 75%,#168f00 100%);
	background: linear-gradient(to bottom, #19a500 0%,#179700 75%,#168f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a500', endColorstr='#168f00',GradientType=0 );
	box-shadow:4px 4px 7px -1px #b7b7b7;
	-moz-box-shadow:4px 4px 7px -1px #b7b7b7;
	-webkit-box-shadow:4px 4px 7px -1px #b7b7b7;
	border: 3px solid #fff;
	border-radius: 10px;
	transition: .3s;
}

.btn_qt_cm a {
	display: block;
	background: url(../img/common/icon_triangle_arrow_white02.png) 50px center no-repeat;
	text-align: center;
	height: 106px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow:0 0 6px 0 #b7b7b7 inset;
	-moz-box-shadow:0 0 6px 0 #b7b7b7 inset;
	-webkit-box-shadow:0 0 6px 0 #b7b7b7 inset;
	border-radius: 7px;	
}
.btn_qt_cm a span {
	display: block;
	font-size: 24px;
	color: #effe00;
}



@media only screen and (min-width: 737px) {
	.btn_qt_cm:hover {
		opacity: .6;
	}
	
	.btn_qt_cm2:hover {
		opacity: .6;
	}	
}

.green_hr {
	display: block;
	width: 100%;
	height: 2px;
	border: 0 none;
	background: #aacd06;
	margin-bottom: 35px;
}

@media only screen and (max-width: 736px) {
	.move {
		padding-top: 56.2%;
		margin-bottom: 10px;
		position: relative;
	}
	.move iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.btn_qt_cm {
		width: 300px;
		margin: 0 auto 40px;
		display: table;
	}

	.btn_qt_cm a {
		display: table-cell;
		background-size: 0;
		height: 46px;
		font-size: 11px;
		padding-top: 5px;
		vertical-align: middle;
		line-height: 1.3;
	}
	.btn_qt_cm a span {
		font-size: 15px;
	}
	
	
}


/* flow_nav
---------------------------------------- */

.flow_nav {
	width: 650px;
	margin: 0 auto;
}
.flow_nav dt {
	margin-bottom: 10px;
}
.flow_nav dd {
	margin-bottom: 50px;
	display: none;
}

@media only screen and (max-width: 736px) {
	.flow_nav {
		width: 100%;
	}
	.flow_nav dd {
		margin-bottom: 30px;
	}
}


/* answer_box
---------------------------------------- */
.answer_box {
	width: 650px;
	margin-bottom: 20px;
	padding: 20px 0;
	background: url(../img/campaign/cashback/dotline.gif) no-repeat left bottom;
}
.answer_box .left_box {
	width: 70px;
	float: left;
}
.answer_box .right_box {
	width: 580px;
	float: right;
	background: url(../img/campaign/cashback/answer_bg.gif) repeat-y top left;
}
.answer_box .right_box .answer_inner {
	width: 580px;
	background: url(../img/campaign/cashback/answer_ttl.gif) no-repeat top left;
}

.answer_box .right_box .comment {
	width: 560px;
	padding: 20px 20px 10px 115px;
}
.answer_box .right_box .comment h3 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
	.answer_box {
		width: 100%;
	}

	.answer_box .left_box {
		width: 10%;
	}
	.answer_box .right_box {
		width: 88%;
		background-size: 100%;
	}
	.answer_box .right_box .answer_inner {
		width: 100%;
		background-size: 100%;

	}
	.answer_box .right_box .comment {
		width: 100%;
		padding: 5% 10px 10px 19%;
	}
	.answer_box .right_box .comment h3 {
		margin-bottom: 10px;
	}
}


/* .news_block
------------------------------------------- */
.news_block {
	max-width: 980px;
	margin: 60px auto;
}
.news_ttl {
	clear: both;
	width:100%;
	display:table;
	font-size:17px;
	padding-bottom:4px;
	margin-bottom:20px;
	background: url(../img/index/ttl04_line.gif) 0 bottom no-repeat;
	overflow: hidden;
	zoom:1;
}

.news_ttl h2 {
	display:table-cell;
	text-align: left;
	padding-bottom:8px;
	vertical-align: bottom;
}

.news_ttl p {
	display:table-cell;
	width:136px;
	padding-bottom:8px;
	text-align: right;
	vertical-align: bottom;
}


.news_block .news_box {
	clear: both;
	border-bottom:1px solid #ddd;
	padding:10px 0;
}

.news_block .news_box .date {
	float:left;
	width:100px;
	margin-right:5px;
	font-weight:700;
}

.news_block .news_box .txt {
	overflow:hidden;
	zoom:1;
}

.news_block .category,
.news_detail .category {
	float:left;
	width:120px;
	margin-right:20px;
	padding-left:12px;
	border:1px solid #e0e0e0;
	font-size:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.news_block .simd,
.news_detail .simd {
	background:url(../img/index/mark_simd.png) left repeat-y;
}

.news_block .sima,
.news_detail .sima {
	background:url(../img/index/mark_sima.png) left repeat-y;
}

.news_block .sims,
.news_detail .sims {
	background:url(../img/index/mark_sims.png) left repeat-y;
}

.news_block .uq,
.news_detail .uq {
	background:url(../img/index/mark_uq.png) left repeat-y;
}

.news_block .others,
.news_detail .others {
	background:url(../img/index/mark_others.png) left repeat-y;
}

.news_block .sim_ad,
.news_detail .sim_ad {
	background:url(../img/index/mark_sim_ad.png) left repeat-y;
}

.news_block .press,
.news_detail .press {
	background:url(../img/index/mark_press.png) left repeat-y;
}

.news_block .sim_all,
.news_detail .sim_all {
	background:url(../img/index/mark_sim_all.png) left repeat-y;
}
/* 端末 */
.news_block .terminal,
.news_detail .terminal{
	background: url(../img/index/mark_terminal.png) left repeat-y;
}

/* 重要 */
.news_block .important,
.news_detail .important {
	background: url(../img/index/mark_important.png) left repeat-y;
}

/* イベント */
.news_block .event,
.news_detail .event{
	background: url(../img/index/mark_event.png) left repeat-y;
}

/* キャンペーン */
.news_block .campaign,
.news_detail .campaign{
	background: url(../img/index/mark_campaign.png) left repeat-y;
}

/* サービス */
.news_block .service,
.news_detail .service{
	background: url(../img/index/mark_service.png) left repeat-y;
}

.news_block .cp_block {
	margin-top: 60px;
}
.news_block .cp_block p {
	float: left;
}
.news_block .cp_block p + p {
	float: right;
}
@media only screen and (min-width: 737px) {
	.news_block a img {
		transition: .3s;
	}
	.news_block a:hover img {
		opacity: .6;
	}
}
@media only screen and (max-width: 736px) {
	.news_block {
		margin: 40px 10px;
	}

	.news_ttl {
		margin-bottom:10px;
	}

	.news_block .news_box .txt {
		clear:both;
		padding-top:10px;
	}

	.news_block .news_box img {
		width: auto;
	}

	.news_block .cp_block {
		margin: 40px 0 0;
	}
	.news_block .cp_block p {
		float: none;
	}
	.news_block .cp_block p + p {
		float: none;
		margin-top: 20px;
	}
}

/* news_detail
=============================*/

.news_detail .category {
	float:left;
	margin-right:5%;
}

.news_detail .date{
	float:right;
	width:45%;
	text-align: right;
}

.detail_info p {
	margin-bottom:0;
}


/* support 
=============================*/
.anshin_block {
	margin:0 0 25px -16px;
}

.anshin_block .anshin_box {
	float:left;
	margin-left:20px;
	width:226px;
	background:url(../img/common/bg_slash_gray.gif) 0 0 repeat;
	padding:8px;
}


.anshin_box_inner {
	background-color:#fff;
	padding:25px 10px;
}

.anshin_box_inner .img {
	text-align:center;
	margin-bottom:20px;
}

.anshin_block .tel .anshin_os { color:#e90000;}
.anshin_block .lock .anshin_os { color:#e90000;}
.anshin_block .remote .anshin_os { color:#e90000;}
.anshin_block .bk .anshin_os { color:#e90000;}


.appli_box {
	margin-bottom: 30px;
	float: left;
}
.appli_box p {
	padding-right: 15px;
	display: table-cell;
    vertical-align: middle;
}
.dl_block {
	margin-bottom: 30px;
}
.dl_box {
	margin-right: 20px;
    padding: 15px;
    width: 226px;
    border: 5px solid #aacd06;
    float: left;
}
.dl_box:last-child {
	margin-right: 0;
}
.dl_box p {
	margin-bottom: 15px;
}
.dl_box .fonts {
	font-size: 14px;
}
.dl_arrow {
	margin-top: 60px;
	width: 39px;
	height: 42px;
	background:url(../img/option/support/icon_arrow_green.png) no-repeat 0 0;
}
@media only screen and (max-width: 736px) {
	.anshin_block {
		margin:0 0 25px;
	}

	.anshin_block .anshin_box {
		float:none;
		width:98%;
		margin:0 0 10px;
		padding:1%;
	}

	.anshin_box_inner {
		padding:15px 10px;
	}
	.dl_block {
	}
	.dl_box {
		margin-right: 0;
		margin-bottom: 20px;
		width: 45%;
	}
	.dl_box:nth-child(odd){
		margin-right: 20px;
	}
	.dl_arrow {
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
		height: 50px;
		background:url(../img/option/support/icon_arrow_green_sp.png) no-repeat 50% 50%;
	}
}

/* slide
=============================*/
.slick-dots li button:before{
	font-size: 16px!important;
	opacity: 1!important;
	color: #b3d316!important;
}
.slick-dots li button:hover:before{
	color: #138800!important;
}
.slick-dots li.slick-active button:before{
	font-size: 16px!important;
	opacity: 1!important;
	color: #138800!important;
}