@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, section, article, header, footer, aside, figure, figcaption, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
	display:block;
}
ol,ul {
	list-style: none;
	list-style-type: none;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a {
	color: #242730;
	font-weight: normal;
	text-decoration: underline;
}
a img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

.t_right {
	text-align: right !important;
}
.t_left {
	text-align: left !important;
}
.t_center {
	text-align: center!important;
}
.t_bold {
	font-weight: bold;
}
input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*========================================================================
  style
========================================================================*/

/*========================================================================
  共通
========================================================================*/
body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro", Osaka, sans-serif;
	font-size: 13px;
	color: #00263f;
	line-height: 26px;
}

main {
	display: block;
	position: relative;
	overflow: hidden;
}

.articleInner {
	max-width: 1040px;
	margin: 0 auto;
}

h2 {
	font-size: 36px;
	text-align: center;
	color: #00263f;
	margin: 0 0 40px;
}

h3 {
	font-size: 20px;
	text-align: center;
	color: #00263f;
	margin: 0 0 25px;
	padding: 0 0 30px;
	background: url(../img/common/bg_h3.png) no-repeat bottom center;
}

h4 {}

p {
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	color: #00263f;
	margin: 0 0 30px;
}
.note2{
	font-size: 12px;
}
.pt50{
	padding-top: 50px !important;
}

/*========================================================================
  footer
========================================================================*/
/*footer {
	display: block;
	width: 100%;
	padding: 0px 0 0px;
	margin: 0px 0 0;
	background: #fff;
}

footer .footer_first {
	display: block;
	padding: 45px 0;
	margin: 0 auto;
	max-width: 700px;
}

footer .footer_first h3 {
	font-size: 16px;
	margin: 0 0 25px;
	padding: 0 0 0px;
	background: none;
}

footer .footer_first p {
	margin: 0 0 15px;
}

footer .footer_first a.btn {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../img/common/icon_free.png) no-repeat 20px center, url(../img/common/icon_btn.png) no-repeat 98% 50%, #ea431f;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	margin: 0 auto 10px;
	background-size: 46px,12px;
}
footer .footer_first a.link {
	display: block;
	color: #065fe3;
	text-align: right;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(../img/common/icon_link.png) no-repeat right 50%;
	min-height: 10px;
	background-size: 6px;
}

footer .footer_cell {
	width: 100%;
	padding: 40px 0 10px;
	margin: 0 auto;
	background: #edf0f4;
}

footer .footer_cell .articleInner h3 {
	font-size: 13px;
	text-align: left;
	margin: 0 0 5px;
	padding: 0 0 0px;
	background: none;
}

footer .footer_cell .articleInner p {
	margin: 0 0 30px;
}

footer .footer_contact {
	max-width: 1040px;
	padding: 40px 0 60px;
	margin: 0 auto;
}

footer .footer_contact .footer_menu {
	margin: 0 0 10px;
}

footer .footer_contact .footer_menu a {
	font-size: 13px;
	text-align: left;
	margin: 0 20px 15px 0;
	padding: 0 0 0px;
	background: none;
	color: #065fe3;
	font-weight: bold;
	text-decoration: none;
}

footer .footer_contact p {
	margin: 0 0 3px;
}

footer .footer_contact p.copyright {

	margin: 20px 0 0px;
	text-align: right;
	font-size: 10px;
}*/


/*========================================================================
  index
========================================================================*/
.index {
	position: relative;
	background: url(../img/index/bg_index_list.jpg) no-repeat top center;
	background-attachment: fixed;
}
#wrapper {
	position: relative;
}
.index::before,
#wrapper::after,
#wrapper::before {
    width: 25px;
    height: 100vh;
    position: absolute;
}
.index::before,
#wrapper::after,
#wrapper::before,
article::after,
article::before {
    z-index: 10000;
    background-color: #edf0f4;
    content: "";
		display: block;
}
#wrapper::before {
	position: fixed;
    left: 0;
}
#wrapper::after {
	position: fixed;
    right: 0px;
}
.index::before {
	position: fixed;
    right: 0;
}
article::after,
article::before {
    width: 100%;
    height: 25px;
    position: absolute;
}
.index::before,
#wrapper.loaded::after,
#wrapper.loaded::before {
    width: 25px;
}
#wrapper.loaded article::after,
#wrapper.loaded article::before {
    height: 25px;
}
article.fixed::before {
    position: fixed;
    top: 0;
}
article::after {
    position: fixed;
    bottom: 0;
}

