html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:0 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
nav,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:none;
}
ins{
text-decoration:none;
}
ins,mark{
background-color:#ff9;
color:#3E3E3E;
}
mark{
font-style:italic;
font-weight:700;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}

body{
width:100%;
background:#fff;
color: #3E3E3E;
font-size: 10px;
font-family: "Zen Kaku Gothic New", serif;
font-style: normal;
-webkit-text-size-adjust: 100%;
line-height:1.5;
overflow-x: hidden;
}
a {
color:#3E3E3E;
outline:none;
text-decoration:none;
}
a:hover {
opacity:.7;
}
input[type="button"]:hover ,
input[type="submit"]:hover {
opacity:.7;
cursor:pointer;
}
img {
max-width:100%;
outline:none;
vertical-align:bottom;
}
.none{
display: none;
}

.clearfix:after {
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
/*\*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
/**/
}
/* .clearfix */

.pcHide {
display:none;
}



#wrap{
	padding-top: 80px;
}
#wrap .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}


/* header */
#head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #ffffff;
	z-index: 101;
    box-shadow: 0 5px 20px #E3E3E3;
}
#head .inner {
	max-width: 1400px;
}
#head .logo {
	float: left;
	width: 156px;
	padding: 23px 0 14px 19px;
}
#gnav {
	float: right;
	padding-top: 18px;
}
#gnav li {
	position: relative;
	float: left;
	padding: 0 15px;
	font-size: 12px;
	text-align: center;
}
#gnav li img {
	width: auto;
	max-width: 32px;
	height: 30px;
	margin-bottom: 5px;
}
#gnav li.btn1,
#gnav li.btn2,
#gnav li.btn3 {
	margin-top: -8px;
	padding: 0;
}
#gnav li.btn1 img,
#gnav li.btn2 img {
	max-width: 32px;
	height: 26px;
	margin-bottom: 3px;
}
#gnav li.btn3 img {
	height: 26px;
}
#gnav li.btn3 .close img {
	height: 12px;
}
#gnav li.btn1 a {
	display: block;
	width: 90px;
	height: 60px;
	margin-left: 15px;
	padding: 9px 0 0;
	background: #D13F70;
	border-radius: 7px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
#gnav li.btn2 a {
	display: block;
	width: 90px;
	height: 60px;
	margin-left: 5px;
	padding: 9px 0 0;
	background: #337AB5;
	border-radius: 7px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
#gnav li.btn3 {
	display: block;
	width: 70px;
	height: 60px;
	margin-left: 5px;
	background: #F4F4F4;
	border-radius: 7px;
	box-sizing: border-box;
}
#gnav li.btn3 span {
	position: relative;
	display: block;
	width: 70px;
	height: 60px;
	padding: 15px 0 0;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
	cursor: pointer;
}
#gnav li.btn3 span.act {
	opacity: 0;
	z-index: 1;
}
#gnav li.btn3 a span img {
	margin: 0;
	vertical-align: top;
}
#gnav li.btn3:hover,
#gnav li.btn3:hover input {
	opacity: 1;
}
#gnav li.btn3 a:hover span {
	background: #fff;
}
#gnav li.btn3 .search{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 60px;
	padding: 12px 17px;
	background: #F4F4F4;
	border-radius: 7px;
	box-sizing: border-box;
	overflow: hidden;
	transition: width 1s;
}
#gnav li.btn3:hover .search {
	display: block;
	opacity: 1;
}
#gnav li.btn3 .search.act{
	display: block;
	width: 300px;
	box-sizing: border-box;
}
#gnav li.btn3 .search .box{
	position: absolute;
	top: 0;
	right: 17px;
	width: 36px;
	height: 60px;
	padding: 12px 0;
	background: #F4F4F4;
	border-radius: 7px;
	box-sizing: border-box;
	transition: width 1s;
	overflow: hidden;
}
#gnav li.btn3 .search.act .box{
	width: 270px;
}
#gnav li.btn3 .search p{
	padding-right: 36px;
	background: #fff;
	border-radius: 17px;
}
#gnav li.btn3 .search p input[type=text] {
	position: relative;
	width: 200px;
	height: 36px;
	margin: 0 0 0 36px;
	border: none;
	background: #fff;
	font-size: 12px;
	box-sizing: border-box;
	outline: none;
	z-index: 4;
}
#gnav li.btn3 .search p input[type=button] {
	position: absolute;
	top: 12px;
	left: 0;
	width: 36px;
	height: 36px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #fff url(../img/ico_head8.png) no-repeat center 3px;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	z-index: 4;
}
#gnav li.btn3 .search p.close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	padding: 5px;
	margin: auto;
	height: 12px;
	cursor: pointer;
	z-index: 2;
}

.spbtn {
	display: none;
}

/* contents */
.contents .toppicpath {
    max-width: 1242px;
    margin: 0 auto;
}
.contents .toppicpath li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin: 0 10px 0 0;
	font-size: 14px;
}
.contents .toppicpath li:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	vertical-align: top;
}
.contents .toppicpath li:last-child:after {
	display: none;
}

.contents p,
.contents li,
.contents td,
.contents th{
	font-size: 16px;
    line-height: 2.0;
}
.contents .m-block p,
.contents .m-block li{
	margin-top: 30px;
}
.contents a,
.contents .bold{
	font-weight: bold;
}
.contents a{
	word-break: break-all;
}

.contents .tm{
	font-family: "Noto Serif JP", serif;
}
.contents .tcenter{
	text-align: center;
}
.contents .tleft{
	text-align: left;
}
.contents .mgt{
    margin-top: 60px;
}
.contents .mgh{
    margin-top: 15px;
}
.contents .tred{
	color: #E8383D;
}
.contents .tblue{
	color: #0088CD;
}
.ico-fix{
    height: 40px;
    vertical-align: middle;
}

.page404 {
	padding: 0 20px;
}
.page404 h1{
	text-align: center;
	padding-top: 210px;
	font-size: 40px;
	font-weight: normal;
}
.page404 p{
	margin-top: 47px;
	text-align: center;
	font-size: 14px;
}


/* footer */
#foot{
    position: relative;
	height: 280px;
	margin-top: 180px;
	background: url(../img/bg_foot.png) no-repeat;
	background-size: cover;
}
#foot .pagetop{
	display: none;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
	max-width: 1200px;
    margin: 0px auto;
	z-index: 110;
}
@media screen and (max-width: 1240px) {
	#foot .pagetop{
		right: 40px;
	}
}
#foot .pagetop a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
    width: 80px;
	height: 80px;
	padding: 40px 0 0;
	background: #2D8542;
	border-radius: 16px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	box-sizing: border-box;
}
#foot .pagetop a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(-45deg);
}
#foot .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 138px 0 22px;
	box-sizing: border-box;
}
#foot .logo{
	float: left;
}

#foot .fbtn{
	text-align: right;
}
#foot .fbtn li{
	display: inline-block;
	margin-left: 20px;
}
#foot .fbtn a {
	position: relative;
	display: flex;
	align-items: center;
	width: 136px;
	height: 50px;
	padding: 0 20px;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.5s;
}
#foot .btnArw a .icon.arrow::before {
  border-top: 0.125rem solid #2D8542;
  border-right: 0.125rem solid #2D8542;
}
#foot .btnArw a:hover .icon.arrow {
  background: #2D8542;
}


#foot .flink {
	margin-top: 50px;
	text-align: right;
	font-size: 12px;
}
#foot .flink .copy{
	padding-left: 40px;
}


/* menu */

#menu,
#menu2 {
	position: fixed;
	top: 80px;
	left: 0;
	display: none;
	z-index: 100;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	overflow-y: auto;
    z-index: 101;
}
#menu .inner,
#menu2 .inner {
	width: 1200px;
	padding: 38px 0;
	overflow: hidden;
}
#menu .img {
	float: left;
	width: 400px;
	height: 244px;
	display: block;
	padding: 40px 25px;
	background: url(../img/bg_nav.png) no-repeat;
	box-sizing: border-box;
}
#menu .img a {
	position: relative;
	padding-right: 25px;
	font-size: 20px;
	font-weight: bold;
}
#menu .block {
	float: left;
	width: 480px;
	margin-right: 10px;
	text-align: left;
}
#menu .block.color3 {
	float: right;
	width: 220px;
	margin: 0;
}
#menu .block dt {
	margin-bottom: 14px;
font-size: 18px;
font-weight: bold;
}
#menu .block dd {
	overflow: hidden;
}
#menu .block dd ul {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#menu .block.color3 ul{
	margin-right: 0;
}
#menu .block dd li {
	float: none;
	position: relative;
	padding: 9px 0;
	border-bottom: 1px solid #BCBCBC;
	font-size: 14px;
	text-align: left;
}
#menu .block dd li:last-child {
	border-bottom: none;
}
#menu .img a::before,
#menu .block a::before {
    position: absolute;
    content: "";
    top: 0;
	bottom: 0;
    right: 6px;
    width: 6px;
    height: 6px;
	margin: auto 0;
    border-top: 0.125rem solid #3E3E3E;
    border-right: 0.125rem solid #3E3E3E;
    transform: rotate(45deg);
}
#menu .block a::before {
    border-top: 0.125rem solid #BCBCBC;
    border-right: 0.125rem solid #BCBCBC;
}
#menu .block dd li a{
	display: block;
	padding-right: 20px;
}
#menu .block.color1 dt,
#menu .block.color1 p{
	color: #D13F70;
}
#menu .block dd p {
	float: left;
	width: 220px;
	padding-top: 20px;
	border-top: 1px solid #BCBCBC;
	font-size: 12px;
	font-weight: bold;
}
#menu .block.color2 dt,
#menu .block.color2 p{
	color: #2D8542;
}
#menu .block.color3 dt,
#menu .block.color3 p{
		color: #337AB5;
}


#menu2 ul {
	text-align: center;
}
#menu2 li {
	float: none;
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 0 10px;
	padding: 9px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 14px;
	text-align: left;
}
#menu2 li a::before {
    position: absolute;
    content: "";
    top: 0;
	bottom: 0;
    right: 6px;
    width: 6px;
    height: 6px;
	margin: auto 0;
    border-top: 0.125rem solid #BCBCBC;
    border-right: 0.125rem solid #BCBCBC;
    transform: rotate(45deg);
}
#menu2 .block dd li a{
	display: block;
	padding-right: 20px;
}


/* title */

.titleblock{
	position: relative;
	height: 670px;
	margin: 0 0 -6px;
	text-align: left;
	background: #E3E3E3;
}
.titleblock:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/bg_title_btm.png) no-repeat center bottom;
	background-size: contain;
}
.titleblock h1{
	padding-top: 240px;
	font-size: 40px;
	font-weight: normal;
}
.titleblock p{
	margin-top: 40px;
	font-size: 14px;
	line-height: 2.3;
}

.contents .pagetitle {
	position: relative;
	height: 190px;
	margin-bottom: -10px;
	background: url(../img/bg_title.png) no-repeat;
	background-size: cover;
}
.contents .pagetitle h1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 55px 0 0;
	font-size: 40px;
	font-weight: normal;
}
.contents .pagetitle:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../img/bg_title_btm.png) no-repeat center bottom;
	background-size: cover;
}


/* wrap */