.mv {
	display: block;
	width: 100%;
	height: 100vh;
	background: #edf0f4;
	text-align: center;
	padding: 0px 20px 0;
	position: relative;
}
.mv:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.mv::before {
    width: 100%;
    height: 25px;
    position: absolute;
    z-index: 10000;
    background-color: #edf0f4;
    content: "";
		display: block;
		bottom: 0;
		left: 0;
}

.mv .cell {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto 0;
	border-radius: 10px;
	background: url(../img/index/bg_mv.png) no-repeat center;
	background-size: cover;
}

.mv .ttl {
	padding: 0px 0 0px;
	width: 47%;
	height: 100%;
	text-align: center;
	display: table;
}
.mv .ttl .inner {
	display: table-cell;
	vertical-align: middle;
}
.mv .ttl h1 {
	font-size: 20px;
	color: #00263f;
	text-align: center;
	line-height: 40px;
	margin: 0 0 30px;
	letter-spacing: 0.2em;
}
.mv .ttl h1 span {
	color: #065fe3;
}
.mv .ttl h1 img {
	display: block;
	text-align: center;
	margin: 10px auto 0;
	width: 214px;
}
.mv .ttl p {
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
/*
.mv .img_mv {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 760px;
	bottom: 0px;
	right: 0%;
}
*/
.mv .img_mv img {
	position: absolute;
	/*width: auto;
	max-width: 100%;*/
	width: auto;
	height: 100%;
	max-height: 760px;
	top: 0px;
	bottom: 0px;
	right: 10.3%;
	margin: auto 0 auto auto;
}
.mv .scroll {
	position: absolute;
	width: 35px;
	bottom: 2%;
	right: 0%;
	left: 0;
	margin: auto auto 0 auto;
}


.index_cell {
	padding: 85px 0;
	width: 100%;
	/* 20181022 change
	background: url(../img/index/bg_index_list.jpg) no-repeat top center;
	20181022 change end */
}

.index_cell h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 56px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #00263f;
	margin: 0 0 50px;
	padding: 0 0 0;
	background: url(../img/index/bg_index_h2.png) no-repeat 50% 90%;
}
.index_cell h2 span {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0;
	/* 20181013
	color: #065fe3;
	*/
	/* 20181013 change */
	color: #3881b1;
	/* 20181013 change end */
	display: block;
}

.index_cell ul {
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	font-size: 0;
}
.index_cell ul li {
	display: inline-block;
	width: 32.6%;
	margin: 0 1.1% 10px 0;
	background: url(../img/index/icon_index_list.png) no-repeat 90% 90%,#fff;
	border-radius: 5px;
	vertical-align: top;
	background-size: 16px;
}
.index_cell ul li:nth-child(3n) {
	margin: 0 0% 10px 0;
}
.index_cell ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 60px 0% 70px;
}
.index_cell ul li .img {
	width: auto;
	max-width: 250px;
	text-align: center;
	margin: 0 auto 40px;
}
.index_cell ul li .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.index_cell ul li a p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 0;
	padding: 0 20px;
	color: #00263f;
	text-align: center;
	min-height: 60px;
}



/*========================================================================
  kasou 共通
========================================================================*/
.kasou {
	display: block;
	width: 100%;
	background: url(../img/kasou/bg_kasou.png) repeat-y top;
	background-size: 100% auto;
	padding: 120px 0;
}
.kasou .inner {
	max-width: 1040px;
	margin: 0 auto 40px;
	background: #fff;
	border-radius: 10px;
}