.sesrchwrap{
	max-width: 1410px;
	margin: 60px auto 0;
	overflow: hidden;
}
.sesrchwrap .side{
	float: left;
	width: 220px;
	margin-right: 60px;
}
.sesrchwrap .side .search{
	position: relative;
	height: 40px;
	margin-bottom: 40px;
	padding-right: 15px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #838383;
	overflow: hidden;
}
.sesrchwrap .side .search input[type=text] {
	width: 100%;
	border: none;
    background: url(../img/ico_search1.png) no-repeat right center;
	padding: 0 25px 0 15px;
	line-height: 40px;
	outline: none;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
.sesrchwrap .side .search input[type=button] {
	position: absolute;
	top:0;
	right: 0;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	outline: none;
	appearance: none;
}
.sesrchwrap .side .block p,
.sesrchwrap .side .block li{
	font-size: 14px;
}
.sesrchwrap .side .block{
	position: relative;
	margin-top: 20px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
}
.sesrchwrap .side .block ul{
	position: relative;
	padding-bottom: 10px;
}
.sesrchwrap .side .block .ttl{
	padding: 6px 15px;
	background: #EEF3D2;
	font-weight: bold;
}
.sesrchwrap .side .block .arw {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 20px;
}
.sesrchwrap .side .block li ul{
	display: none;
}
.sesrchwrap .side .block li li .arw {
	right: -20px;
}
.sesrchwrap .side .block .arw:after {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3E3E3E;
    border-bottom: 2px solid #3E3E3E;
    transform: rotateZ(-45deg);
    margin: auto 0;
    vertical-align: top;
}
.sesrchwrap .side .block .arw.arwOn:after {
    top: 10px;
    transform: rotateZ(135deg);
}
.sesrchwrap .side .block .off .arw {
	top: 5px;
}
.sesrchwrap .side .block .ttl .arw {
	top: 18px;
}
.sesrchwrap .side .block .ttl.off .arw {
	top: 13px;
}
.sesrchwrap .side .block .off .arw:after {
    transform: rotateZ(-45deg);
}
.sesrchwrap .side .check input {
    position: absolute;
    top: 0;
    left: -9999px;
}
.sesrchwrap .side .check label {
    display: inline-block;
    min-height: 20px;
    padding: 0 0 0 27px;
    background: url(../img/ico_check1_off.png) no-repeat left top;
    background-size: 20px;
    box-sizing: border-box;
	font-weight: normal;
}
.sesrchwrap .side .check input:checked + label {
    background: url(../img/ico_check1_on.png) no-repeat left top;
    background-size: 20px;
}

.sesrchwrap .side li{
	position: relative;
	margin: 10px 0 0 15px;
	padding-right: 25px;
	font-weight: bold;
	line-height: 1.5;
}
.sesrchwrap .side li ul{
	padding-top: 6px;
}
.sesrchwrap .side li li{
	margin: 10px 0 0 25px;
    background: url(../img/ico_check2_off.png) no-repeat 0 .3em;
}
.sesrchwrap .side li li.on{
    background: url(../img/ico_check2_on.png) no-repeat 0 .3em;
}
.sesrchwrap .side li li,
.sesrchwrap .side li li a{
	font-weight: normal;
}
.sesrchwrap .side li li a{
	padding: 0 0 0 20px;
}
.sesrchwrap .side li .num{
	display: inline-block;
	color: #BCBCBC;
	font-weight: normal;
}
.sesrchwrap .side li .bg{
	margin: 0 -50px 0 -40px;
	padding: 2px 0 4px 25px;
	background: #F7F8F1;
}


.sesrchwrap .main{
	overflow: hidden;
}
.sesrchwrap .search-tab{
	margin-bottom: 30px;
}
.sesrchwrap .search-tab ul{
	padding-bottom: 12px;
	overflow: hidden;
}
.sesrchwrap .search-tab li{
	position: relative;
	float: left;
	height: 49px;
	margin-right: 10px;
	border-radius: 16px;
	text-align: center;
}
.sesrchwrap .search-tab li a{
	display: flex;
	width: 130px;
	height: 49px;
	align-items: center;
	justify-content: center;
	border: 1px solid #D13F70;
	color: #D13F70;
	border-radius: 16px;
	font-size: 14px;
	font-weight: bold;
}
.sesrchwrap .search-tab li a:hover{
	background: #D13F70;
	color: #fff;
	opacity: 1;
}
.sesrchwrap .search-tab li .num{
	color: #BCBCBC;
	font-size: 12px;
	font-weight: bold;
}
.sesrchwrap .search-tab li.act:after{
    position: absolute;
    content: "";
	left: 0;
	right: 0;
	bottom: -12px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px solid #d13f70;
	border-bottom: 0;
}

.sesrchwrap .search-tab li.act a{
	background: #D13F70;
	color: #fff;
}
.sesrchwrap .search-tab li.act .num,
.sesrchwrap .search-tab li a:hover .num{
	color: #fff;
}

/* module */

.m-spct{
	margin-top: 30px;
}
.m-h1,
.m-h2,
.m-h3,
.m-h4,
.m-h5,
.m-h6{
	margin-top: 70px;
}
.m-h1{
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}
.m-h2{
	height: 100px;
	margin-left: -30px;
	padding: 40px 0 0 30px;
	background: url(../img/bg_h2.png) no-repeat;
	font-size: 24px;
	font-weight: normal;
	box-sizing: border-box;
}
.m-h2 a{
	font-weight: normal;
}
.m-h3{
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 40px;
	background: url(../img/bg_h3.png) no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}
.m-h4{
	color: #D13F70;
	font-size: 18px;
	font-weight: bold;
}
.m-h5{
	font-size: 16px;
	font-weight: bold;
}
.m-h6{
	font-size: 14px;
	font-weight: bold;
}
.txts {
	font-size: 50%;
}
.m-fwrap{
	display: flex;
	justify-content: space-between;
}

.m-anc ul{
    position: relative;
	margin: 50px -12px 0;
	overflow: hidden;
    z-index: 5;
}
.m-anc li{
	position: relative;
	float: left;
	width: 180px;
	margin: 0 12px;
	border: 1px solid #BCBCBC;
	border-radius: 25px;
	box-sizing: border-box;
    line-height: 1.5;
}
.m-anc.anc2 li{
	border: 1px solid #D13F70;
}
.m-anc li a{
	display: flex;
	align-items: center;
	width: 180px;
	height: 50px;
	padding: 0 30px 0 20px;
	box-sizing: border-box;
	color: #3E3E3E;
	font-size: 14px;
	font-weight: normal;
}
.m-anc.anc2 li a{
	color: #D13F70;
}
.m-anc li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	transform: rotateZ(-45deg);
	margin: auto 0;
	vertical-align: top;
}
.m-anc.anc2 li a:after {
	border-left: 2px solid #D13F70;
	border-bottom: 2px solid #D13F70;
}
#anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06,
#anc07,
#anc08{
	margin-top: -80px;
	padding-top: 80px;
}

.m-tab ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	max-width: 1242px;
	margin: 30px auto 0;
	border: 1px solid #D13F70;
	border-radius: 15px;
	overflow: hidden;
    z-index: 5;
}
.m-tab li{
	width: 16.66%;
	margin: 0 0 -1px;
	font-size: 16px;
	border-right: 1px solid #D13F70;
	border-bottom: 1px solid #D13F70;
	box-sizing: border-box;
    line-height: 1.5;
	text-align: center;
}
.m-tab li a{
    font-weight: normal;
}
.m-tab li:last-child(){
	border-right: 1px solid #D13F70;
}
.m-tab li:nth-child(6n){
	border-right: none;
}
.m-tab li.act {
	background: #D13F70;
}
.m-tab li a {
	position: relative;
	display: block;
	padding: 12px 20px;
	color: #D13F70;
	font-size: 14px;
	font-weight: bold;
}
.m-tab li.act a {
	color: #fff;
}

.m-colorlink {
	color: #D13F70;
}
.m-arwlink {
	position: relative;
	padding-right: 16px;
	color: #D13F70;
}
.m-arwlink:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-left: 2px solid #D13F70;
	border-bottom: 2px solid #D13F70;
	transform: rotateZ(-135deg);
	margin: auto 0;
	vertical-align: top;
}
.m-exlink{
	padding-right: 22px;
	background: url(../img/ico_link.png) no-repeat right center;
	background-size: auto 14px;
	color: #D13F70;
}
.m-pdflink{
	padding: 4px 30px 4px 0;
	background: url(../img/ico_pdf.png) no-repeat right center;
	background-size: auto 24px;
	color: #D13F70;
	box-sizing: border-box;
}
.m-taglink{
	padding-left: 22px;
	background: url(../img/ico_tag.png) no-repeat left center;
	background-size: auto 14px;
	color: #D13F70;
}

.btnArw a{
	position: relative;
}
.btnArw a .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #000;
}
.btnArw a .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	right: 16px;
	width: 10px;
	height: 2px;
	background: none;
  }
  .btnArw a .icon.arrow::before {
	position: absolute;
	content: "";
	top: -3px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 0.125rem solid #3E3E3E;
	border-right: 0.125rem solid #3E3E3E;
	transform: rotate(45deg);
  }
  .btnArw a:hover .icon.arrow {
	right: 16px;
	background: #3E3E3E;
	transform: translate(6px, 0);
  }

  .m-btn1,
  .m-btn6{
	width: 194px;
	margin: 0 auto;
}
.m-btn1 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 25px 0 20px;
	box-sizing: border-box;
	border: 1px solid #BCBCBC;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
}
.m-btn2{
	width: 172px;
	margin: 0 auto;
}
.m-btn2 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #D13F70;
	background: #fff;
	border-radius: 25px;
	color: #D13F70;
	font-size: 14px;
}
.m-btn2.btnArw a .icon.arrow::before {
  border-top: 0.125rem solid #D13F70;
  border-right: 0.125rem solid #D13F70;
}
.m-btn2.btnArw a:hover .icon.arrow {
  background: #D13F70;
}
.m-btn3,
.m-btn4{
	width: 164px;
	margin: 0 auto;
}
.m-btn3 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	padding: 0 25px 0 20px;
	box-sizing: border-box;
	border: 1px solid #BCBCBC;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	font-weight: normal;
}
.m-btn3.btnArw a .icon.arrow::before {
  border-top: 0.125rem solid #BCBCBC;
  border-right: 0.125rem solid #BCBCBC;
}
.m-btn3.btnArw a:hover .icon.arrow {
  background: #BCBCBC;
}
.m-btn4 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	border: 1px solid #BCBCBC;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	font-weight: normal;
}
.m-btn4.btnArw a .icon.arrow{
	left: 16px;
	right: inherit;
}
.m-btn4.btnArw a .icon.arrow::before {
	border-top: 0.125rem solid #BCBCBC;
	border-right: 0.125rem solid #BCBCBC;
	transform: rotate(-135deg);
}
.m-btn4.btnArw a:hover .icon.arrow {
  background: #BCBCBC;
}
.m-btn4.btnArw a:hover .icon.arrow {
  left: 6px;
  background: #BCBCBC;
  transform: translate(6px, 0);
}
.btnRight {
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.btnRight a{
	float: right;
	width: auto;
	margin: 0;
}

.m-btn5 {
	width: 228px;
	margin: 0 auto;
}
.m-btn5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #D13F70;
	background: #fff;
	color: #D13F70;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
}
.m-btn5 a:hover{
	background: #D13F70;
	color: #fff;
}

.m-btn6 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	border: 1px solid #BCBCBC;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
}
.m-btn6.btnArw a .icon.arrow{
	left: 16px;
	right: inherit;
}
.m-btn6.btnArw a .icon.arrow::before {
	border-top: 0.125rem solid #3E3E3E;
	border-right: 0.125rem solid #3E3E3E;
	transform: rotate(-135deg);
}
.m-btn6.btnArw a:hover .icon.arrow {
  background: #BCBCBC;
}
.m-btn6.btnArw a:hover .icon.arrow {
  left: 6px;
  background: #BCBCBC;
  transform: translate(6px, 0);
}

.m-slide{
	margin-top: 70px;
	text-align: center;
}
.m-slide li {
	display: none;
	width: 277px;
	padding: 0 10px;
	box-sizing: border-box;
}
.m-slide li:first-child {
	display: inline-block;
}
.m-slide .slick-dots li {
	display: inline-block;
}