.kasou .inner .kasou_ttl {
	display: block;
	margin: 0 0 60px;
	padding: 0;
	width: 100%;
	height: 490px;
	border-bottom: 1px solid #edf0f4;
	position: relative;
	background: url(../img/kasou/bg_kasou_ttl.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}
.kasou .inner .kasou_ttl h1 {
	position: absolute;
	width: 214px;
	top: -0px;
	left: 0;
	right: 0;
	margin: 0 auto auto auto;
}
.kasou .inner .kasou_ttl img{
	position: absolute;
	display: block;
	margin: auto auto auto auto;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
}
.kasou .inner .kasou_ttl .img img{
	max-width: 50%;
}
.kasou .inner .kasou_ttl .breadcrumb {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	text-align: right;
	margin: 0 0 0;
	line-height: 1;
}
.kasou .inner .kasou_ttl .breadcrumb a {
	text-decoration: none;
	color: #065fe3;
	font-weight: normal;
}

.kasou .inner .kasou_cell {
	border-bottom: 1px solid #edf0f4;
	/*padding: 0 0 75px;*/
}

.kasou .inner .kasou_cell section {
	display: block;
	padding: 0 6.25% 40px;
}

.kasou .inner .kasou_cell section::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.kasou .inner .kasou_cell section .img_right {
	display: block;
	width: 48.5%;
	float: right;
	margin: 0 0 30px 3%;
}

.kasou .inner .kasou_cell section .img_left {
	display: block;
	width: 48.5%;
	float: left;
	margin: 0 3% 30px 0;
}

.kasou .inner .kasou_cell section .img_right img,
.kasou .inner .kasou_cell section .img_left img {
	width: auto;
	max-width: 100%;
}

.kasou .inner .kasou_cell section .txt_right,
.kasou .inner .kasou_cell section .txt_left {
	display: block;
	width: 48.5%;
	float: left;
}

.kasou .inner .kasou_cell section .list_double {
	display: block;
	width: 100%;
	margin: 0 0% 0px 0;
	font-size: 0;
}

.kasou .inner .kasou_cell section .list_double li {
	display: inline-block;
	width: 48.5%;
	margin: 0 3% 0px 0;
	vertical-align: top;
}

.kasou .inner .kasou_cell section .list_double li:nth-child(2n) {
	margin: 0 0% 0px 0;
}

.kasou .inner .kasou_cell section .list_double li .img {
	margin: 0 0 15px;
}

.kasou .inner .kasou_cell section .list_double li p {
	font-size: 13px;
}
.kasou .inner .kasou_cell a {
	/* 20181013 change
	background: url(../img/kasou/icon_kasou_link.png) no-repeat right 0px;
	padding: 0 20px 0 0;
	text-decoration: underline;
	*/
	/* 20181013 change */
	background: url(../img/kasou/icon_kasou_link01.png) no-repeat left 5px;
	padding: 0 0 0 15px;
	text-decoration: none;
	/* 20181010 change end */
	min-height: 16px;
	color: #065fe3;
	background-size: 7px;
}
.kasou .inner .kasou_cell a[target="_blank"] {
	/* 20181013 change
	background: url(../img/kasou/icon_kasou_blank.png) no-repeat right 0px;
	*/
	/* 20181010 change */
	background: url(../img/kasou/icon_kasou_blank01.png) no-repeat left 5px;
	/* 20181010 change end */
	min-height: 16px;
	background-size: 8px;
}

.kasou .inner .kasou_cell p.note,.kasou .inner .kasou_cell section .list_double li p.note {
	position: relative;
	padding-left: 1.3em !important;
	font-size: 12px;
	line-height: 24px;
}
.kasou .inner .kasou_cell p.note::before {
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
}
.kasou .inner .kasou_pagelink {
	height: 150px;
	display: table;
	margin: 0 6.25%;
	width: 87.5%;
}
.kasou .inner .kasou_pagelink .prev {
	display: table-cell;
	width: 50%;
	height: 150px;
	vertical-align: middle;
	padding: 0 0 0 3.8%;
	text-align: left;
	background: url(../img/kasou/icon_prev.png) no-repeat left 50%;
	background-size: 12px;
}
.kasou .inner .kasou_pagelink .next {
	display: table-cell;
	width: 50%;
	height: 150px;
	vertical-align: middle;
	padding: 0 3.8% 0 0;
	text-align: right;
	background: url(../img/kasou/icon_next.png) no-repeat right 50%;
	background-size: 12px;
}
.kasou .inner .kasou_pagelink a {
	font-size: 16px;
	text-decoration: none;
}
.kasou a.kasou_btn {
	display: block;
	max-width: 520px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../img/common/icon_btn.png) no-repeat 95% 50%, #065fe3;
	border-radius: 5px;
}

/* add */
.kasou a.kasou_btn_top {
	display: block;
	max-width: 520px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../img/common/icon_btn_top.png) no-repeat 95% 50%, #065fe3;
	border-radius: 5px;
	background-size: 24px;
}
/* /add */

.kasou_footer {
	display: block;
	width: 100%;
	border-bottom: 1px solid #edf0f4;
}
.kasou_footer ul {
	display: block;
	width: 100%;
	font-size: 0;
}
.kasou_footer ul li {
	display: inline-block;
	width: 33.3333333%;
	padding: 55px 5%;
	box-shadow:1px 0 #edf0f4;
	vertical-align: top;
}