.tblwrap{
	width: 100%;
	overflow-x: auto;
}
.m-tbl,
.m-ltbl{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #D9DBE5;
	margin: 0 0 0 -1px;
}
.m-tbl th,
.m-tbl td{
	padding: 20px;
	border-left: 1px solid #D9DBE5;
	border-bottom: 1px solid #D9DBE5;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}
.m-tbl .center{
	text-align: center;
}
.m-tbl tr:nth-child(1) td{
	border-top: 1px solid #D9DBE5;
}
.m-tbl.tblbg th,
.m-tbl.tblbg td{
	background: #EBECF1;
	border-bottom: none;
}
.m-tbl.tblbg tr:nth-child(1) td{
	border-top: none;
}
.m-tbl.tblbg tr:nth-child(2n) th,
.m-tbl.tblbg tr:nth-child(2n) td{
	background: #ffffff;
}
.m-tbl th{
	background: #EBECF1;
}
.m-tbl .head th{
	padding: 8px 20px;
	background: #E3E5EA;
	border-bottom: none;
	color: #5A5A5A;
	font-size: 14px;
	font-weight: bold;
}
.m-tbl .head th.bold{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.m-tbl td .note{
	position: relative;
	margin-top: 0.5em;
	padding-left: 1em;
	text-align: left;
}
.m-tbl td .note:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.m-tbl td .btnArw{
	margin: 0;
}
.m-tbl td .price{
	font-size: 18px;
}
.m-tbl td .price .num{
	font-size: 24px;
	font-weight: bold;
}
.m-tbl td .ttl{
	margin-bottom: 0.5em;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
    text-align: center;
}

.m-ltbl{
    width: 100%;
	border-top: 1px solid #D9DBE5;
}
.m-ltbl th,
.m-ltbl td {
	padding: 30px 20px;
	border-bottom: 1px solid #D9DBE5;
	text-align: left;
	vertical-align: top;
}
.m-ltbl th{
	width: 180px;
	font-weight: bold;
}

.m-notelist li{
	position: relative;
	margin: 0;
	padding-left: 1em;;
	font-size: 12px;
}
.m-notelist li span{
	position: absolute;
	top: 0;
	left: 0;
}

.m-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.m-box .item{
	position: relative;
	width: 23.333%;
	margin: 0 0 2.222%;
	padding: 1.833% 1.833% 60px;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.m-box .item p{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.7;
}
.m-box .item .ttl{
	margin-top: 16px;
	font-weight: bold;
}
.m-box .item .ttl span{
	color: #3E3E3E;
	font-size: 12px;
	font-weight: normal;
}
.m-box .item .m-btn3{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m-faq{
	margin-top: 60px;
	padding-bottom: 36px;
}
.m-faq dt,
.m-faq dd{
	position: relative;
	margin-top: 36px;
	padding: 0 80px 0 28px;
	font-size: 14px;
}
.m-faq dt{
	border-top: 1px solid #E3E3E3;
	margin-top:  40px;
	padding-top: 40px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.m-faq dt:first-child{
	border-top: none;
}
.m-faq dd{
	display: none;
	margin-top: 28px;
	padding-top: 8px;
	line-height: 2.2;
}
.m-faq dt:after {
	display: block;
	content: '';
	position: absolute;
	top: 42px;
	right: 20px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	vertical-align: top;
}
.m-faq dt:before {
	display: block;
	content: '';
	position: absolute;
	top: 42px;
	right: 20px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	transform: rotateZ(-90deg);
	vertical-align: top;
}
.m-faq dt.open:before {
	display: none;
}
.m-faq span.ico{
	position: absolute;
	top: 35px;
	left: 0;
	color: #D13F70;
	font-size: 22px;
	font-weight: bold;
}

.m-info dl{
	max-width: 880px;
	margin: 60px auto 0;
}
.m-info dt,
.m-info dd{
	font-size: 14px;
	line-height: 2.0;;
}
.m-info dt{
	float: left;
	width: 100px;
}
.m-info dd{
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 40px 110px;
	border-bottom: 1px solid #E3E3E3;
}
.m-info dd:last-child{
	margin-bottom: 20px;
	border-bottom: none;
}
.m-info dd .category{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding: 0 10px;
    margin: 0 5px 10px 0;
	background: #D13F70;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
}
.m-info .btnArw{
	width: 880px;
	margin: 0 auto;
}
.m-info .btnArw a{
	width: auto;
	padding: 0 40px 0 25px;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	.m-info .btnArw{
		width: auto;
	}
}

.m-voice ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.m-voice ul li{
	width: 278px;
}
.m-voice p{
	margin-top: 16px;
}
.m-voice .name{
	color: #2D8542;
	font-size: 16px;
	font-weight: bold;
}
.m-voice .ttl{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.m-voice .img{
	margin-top: 0;
}


.m-dotlist {
	margin-top: 40px;
}
.m-dotlist li{
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
}
.m-dotlist li:before{
	position: absolute;
	top: 10px;
	left: 4px;
	content: '';
	width: 12px;
	height: 12px;
	background: #E3E3E3;
	border-radius: 50%;
}
.m-numlist{
	margin-top: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}
.m-numlist li{
	margin-top: 20px;
	padding-left: 20px;
}

.m-blockquote{
	margin-top: 40px;
	padding-left: 20px;
	border-left: 4px solid #E3E3E3;
}
.m-blockquote .right{
	text-align: right;
}


.m-page {
	margin-top: 80px;
	text-align: center;
}
.m-page ul li {
	display: inline-block;
	margin:  0 10px 10px;
	text-align:  center;
	vertical-align: top;
	font-size: 14px;
    font-weight: bold;
}
.m-page ul li a,
.m-page ul li .current {
	display: block;
	width: 34px;
	line-height: 34px;
	border: 1px solid #BCBCBC;
	border-radius: 6px;
}
.m-page ul li .current,
.m-page ul li a:hover {
	background: #D13F70;
	border: 1px solid #D13F70;
	color: #ffffff;
	opacity: 1;
}
.m-page ul li a.prev,
.m-page ul li a.next,
.m-page ul li a.first,
.m-page ul li a.end {
	position: relative;
	width: 36px;
	height: 36px;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #E8C9D3;
	background: #E8C9D3;
	border-radius: 50%;
	color: #ffffff;
	font-size: 0;
}
.m-page ul li a.first {
	margin-right: -10px;
}
.m-page ul li a.end {
	margin-left: -10px;
}
.m-page ul li a.prev:hover,
.m-page ul li a.next:hover,
.m-page ul li a.first:hover,
.m-page ul li a.end:hover {
	background: #D13F70;
	border: 1px solid #D13F70;
}
.m-page ul li a.prev {
	text-align: right;
}
.m-page ul li a.prev:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	width: 6px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotateZ(45deg);
	margin: auto;
	vertical-align: top;
}
.m-page ul li a.next:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotateZ(-135deg);
	margin: auto;
	vertical-align: top;
}
.m-page ul li a.prev:hover:before,
.m-page ul li a.next:hover:before,
.m-page ul li a.first:hover:before,
.m-page ul li a.first:hover:after,
.m-page ul li a.end:hover:before,
.m-page ul li a.end:hover:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.m-page ul li a.first:before,
.m-page ul li a.first:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	right: 0;
	width: 6px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotateZ(45deg);
	margin: auto;
	vertical-align: top;
}
.m-page ul li a.first:after {
	right: 12px;
}
.m-page ul li a.end:before,
.m-page ul li a.end:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 8px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotateZ(-135deg);
	margin: auto;
	vertical-align: top;
}
.m-page ul li a.end:after {
	left: 12px;
}

.modal-bg{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	z-index: 101;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	margin: 0 auto;
}
.m-slide img
{
	width: 260px;
	height: 260px;
    object-fit: contain;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    transform: scale(0.84);
}
.slick-initialized .slick-slide.slick-active
{
    transform: scale(1);
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev{
	left:  20px;
}
.slick-next{
	right:  20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


.slick-prev:before
{
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-left: 3px solid #D13F70;
    border-bottom: 3px solid #D13F70;
    transform: rotateZ(45deg);
    margin: auto 0;
    vertical-align: top;
}
.slick-next:before
{
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: 3px solid #D13F70;
    border-bottom: 3px solid #D13F70;
    transform: rotateZ(-135deg);
    margin: auto 0;
    vertical-align: top;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
@media screen and (max-width: 750px) {
.slick-prev{
	left:  10px;
}
.slick-next{
	right:  10px;
}
.slick-prev:before
{
    width: 10px;
    height: 10px;
    border-left: 2px solid #00ac97;
    border-bottom: 2px solid #00ac97;
}
.slick-next:before
{
    width: 10px;
    height: 10px;
    border-left: 2px solid #00ac97;
    border-bottom: 2px solid #00ac97;
}
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
	padding-bottom: 40px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
	padding: 0;
	background: #ebecf1;
	border-radius: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li.slick-active button
{
	background: #D13F70;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}


.m-dl a{
	display: table;
	max-width: 520px;
	width: 100%;
	margin: 30px auto 0;
	border: 2px solid #00AC97;
	background: #ffffff url(../img/ico_dl.png) no-repeat 96% 50%;
	background-size: 26px auto;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.m-dl a p{
	display: table-cell;
	width: auto;
	height: 66px;
	padding:  0 50px;
	text-align: left;
	background: url(../img/ico_pdf.png) no-repeat 20px 50%;
	background-size: 18px auto;
	font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
}
.m-dl a p.ttl {
	width: 59.23%;
	padding:  0 18px;
	background: #ffffff;
	border-right: 2px solid #00AC97;
}
.m-dl a:hover{
	background: #00AC97 url(../img/ico_dl_o.png) no-repeat 96% 50%;
	background-size: 26px auto;
	opacity: 1;
}
.m-dl a:hover:after{
	background: url(../img/ico_dl_o.png) no-repeat;
	background-size: 16px auto;
}
.m-dl a:hover p{
	color: #ffffff;
	background: url(../img/ico_pdf_o.png) no-repeat 20px 50%;
	background-size: 18px auto;
}
.m-dl a:hover p.ttl {
	background: #ffffff;
	color: #000000;
}



.m-navbtn ul {
	margin-top: -40px;
	text-align: center;
}
.m-navbtn li{
	display: inline-block;
	margin: 40px 20px 0;
}
.m-navbtn .m-ibtn a{
    padding: 20px 20px 10px;
    font-size: 16px;
    font-weight: normal;
}
.m-navbtn .m-ibtn a:hover{
    padding: 19px 20px 9px;
}
.m-navbtn li a img{
    width: 100px;
	margin-bottom: 5px;
}
.m-navbtn li a img.logo{
	margin-bottom: 12px;
}

.m-flow {
	position: relative;
	margin-top: 30px;
}
.m-flow:before {
	position: absolute;
	top: 0;
	left: 49px;
	height: 100%;
	content: '';
	border-left: 5px solid #00ac97;
}
.m-flow .last {
	position: relative;
	margin-top: 80px;
	background: #ffffff;
}
.m-cbg .m-flow .last {
	background: #f3f4f7;
}
.m-flow .ttl {
	position: relative;
	margin: 80px 0 40px;
	padding: 14px 20px;
	background: #00ac97;
	border-radius: 15px;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}
.m-flow .ttl:nth-child(1) {
	margin-top: 0;
}
.m-flow .ttl .step {
	display: inline-block;
	margin-right: 1em;
	font-size: 24px;
}
.m-flow .ttl .num {
	display: inline-block;
	margin: -10px 1em -10px 0;
	vertical-align: top;
	font-size: 46px;
	line-height: 1.3;
}
.m-flow p,
.m-flow ul {
	padding: 0 40px 0 125px;
	font-size: 16px;
}
.m-flow ul {
	padding-top: 10px;
}
.m-flow ul li {
	display: inline-block;
	margin: 20px 35px 0 0;
}



@media screen and (max-width: 1280px) {
#wrap {
	overflow: hidden;
}	
#wrap .inner{
	padding: 0 40px;
	box-sizing: border-box;
}
#head .inner{
	padding: 0;
}
#menu .inner,
#menu2 .inner{
	width: 100%;
	padding: 38px 20px;
}
#menu .block{
	width: 38%;
	margin-right: 2%;
}
#menu .block.color3{
	width: 20%;
	margin: 0;
}
#menu .block dd p,
#menu .block dd ul{
	width: 46%;
	margin-right: 4%;
}
#menu .block.color3 ul{
	width: 100%;
}
#foot .inner{
	padding: 138px 40px 22px;
	box-sizing: border-box;
}
#foot .fbtn a{
	width: 120px;
}
.contents .pagetitle h1{
	padding-left: 40px;
	padding-right: 40px;
}

}

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

#head .inner{
	width: 100%;
}
#head .logo{
	float: none;
}

.contents .pagetitle {
	margin-top: 40px;
}

#spnav {
	display: block;
    box-shadow: 0 10px 30px -10px #E3E3E3;
	background: #fff;
}
#spnav ul{
	display: flex;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
}
#spnav li {
	width: 25%;
	height: 40px;
	border-left: 1px solid #E3E3E3;
	font-size: 14px;
}
#spnav li:nth-child(1) {
	border-left: none;
}
#spnav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#spnav li a br {
	display: none;
}
#spnav .search{
	position: absolute;
	top: 28px;
	right: 62px;
	width: 24px;
	height: auto;
	border-left: none;
}
#spnav .search .box{
	display: none;
	position: fixed;
	top: 120px;
	right: 0;
	width: 100%;
	height: 90px;
	padding-top: 28px;
	background: #fff;
	box-sizing: border-box;
	transition: width 1s;
	overflow: hidden;
}
#spnav .search.act .box{
	display: block;
}
#spnav .search p{
	position: relative;
	width: 85.333vw;
	margin: 0 auto;
	border: 1px solid #BCBCBC;
	border-radius: 17px;
	box-sizing: border-box;
}
#spnav .search a:hover{
	opacity: 1;
}
#spnav .search p input[type=text] {
	width: 100%;
	height: 29px;
	padding: 0 54px 0 20px;
	border: none;
	background: none;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
}
#spnav .search p input[type=button] {
	position: absolute;
	top: 4px;
	right: 18px;
	width: 18px;
	height: 18px;
	border: none;
	outline: none;
	background: #fff url(../img/ico_head8.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	font-size: 0;