.kasou_footer ul li dt {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #00263f;
	margin: 0 0 20px;
	padding: 0 0 0;
	background: none;
}
.kasou_footer ul li dt span {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0;
	/* 20181018
	color: #065fe3;
	*/
	/* 20181018 change */
	color: #616977;
	/* 20181018 change end */
	display: block;
	letter-spacing: 0.5em;
}

.kasou_footer ul li p {
	margin: 0 0 5px;
	/* add */
	padding: 0 0 0 20px;
	background: url(../img/common/icon_kasou_menu.png) no-repeat left 9px;
	/* /add */
	background-size: 8px;
}
.kasou_footer ul li p a {
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	/* 20181018
	color: #00263f;
	 */
	 /* 20181018 change */
	color: #065fe3;
	/* 20181018 change end */
	text-decoration: none;
	margin: 0 0 10px;
	padding: 0 0 0;
}


@media screen and (max-width: 768px) {
	.pc { display: none !important;}
	.sp { display: block !important;}
	.articleInner {
		width: 95%;
		max-width: 95%;
		margin: 0 2.5%;
	}

	h2 {
		font-size: 24px;
		line-height: 36px;
		color: #00263f;
		margin: 0 0 30px;
	}

	h3 {
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 25px;
		padding: 0 0 20px;
	}

	h4 {}

	p {
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 15px;
	}


	/*========================================================================
	  footer
	========================================================================*/
	footer {
		display: block;
		width: 100%;
		padding: 10px 0 0px;
		margin: 0px 0 0;
	}

	footer .footer_first {
		display: block;
		padding: 0 0;
		margin: 30px auto;
		max-width: 90%;
	}

	footer .footer_first h3 {
		font-size: 14px;
		margin: 0 0 5px;
	}

	footer .footer_first p {
		margin: 0 0 15px;
		font-size: 12px;
		line-height: 24px;
	}

	footer .footer_first a.btn {
		display: block;
		width: 100%;
		height: 56px;
		line-height: 56px;
		background: url(../img/common/icon_free.png) no-repeat 5% center, url(../img/common/icon_btn.png) no-repeat 95% 50%, #ea431f;
		background-size: 38px auto, 9px auto, 100%;
		font-size: 22px;
		margin: 0 auto 10px;
		font-weight: bold;
	}
	footer .footer_first a.link {
		display: block;
		text-align: center;
		padding: 0 0 0 0;
		margin: 0 auto;
		background: none;
	}
	footer .footer_first a.link span {
		text-align: center;
		padding: 0 15px 0 0;
		margin: 0 auto;
		background: url(../img/common/icon_link.png) no-repeat right 50%;
		background-size: 3%;
	}

	footer .footer_cell {
		width: 100%;
		padding: 35px 5% 10px;
	}

	footer .footer_cell .articleInner h3 {
		font-size: 14px;
	}

	footer .footer_cell .articleInner p {
		margin: 0 0 20px;
	}

	footer .footer_contact {
		max-width: 100%;
		padding: 0px 5% 35px;
		margin: 0 auto;
	}

	footer .footer_contact .footer_menu {
		margin: 0 0 20px;
	}

	footer .footer_contact .footer_menu a {
		display: block;
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin: 0 0px 0px 0;
		padding: 10px 0 10px;
		background: none;
		color: #065fe3;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #edf0f4;
	}

	footer .footer_contact p {
		margin: 15px 0 20px;
		text-align: center;
		font-size: 11px;
		line-height: 1.8;
	}

	footer .footer_contact p.copyright {
		text-align: center;
	}


	/*========================================================================
	  index
	========================================================================*/
		.index {
			background: url(../img/index/bg_index_list_sp.jpg) no-repeat top center;
			background-size: cover;
			background-attachment: fixed;
		}
		.index::before,
		#wrapper::after,
		#wrapper::before {
		    width: 10px;
		}
		article::after,
		article::before {
		    height: 10px;
		}
		.index::before,
		#wrapper.loaded::after,
		#wrapper.loaded::before {
		    width: 10px;
		}
		#wrapper.loaded article::after,
		#wrapper.loaded article::before {
		    height: 10px;
		}

		/* 20181022 add */
		.index.border_n::before,
		.border_n #wrapper::after,
		.border_n #wrapper::before {
		    display: none;
		}
		.border_n article::after,
		.border_n article::before {
			display: none;
		}
		.index.border_n::before,
		.border_n #wrapper.loaded::after,
		.border_n #wrapper.loaded::before {
			display: none;
		}
		/* 20181022 add end */

	.mv {
		padding: 0px 0px;
		/*height: calc(100vh - 80px);*/
	}
	.mv::before {
	    height: 10px;
	}
	/* 20181013 add */
	.mv.phone {
		height: 100vh;
	}
	/* 20181013 add end */

	.mv .cell {
		display: block;
		border-radius: 5px;
		background: url(../img/index/bg_mv_sp.png) no-repeat center;
		background-size: cover;
		padding: 0px 0 0;
	}
	.mv .img_mv_sp {
		width: 180px;
        max-width: 40%;
		margin: 0 auto 8px;
	}
	.mv .img_mv_sp img {
		width: 100%;
	}

	.mv .ttl {
		padding: 0px 0 0px;
		width: 100%;
		text-align: center;
		float: none;
	}
	.mv .ttl .inner {
		text-align: center;
		vertical-align: middle;
	}
	.mv .ttl h1 {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 5px;
		letter-spacing: 0.2em;
	}
	.mv .ttl h1 img {
		width: 110px;
	}
	.mv .ttl p {
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 0;
        padding-bottom: 14vw;
	}
	.mv .scroll {
		width: 12.75vw;
        height: 18vw;
        background: url(../img/index/icon_scroll_sp.png) 0 0 no-repeat;
        -webkit-background-size: 100%;
        background-size: 80%;
		bottom: -2%;
	}
    .mv .scroll a {
        display: block;
        width: 100%;
        height: 100%;
    }
	.mv .scroll img {
		/*width: auto;
		max-width: auto !important;
		height: 6.5vh;
		max-height: 45px;*/
        display: none;
	}



	.index_cell {
		padding: 55px 0;
		/* 20181024 change
		background: url(../img/index/bg_index_list_sp.jpg) no-repeat top center;
		width: 100% auto;
		*/
	}

	.index_cell h2 {
		line-height: 56px;
		letter-spacing: 0.05em;
		margin: 0 0 35px;
		font-weight: bold;
		background: url(../img/index/bg_index_h2.png) no-repeat 50% 90%;
	}
	.index_cell h2 span {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0;
	}

	.index_cell ul {
		width: 95%;
		max-width: 95%;
	}
	.index_cell ul li {
		display: inline-block;
		width: 48.5%;
		margin: 0 3% 10px 0;
		background: url(../img/index/icon_index_list.png) no-repeat 95% 95%,#fff;
		background-size: 16px;
	}
	.index_cell ul li:nth-child(3n) {
		margin: 0 3% 10px 0;
	}
	.index_cell ul li:nth-child(2n) {
		margin: 0 0% 10px 0;
	}
	.index_cell ul li a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 30px 0% 20px;
	}
	.index_cell ul li .img {
		max-width: 61%;
		margin: 0 auto 25px;
	}
	.index_cell ul li .img img {
		width: auto;
		height: auto;
		max-width: 100%;
		vertical-align: middle;
	}
	.index_cell ul li a p {
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
	}



	/*========================================================================
	  kasou 共通
	========================================================================*/
	.kasou {
		display: block;
		width: 100%;
		background: url(../img/kasou/bg_kasou.png) repeat-y top;
		background-size: 100% auto;
		padding: 75px 2.5% 40px;
	}
	.kasou .inner {
		max-width: 100%;
		margin: 0 auto 10px;
	}

	.kasou .inner .kasou_ttl {
		margin: 0 0 45px;
		height: 240px;
		background: url(../img/kasou/bg_kasou_ttl_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.kasou .inner .kasou_ttl h1 {
		position: absolute;
		width: 214px;
		top: -0px;
		left: 0;
		right: 0;
		margin: 0 auto auto auto;
	}
	.kasou .inner .kasou_ttl img{
		max-width: 62%;
		height: auto;
		vertical-align: middle;
		text-align: center;
	}
	.kasou .inner .kasou_ttl .breadcrumb {
		bottom: 15px;
		right: 15px;
		font-size: 10px;
	}

	.kasou .inner .kasou_cell {
		border-bottom: 1px solid #edf0f4;
		padding: 0 0 0px;
	}

	.kasou .inner .kasou_cell section {
		padding: 0 5.5% 60px;
	}

	.kasou .inner .kasou_cell section .img_right {
		width: 100%;
		float: none;
		margin: 0 0 10px 0%;
	}

	.kasou .inner .kasou_cell section .img_left {
		width: 100%;
		float: none;
		margin: 0 0 10px 0%;
	}

	.kasou .inner .kasou_cell section .img_right img,
	.kasou .inner .kasou_cell section .img_left img {
		display: block;
		width: auto;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.kasou .inner .kasou_cell section .txt_right,
	.kasou .inner .kasou_cell section .txt_left {
		width: 100%;
		float: none;
	}

	.kasou .inner .kasou_cell section .list_double li {
		display: block;
		width: 100%;
		margin: 0 0% 20px 0;
	}

	.kasou .inner .kasou_cell section .list_double li:nth-child(2n) {
		margin: 0 0% 20px 0;
	}

	.kasou .inner .kasou_cell section .list_double li .img {
		margin: 0 0 10px;
	}
	.kasou .inner .kasou_cell section .list_double li .img img {
		display: block;
		width: auto;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.kasou .inner .kasou_cell section .list_double li p {
		font-size: 14px;
	}

	.kasou .inner .kasou_cell p.note,.kasou .inner .kasou_cell section .list_double li p.note {
		font-size: 11px;
		line-height: 22px;
	}
	.kasou .inner .kasou_cell p.note::before {
		font-size: 11px;
	}
	.kasou .inner .kasou_pagelink {
		height: auto;
		display: block;
		width: 100%;
		margin: 0 0%;
	}
	.kasou .inner .kasou_pagelink .prev {
		display: block;
		width: 100%;
		height: auto;
		padding: 25px 35px 25px 35px;
		text-align: center;
		background: url(../img/kasou/icon_prev.png) no-repeat 5.6% 50%;
		border-bottom: 1px solid #edf0f4;
		background-size: 10px;
	}
	.kasou .inner .kasou_pagelink .next {
		display: block;
		width: 100%;
		height: auto;
		padding: 25px 35px 25px 35px;
		text-align: center;
		background: url(../img/kasou/icon_next.png) no-repeat 94.4% 50%;
		background-size: 10px;
	}
	.kasou .inner .kasou_pagelink a {
		font-size: 14px;
		font-weight: bold;
	}
	.kasou a.kasou_btn {
		max-width: 100%;
		height: 70px;
		line-height: 70px;
		margin: 0 auto 0;
		font-size: 18px;
		font-weight: bold;
		border-radius: 10px;
		background: #065fe3;
	}
	.kasou a.kasou_btn_top {
		max-width: 100%;
		height: 70px;
		line-height: 70px;
		margin: 0 auto 0;
		font-size: 18px;
		font-weight: bold;
		border-radius: 10px;
	}

	.kasou_footer {
		display: block;
		width: 100%;
		border-bottom: none;
		background: #edf0f4;
		padding: 40px 2.5% 5px;
	}
	.kasou_footer ul {
		display: block;
		width: 100%;
		font-size: 0;
	}
	.kasou_footer ul li {
		display: block;
		width: 100%;
		padding: 0px 0%;
		margin: 0 0 10px;
		box-shadow: none;
		background: #fff;
		border-radius: 10px;
	}

	.kasou_footer ul li dt {
		display: block;
		width: 100%;
		font-weight: bold;
		line-height: 36px;
		margin: 0 0 0px;
		padding: 10px 30px;
		position: relative;
	}
	.kasou_footer ul li dt span {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 0;
		color: #065fe3;
		display: block;
		letter-spacing: 0.2em;
	}
	.kasou_footer ul li dt::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 5%;
	  margin: auto 0 auto auto;
	  background: url(../img/kasou/icon_toggle01.png) no-repeat;
	  background-size: 20px 20px;
	  width: 20px;
	  height: 20px;
	}
	.kasou_footer ul li dt.toggle_open::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 5%;
	  margin: auto 0 auto auto;
	  background: url(../img/kasou/icon_toggle02.png) no-repeat;
	  background-size: 20px 2px;
	  width: 20px;
	  height: 2px;
	}

	.kasou_footer ul li p {
		margin: 0 0 0px;
		padding: 0 20px 0 0;
		background: url(../img/kasou/icon_footer_menu.png) no-repeat 95% 50%;
		background-size: 12px 12px;
		border-top: 1px solid #edf0f4;
	}
	.kasou_footer ul li p a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 0 0px;
		padding: 10px 35px 10px 12px;
	}
	.kasou_footer ul li dd {
		display: none;
	}

}


/*
.site_wrap {
	position: absolute;
	width: 53%;
	min-width: 292px;
	bottom:0%;
	right: 0;
}
#port {
    margin: 0em 0px;
    overflow: hidden;
    position: relative;
	height: 760px;
    z-index:300;
}
*/