#spnav .search p input[type=button]{
	top: 4px;
	background: #fff url(../img/ico_head8.png) no-repeat;
	background-size: cover;
}
}
#spnav .menu{
	position: absolute;
	top: 28px;
	right: 20px;
	width: 24px;
	height: auto;
	border-left: none;
}

#gnav {
	display: none;
	float: none;
	max-height: calc(100vh - 14.4vw);
	padding: 0;
	position: absolute;
	background: #fff;
	overflow-y: auto;
}
#gnav ul{
	overflow: hidden;
}
#gnav li{
	width: 100%;
	padding: 0;
	border-top: 1px solid #E3E3E3;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}
#gnav li.btn1,
#gnav li.btn2,
#gnav li.btn3{
	display: none;
}
#gnav .c2 li{
	width: 50%;
	font-size: 2.666vw;
}
#gnav .c2 li a{
	height: 53px;
}
#gnav .c2 li.bg{
	background: #f4f4f4;
}
#gnav .c2 li:nth-child(2n),
#gnav .c2 li.bg +.bg {
	border-left: 1px solid #E3E3E3;
}
#gnav .c2 + p{
	border-top: 1px solid #E3E3E3;
	padding: 8vw 0;
	text-align: center;
	font-size: 2.666vw;
}
#gnav li a{
	position: relative;
	display: flex;
	width: 100%;
	height: 64px;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}
#gnav li a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 25px;
	width: 3px;
	height: 3px;
	margin: auto 0;
	border-top: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	transform: rotate(45deg);
}
#gnav li a.menu::before,
#gnav li a.menu2::before {
	transform: rotate(135deg);
}
#gnav li a.menu.act::before,
#gnav li a.menu2.act::before {
	transform: rotate(-45deg);
}
#gnav li a br{
	display: none;
}
#gnav li img{
	width: 22px;
	margin: 0 32px 0 0;
}
#menu,
#menu2 {
	position: relative;
	top: 0;
	border-top: 1px solid #E3E3E3;
}
#menu .inner,
#menu2 .inner{
	padding: 0;
}
#menu dd{
	display: none;
}
#menu .block dt{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 53px;
	padding: 0 30px 0 48px;
	border-top: 1px solid #F4F4F4;
	font-size: 2.666vw;
}
#menu .block dt::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 25px;
	width: 3px;
	height: 3px;
	margin: auto 0;
	border-top: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	transform: rotate(135deg);
}
#menu .block dt.act::before {
	transform: rotate(-45deg);
}
#menu .block,
#menu .block.color3{
	float: none;
	width: 100%;
}
#menu .block dd {
	padding: 0 6px 0 48px;
}
#menu .block dd ul{
	float: none;
	display: inline;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
#menu .block dd li{
	position: relative;
	float: left;
	width: 50%;
	margin: 0 0 20px;
	padding: 0 30px 0 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
#menu .block dd li a{
	height: auto;
	padding: 0;
	font-size: 2.666vw;
}
#menu .block dd li a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 20px;
	width: 3px;
	height: 3px;
	margin: auto 0;
	border-top: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	transform: rotate(45deg);
}
#menu .block dd p{
	float: none;
	width: auto;
	border: none;
	margin: 0 0 20px;
	font-size: 2.666vw;
}

#menu2 li{
	margin: 0;
	border-bottom: none;
}
#menu2 li a{
	height: 53px;
	padding-left: 48px;
	font-size: 2.666vw;
}

}


@media screen and (max-width: 750px) {
#wrap {
    padding-top: 14.4vw;
	padding-bottom: 92px;
	overflow: hidden;
}
#wrap .inner{
	width: 85.333vw;
	padding: 0;
}

.contents .pagetitle{
	height: 120px;
}
.contents .pagetitle h1{
	font-size: 18px;
	padding-top: 30px;
}

.pcHide {
display: block;
}
.spHide {
display: none;
}

#head .inner{
	width: 100%;
	background: #fff;
}
#head .logo{
	display: flex;
	align-items: center;
	width: 21.866vw;
	height: 14.4vw;
	padding: 0 4vw;
}
#gnav li{
	font-size: 3.2vw;
}
#spnav .search{
	position: absolute;
	top: 4.266vw;
	right: 16.533vw;
	width: 6.4vw;
	height: auto;
	border-left: none;
}
#spnav .search.act{
	background: url(/img/btn_sp3.png) no-repeat;
	background-size: cover;
}
#spnav .search.act img{
	opacity: 0;
}
#spnav .search .box{
	top: 25.5vw;
}
#spnav .search p input[type=text] {
	font-size: 3.2vw;
}
#spnav li {
	width: 25%;
	height: 10.66vw;
	border-left: 1px solid #E3E3E3;
	font-size: 2.666vw;
}
#spnav li a br {
	display: block;
}
#spnav .menu{
	position: absolute;
	top: 4.266vw;
	right: 5.33vw;
	width: 6.4vw;
	height: auto;
	border-left: none;
}
#spnav .menu.act{
	background: url(/img/btn_sp3.png) no-repeat;
	background-size: cover;
}
#spnav .menu.act img{
	opacity: 0;
}

#foot{
	height: 31.466vw;
	margin-top: 35vw;
	padding-top: 8vw;
	background: url(../img/bg_foot_sp.png) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}
#foot .inner{
	position: static;
	width: 85.333vw;
	padding: 0;
}
#foot .logo{
	width: 21.866vw;
}
#foot .fbtn{
	display: none;
}
#foot .flink {
	margin: 0;
	font-size: 2.666vw;
	font-size: 0;
}
#foot .flink a {
	display: none;
}
#foot .flink .copy {
	clear: both;
	display: block;
	width: 100%;
	padding: 6.6vw 0 0 0;
	text-align: center;
	font-size: 3.2vw;
}

#foot .pagetop {
	right: 2.7vw;
}
#foot .pagetop a{
	width: 13.333vw;
	height: 13.333vw;
	padding-top: 6.6vw;
	font-size: 3.2vw;
}
#foot .pagetop a::before{
	top: 4vw;
	width: 4px;
	height: 4px;
}


.contents .toppicpath li{
	font-size: 14px;
}

.contents p, .contents li, .contents td, .contents th{
	font-size: 14px;
}

.m-h1{
	font-size: 28px;
}
.m-h2{
	display: flex;
	align-items: center;
	height: 60px;
	margin-left: 0;
	padding: 0 0 0 25px;
	background: url(../img/bg_h2.png) no-repeat left center;
	background-size: 60px;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
}
.m-h3{
	height: 57px;
	padding-left: 25px;
	background: url(../img/bg_h3_sp.png) no-repeat;
	background-size: cover;
	font-size: 16px;
}
.m-h4{
	font-size: 16px;
}
.m-h5{
	font-size: 14px;
}
.m-h6{
	font-size: 14px;
}

.m-anc ul{
	margin-top: 40px;
	margin-left: -1.33vw;
	margin-right: -1.33vw;
}
.m-anc li{
	width: 26.66vw;
	margin: 0 1.33vw;
	font-size: 14px;
	line-height: 1.2;
}
.m-anc li a{
	width: 100%;
	height: 40px;
	padding: 0 15px 0 10px;
	font-size: 14px;
}

.m-btn1 a,
.m-btn2 a,
.m-btn3 a,
.m-btn4 a,
.m-btn5 a{
	min-height: 40px;
	height: auto;
	padding: 0 20px 0 10px;
	font-size: 14px;
	line-height: 1.6;
}
.m-btn4 a{
	padding: 0 10px 0 20px;
}
.btnArw a .icon.arrow::before{
	top: 0;
    width: 3px;
    height: 3px;
}
.btnArw a .icon.arrow{
	right: 10px;
}
.m-btn4.btnArw a .icon.arrow{
	left: 6px;
}
.btnArw a:hover .icon.arrow,
.m-btn2.btnArw a:hover .icon.arrow,
.m-btn3.btnArw a:hover .icon.arrow{
	background: none;
}

.m-tab li{
	width: 33.33%;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
.m-anc li a:after {
    right: 10px;
    width: 3px;
    height: 3px;
    border-left: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
}
.m-tab li:nth-child(3n){
	border-right: none;
}
.m-tab li a{
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1.2;
}
.m-pdflink{
	display: inline;
	padding: 3px 30px 3px 0;
}

.m-tbl,
.m-ltbl{
	width: 750px;
	margin-top: 8vw;
}
.m-tbl .head th.bold{
	padding: 8px 10px;
	font-size: 4.8vw;
}
.m-tbl td .price{
	font-size: 4.267vw;
}
.m-tbl td .price .num{
	font-size: 5.333vw;
}
.m-tbl td .ttl{
	font-size: 4.8vw;
}
.m-notelist li{
	font-size: 12px;
}

.m-box .item{
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 15px 60px;
}
.m-box .item p,
.m-box .item .ttl{
	font-size: 14px;
}

.m-faq dt{
	margin-top: 30px;
	padding-top: 30px;
	padding-right: 50px;
	font-size: 14px;
}
.m-faq span.ico{
	top: 25px;
}
.m-faq dd{
	margin-top: 18px;
	padding-right: 50px;
	font-size: 14px;
}

.m-blockquote .right{
	font-size: 14px;
}

.m-info dl{
	width: auto;
	margin: 60px auto 0;
}
.m-info dt,
.m-info dd{
	font-size: 14px;
	line-height: 1.4;
}
.m-info dt{
	float: left;
	width: 100px;
	line-height: 20px;
}
.m-info dd{
	position: relative;
	margin-bottom: 18px;
	padding: 30px 0 18px 0;
	border-bottom: 1px solid #E3E3E3;
}
.m-info dd:last-child{
	margin-bottom: 20px;
	border-bottom: none;
}
.m-info dd .category{
	background: #D13F70;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.m-info .btnArw{
	width: 880px;
	margin: 0 auto;
}
.m-info .btnArw a{
	width: auto;
	padding: 0 40px 0 25px;
}

.spbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.spbtn ul {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	padding: 16px;
}
.spbtn ul li a {
	display: flex;
	align-items: center;
	width: 155px;
	height: 60px;
	padding: 0 15px;
	border-radius: 7px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
}
.spbtn ul li.btn1 a {
	background: #D13F70;
}
.spbtn ul li.btn2 a {
	background: #337AB5;
}
.spbtn ul li a img {
	margin-right: 15px;
}

.m-page{
	position: relative;
	margin-bottom: 15px;
}
.m-page ul li{
	margin: 0;
}
.m-page ul li a{
	margin: 0 10px 10px;
}
.m-page ul li a.prev, .m-page ul li a.next, .m-page ul li a.first, .m-page ul li a.end{
	position: absolute;
	bottom: -16px;
}
.m-page .first{
	left: 0;
}
.m-page .prev{
	left: 46px;
}
.m-page .next{
	right: 46px;
}
.m-page .end{
	right: 0;
}
.m-page .num{
	margin: 16px 0 0;
	padding: 0 70px;
}

.page404 h1{
	padding-top: 110px;
	font-size: 28px;
}
.pickup_banner .m-h1{
	font-size: 26px;
}

#wrap.spbtnHide{
	padding-bottom: 0;
}
.spbtnHide .spbtn {
	display: none !important;
}
.spbtnHide #foot .pagetop{
	margin-bottom: -80px;
}

}
