@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&subset=japanese');
/* --------------------------------
Total Design
-----------------------------------*/
html {  
	height:100%;
	overflow: auto;
	background: #f5f5f5;
}  
body {
	overflow: hidden;
	margin: 0px;
	width:100%;
	min-width:960px;
	font-size: 62.5%;
	/* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif; */
	font-family: Meiryo, sans-serif;
	/* letter-spacing: 0.1em; */
	line-height: 200%;
	color: #5e5e5e;
	background-color: #ffffff;
	}
* { margin: 0; padding: 0; }
img {
	border: 0;
	vertical-align:middle;
	max-width: 100%;
	}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	}

#wrapper {
	width: 960px;
	margin:0 auto 0 auto;
	padding: 0;
	}

.center {
	text-align: center;
	}
/* --------------------------------
Head Design
-----------------------------------*/
#header {
	width: 960px;
	height:103px;
	margin: 0;
	padding:0px 0px 0px 0px;
	}
#header a { color: #3a3a3a;
	text-decoration: none;
	}
#header a:hover { color: #828282;
	text-decoration: none;
}
#header.noSearch{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#title {
	float: left;
	height:103px;
	}
#title h1 {
	padding: 23px 0px 0px 0px;
	font-size: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	}

#title h1 span{
	line-height: 1.1em;
	font-size: 1.7em;
	font-weight: bold;
	}


#headmenu {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.0em;
	}
.noSearch #headmenu{
	float: none;
	margin: 0;
}
	
#headmenu ul {
	margin: 0px;
	padding: 0px;
}
.noSearch #headmenu ul{
	display: flex;
	align-items: center;
}
#headmenu li {
list-style-type:none;
margin-left: 10px;
float: right;
}
.noSearch #headmenu ul li{
	background: none;
    padding: 0;
    margin: 0;
}
.noSearch #headmenu ul li:last-child{
	margin-left: 1em;
}

#headmenu img{
	vertical-align: middle;
	margin: 0px 5px;
	border: 0;
}
.noSearch #headmenu ul li a.titHead{
	font-size: 16px;
	color: #FFF;
	border: 2px solid #4f953b;
	padding: 0.1em 0.3em;
	font-weight: 700;
	background: #4f953b;
}
.noSearch #headmenu ul li a:hover.titHead{
	background: #FFF;
	color: #4f953b;
}
.noSearch #headmenu img{
	margin: 0;
}
#headBtnLink{
	font-size: 16px;
	text-align: right;
}
#headBtnLink ul{
	list-style: none;
}
#headBtnLink ul li{
	position:relative;
}
#headBtnLink ul li.CPloginLink::before{
	content: '';
    display: inline-block;
    margin: 0 2px 2px 0;
    vertical-align: middle;
    background: url(../common/images/icon/icon-cplogin.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-position: center;
	background-size: contain;
}
#headBtnLink ul li.WMloginLink::before{
	content: '';
    display: inline-block;
    margin: 0 2px 2px 0;
    vertical-align: middle;
    background: url(../common/images/icon/icon-maillogin.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-position: center;
	background-size: contain;
}
#header #headBtnLink a{
	color: #4f953b;
}
#header #headBtnLink a:hover{
	text-decoration: underline;
}
#headBtnLink ul li:last-child{
	margin-top: 1em;
}
#head {
	float: left;
	margin: 34px auto 0px auto;
	padding: 0px;
	width: auto;
	}

#cse-search-box {
	float: left;
	padding: 0px;
	margin: 5px 15px 0px 0px;
}

#cse-search-box .sitesearch {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#q	{
	position: absolute;
	top: 1;
	_top: 1px;
	left: 20px;
	width: 440px;
	height: 28px;
	font-size:1.4em;
	background: #f5f5f5;
	border-width: 1px 0px 1px 1px ;
	border-color: #cccccc;
	border-style: solid;
	padding: 0px 4px 0px 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#q::-webkit-input-placeholder {
    color: #585858;
    font-weight: normal;
}
#q:-ms-input-placeholder {
    color: #585858;
    font-weight: normal;
}
#q::-moz-placeholder {
    color: #585858;
    font-weight: normal;
}


#sa	{
	position: absolute;
	top: 0;
	_top: 1px;
	left: 460px;
}
*:first-child + html #sa	{
	top: 1px;
}
/* --------------------------------
Yahoo Custom Search
-----------------------------------*/
			#srchBox
			{
			float: left;
			margin-left: 10px;
			position: relative;
			width:423px;
			height:55px;
			text-align:left;
			}
			#srchBox *
			{
			margin:0;
			padding:0;
			font-size:1.2em;
			*font-size:small;
			*font:x-small;
			}
			#srchBox a img
			{
			border:none;
			}
			#srchBox #ss-form1
			{
			padding:10px 10px 0 10px;
			}
			#srchBox #srch #srchForm
			{
			white-space:nowrap;
			}
			#srchBox #ss-query1
			{
								width:360px;
								height:28px;
								vertical-align:bottom;
								position: absolute;
								top: 0px;
								background: #f5f5f5;
								border-width: 1px 0px 1px 1px ;
								border-color: #cccccc;
								border-style: solid;
								padding: 0px 4px 0px 10px;
								border-radius: 0;
								-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
								-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
								box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			}
			#srchBox #srchBtn
			{
								position: absolute;
								top: 0px;
								left: 385px;
								width:35px;
								height:30px;
								border-radius: 0;
			}
			*html #srchBox #srchBtn
			{
			padding-top:2px;
			}
			*:first-child+html #srchBox #srchBtn
			{
			padding-top:2px;
			}
			#srchBox ul
			{
			margin-top:6px;
			text-align:left;
			}
			#srchBox li
			{
			list-style-type:none;
			display:inline;
			zoom:1;
			padding-right:10px;
			}
			#srchBox li input
			{
			zoom:1;
			margin-right:2px;
			_margin:-4px 0 -4px -4px;
			vertical-align:middle;
			border:0;
			}
			*:+html #srchBox li input
			{
			margin:-4px 0 -4px -4px;
			}
			#srchBox #srchLogo
			{
								margin:25px 5px 0px 0px;
			text-align:right;
			}
			#srchBox #srchLogo a
			{
			color:#666666;
			text-decoration:none;
								font-size:0.87em;
			}
			#srchBox #srchLogo a:hover
			{
			text-decoration:underline;
			}

#login {
	float: right;
	margin: 34px 10px 0px 0px;
	padding: 0px;
	}
#login input {
    vertical-align : middle;
}
#login .CPloginBtn {
	width: 80px;
	height: 30px;
	border:1px solid #E5791B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.2em;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #FF871E;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	-webkit-appearance: none;
}

#login .CPloginBtn:hover{
	border:1px solid #FFB01E;
	background-color: #FFAB05;
}

#login .WMloginBtn {
	width: 80px;
	height: 30px;
	border:1px solid #2b7ef3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.2em;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3588FD;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	-webkit-appearance: none;
}

#login .WMloginBtn:hover{
	border:1px solid #3597f5;
	background-color: #3FA1FF;
}
/* --------------------------------
Contents
-----------------------------------*/
#contentsBox {
	width: 960px;
	margin: 0px;
	padding: 0;
	}

/* --------------------------------
NaviMenu Design
-----------------------------------*/
#navimenu {
	clear: both;
	width: 962px;
	height: 28px;
	margin: 0;
	}
#navimenu ul {
	margin-left: -1px;
	}
#navimenu li {
	list-style-type:none;
	width: 192px;
	height: 28px;
	float: left;
	}
#navimenu li a{ display:block; width: 192px; height:28px; }
#navimenu li a:hover { background-color:transparent; }
#navimenu li a:hover img{ visibility:hidden; }

li#nmSpt { background: url(../common/images/navi/navimenu_spttop_on.gif); width: 193px; }
li#nmManual { background: url(../common/images/navi/navimenu_manual_on.gif); }
li#nmTrouble { background: url(../common/images/navi/navimenu_trouble_on.gif); }
li#nmFaq { background: url(../common/images/navi/navimenu_faq_on.gif); }
li#nmForm { background: url(../common/images/navi/navimenu_form_on.gif); width: 193px; }

/* --------------------------------
DrpdownMenu Design
-----------------------------------*/
#dropmenu{
  clear: both;
  list-style-type: none;
  width: 961px;
  height: 40px;
  margin: 0px -500%;
  padding: 0px 500%;
  background: #FF603A;
}
#dropmenu li{
  position: relative;
  width: 16.66%;
  float: left;
  margin: 0px -1px 0px -1px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #FF9D0E;
  border-left: 1px solid #FF7518;
}

#dropmenu li:last-child{
  margin-right: -2px;
  border-right: 0px;
}
#dropmenu li:first-child{
  margin-left: 0px;
  border-left: 0px;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 13px 0 11px;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 150%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 1px 2px #574333;
  z-index: 2;
  text-shadow: none;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #574333;
  text-align: left;
  font-size: 12px;
  color: #d2d2d2;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #574333;
  color: #fff;
}

#dropmenu li ul li:hover > a{
  color: #fff;
}

#dropmenu > li:hover > a{
  margin-left: 0px;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #444444;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* --------------------------------
上部固定
-----------------------------------*/
.fixed {
	position: fixed;
	top: 0px;　//一番上なら0pxに指定してください
	position: relative;
	z-index: 3;
	width: 100%;
	opacity: 0.9;
	}

/* --------------------------------
Title Design
-----------------------------------*/

#ttl h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width:960px;
	font-size: 2.6em;
    font-weight: bold;
    color: #555;
    position: relative;
}
#ttl h2 em{
	font-size: 0.8em;
	font-style:normal;
	color:#464646;
}
#ttl {
	clear: both;
	width: 960px;
	height: auto;
	margin: 0px -500%;
	text-align: center;
	background-color: #F8F8F8;
    border-bottom: solid 1px #E2E2E2;
    text-align: center;
    border-top: 4px solid #FF603A;
    border-bottom: 4px solid #FF603A;
    line-height: 2.4em;
    padding: 20px 500% 20px 500%;
}
.stGuide #ttl{
	display: flex;
    justify-content: center;
    align-items: center;
}
.stGuide #ttl > img{
	width: 60px;
}
	.stGuide #ttl h2 > span{
	display: block;
    font-size: 18px;
    line-height: 2;
}
.stGuide #ttl h2{
	width: auto;
}
.guideFlow{
	padding: 40px 0;
}
.guideFlow .ttl-lv2 h2{
	line-height: 60px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.guideFlow p{
	font-size: 1.8em;
    line-height: 32px;
    color: #555;
    padding: 20px 0 0 0;
}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
.tab-label {
	width: 13%;
    background: #f2f0f0;
    padding: 4px 17px;
    order:-1;
	position: relative;
	height: 128px;
    font-size: 1.6em;
    line-height: 23px;
    text-align: center;
    display: flex;
	cursor: pointer;
}
.tab-label:hover{
	background: #4f953b;
	color: #FFF;
}
.tab-label:hover::after{
	background: url(../common/images/spttop/guide_step_on_hover.png) no-repeat right top/20px 140px;
}
.tab-label .title{
	display: block;
    width: 100px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #4f953b;
    color: #4f953b;
    font-size: 18px;
	font-weight: 700;
    line-height: 46px;
    position: absolute;
    top: -25px;
    left: calc(50% - 50px);
    box-sizing: border-box;
}
.tab-switch:checked+.tab-label{
	background: #C6E5D9;
	color: #5e5e5e;
}
.tab-switch:checked+.tab-label .text{
	font-weight: 700;
}
.tab-label .title .number{
	font-size: 26px;
    vertical-align: -2px;
    margin-left: 2px;
}
.tab-label .text{
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 15px;
	padding-left: 10px;
	width: 100%;
}
.tab-label::after{
	content: '';
    display: block;
    width: 20px;
    height: 136px;
    background: url(../common/images/spttop/guide_step.png) no-repeat right top/20px 140px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
    transition: background .2s ease;
}
.tab-wrap .tab-label:last-of-type::after{
	display: none;
}
.tab-switch:checked+.tab-label::after{
	background: url(../common/images/spttop/guide_step_on.png) no-repeat right top/20px 140px;
}
.tab-content {
    width: 100%;
/*  display: none; */
}
.tab-switch:checked+.tab-label .title{
    background: #4f953b;
	color: #FFF;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
	padding: 40px 0 0;
}
.tab-switch {
    display: none;
}
.singleAttention{
	list-style: none;
    margin: 0 0 40px;
}
.guideFlow .singleAttention{
	margin: 0;
}

.singleAttention > li{
	padding: 20px;
    border: 4px solid #9E9E9E;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 32px;
    color: #555;
}
h4.icon-attention{
	font-size: 26px;
    position: relative;
    padding-left: 30px;
    line-height: 32px;
	padding-bottom: 20px;
}
.guideFlow .singleAttention p{
	font-size: 18px;
    line-height: 32px;
    padding: 0 0 10px;
}
.icon-attention::after{
	content: "";
    display: inline-block;
	width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../common/images/spttop/icon-attention.svg)no-repeat center center;
}
.tab-content .ttl-lv4{
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    font-size: 26px;
    color: #555;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 4px solid #4f953b;
    padding: 0px 0 10px 0;
    margin: 0 0 20px 0;
}
.tab-content .ttl-lv4 span{
	font-size: 18px;
}
.tab-content .ttl-lv5{
	background: #C6E5D9;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
	margin: 0 0 40px 0;
}
.tab-content .ttl-lv6{
	display: block;
	font-weight: bold;
	font-size: 22px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.tab-content .flow__item__table table{
	font-size: 1.8em;
    line-height: 32px;
	border-collapse: collapse;
    border-spacing: 0;
}
.tab-content .flow__item__table table tbody th {
    background: #C6E5D9;
	width: 25%;
}
.tab-content .flow__item__table table th, table td {
    padding: 20px;
    border: 2px solid #ccc;
    vertical-align: middle;
	background: #FFF;
}
.tab-content .flow__item__list ul{
	list-style: auto;
    font-size: 18px;
    line-height: 32px;
}
.tab-content .flow__item__list ul > li{
	padding: 10px 20px 10px 0;
}
.flow__footer__step{
	/* display: flex;
    justify-content: end;
    align-items: center; */
}
.flow__footer__step .tab-label{
	position: relative;
	width: auto;
    display: inline-block;
    height: 22px;
	font-size: 18px;
    margin-right: 30px;
	color: #fff;
    background: #4f953b;
    font-weight: 700;
    padding: 15px 30px;
	cursor: pointer;
}

.flow__footer__step .tab-label::before {
	position: absolute;
	top: 0;
	right: -52px;
	content: '';
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	border-color:#4f953b;
	border-style:solid;
	border-width:26px;
	border-left-color:transparent;
	border-top-color:transparent;
	border-right-color:transparent;
}
.visiHide{
	visibility:hidden!important;
}
.c-list{
	margin: 0;
    list-style: none;
}
.c-list > li{
	padding: 20px;
    border: 4px solid #9E9E9E;
    background: #f8f8f8;
	word-break: break-all;
}
.c-list h4{
	font-size: 18px;
}
.c-list h4::before{
	content: "■";
    display: inline-block;
    font-size: 18px;
	vertical-align: middle;
}
.c-list > li > ul{
	list-style: auto;
    font-size: 18px;
    line-height: 32px;
}
.c-list > li > ul >li{
	padding: 10px 20px 10px 0;
}
.c-list .ft22{
	font-size: 22px;
}
.c-list .udLine{
	text-decoration: underline;
}


.pb40{
	padding-bottom: 40px!important;
}
.pb80{
	padding-bottom: 80px!important;
}
.c-button{
    border-radius: 2px;
    border: #4f953b 2px solid;
    background: #FFF;
    color: #4f953b;
    display: inline-flex;
    font-weight: bold;
    padding: 14px 50px;
    font-size: 18px;
    line-height: 18px;
	align-items: center;
	text-decoration: none;
}
.c-button__body {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.c-button__icon {
    margin: 0 8px 0 0;
    vertical-align: -2px;
    position: relative;
    display: inline-block;
    background: #4f953b;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}
.c-button__icon::before {
    content: '';
    display: block;
    background: url(../common/images/icon/icon-stroke-white.svg) 50% 50% no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
}
.c-button__icon::before {
    position: absolute;
    left: 0;
    top: 0;
}
.c-button:hover {
    background: #4f953b;
    color: #FFF;
}
.c-button:hover .c-button__icon{
    background: #FFF;
}
.c-button:hover .c-button__icon::before{
    background: url(../common/images/icon/icon-arrow-green.svg) 50% 50% no-repeat;
}

/*---------------------------------crumbs*/

#crumbs {
	width: 960px;
	height: 25px;
	background:url(../common/images/crumbs/bg_crumbs.jpg) repeat-x;
	font-size: 1.2em;
	margin: 0px -500%;
	padding: 0px 500%;
}

#crumbs ul {
	margin: 0px;
}

#crumbs li {
	float: left;
	line-height:2.1em;
	padding-left:.75em;
	color:#777;
	list-style: none;
}

#crumbs li a {
	/* display:block;
	padding:0 15px 0 0;
	background:url(../common/images/crumbs/bg_crumbs_arrow.jpg) no-repeat right 1px; */
}
#crumbs li:first-child a::before{
	content: '';
    display: inline-block;
    margin: 0 5px 2px 0;
    vertical-align: middle;
    background: url(../common/images/icon/icon-home.svg) no-repeat;
    width: 12px;
    height: 12px;
}
#crumbs li:not(:first-child) a::before,
#crumbs li:last-child::before{
		content: '>';
	margin: 0 5px 2px 0;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#777;
}
#crumbs li a:hover, #crumbs li a:focus {
	color:#3D6E13;
}

#subttl {
	width: 960px;
	margin: 0px -500%;
	padding: 0px 500%;
	background-color: #FBFBFB;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	text-align: center;
	}

#subttl p{
	padding: 5px 5px 5px 10px;
	color: #464646;
	font-size:1.4em;
	line-height:2.0;
}

#subttl a { color: #1e7dad;
	text-decoration: none;
}
#subttl a:hover { color: #7cc4e7;
	text-decoration: none;
}


#subttl img {
	margin-bottom: 1px;
	vertical-align: middle;
}

#important {
	width: 960px;
	margin: 0px -500%;
	padding: 0px 500%;
	text-align: center;
	}

#important dl {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#important dl dt {
	display: inline;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 5px;
	padding: 0px 8px 0px 8px;
	white-space: nowrap;
	border:1px solid #CC0000;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	color: #ffffff;
	background-color: #CC0000;
}
#important dl dd {
	display: inline;
	margin: 5px;
	white-space: nowrap;
	padding:0;
	font-size: 1.4em;
}

/* --------------------------------
Footer Design
-----------------------------------*/

#footer {
	clear: both;
	width: 100%;
	/* height: 750px; */
	background-color: #f5f5f5;
	border-top: solid 1px #E0E0E0;
	background-image: url(../common/images/footer/bg.png);
	background-repeat:repeat-x;
	}

#contact {
	width: 960px;
	margin: 0px auto 0 auto;
	padding: 50px 10px 10px 10px;
}

#contact h3{
	color: #464646;
	border-left: solid 5px #3D6E13;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 100%;
	}

#contact .box1{
	width: 453px;
	height: 400px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	float: left;
}
#contact .box2{
	width: 453px;
	height: 400px;
	margin: 0px 0px 0px 10px;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	float: left;
}

.navi {
	width: 960px;
	margin:0px auto 0 auto;
	border-width: 0px;
	border-color: #c8c8c8;
	border-style: solid;
}
.supportnavi{
	margin: 30px 0px 20px 0px;
	padding: 0px;
	width: 250px;
	float: left;
	}

.logo{
	margin: 50px 0px 5px 15px;
	padding: 3px;
	height:80px;
	float: right;
	}
#footer .linkic {
	margin:0px 3px 0px 3px;
	padding:0;
	border:none;
	vertical-align: -2px;
}

#footer .navi h3{
	color: #828282;
	border-left: solid 5px #E0E0E0;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 100%;
	}

#footer p {
	color: #aaaaaa;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
	font-size: 1.2em;
	}
#footer p a {color: #aaaaaa;
	text-decoration: none;
}
#footer p a:hover { color: #828282;
	text-decoration: none;
}

.co_logo{
	margin: 0px 0px 5px 5px;
	padding: 3px;
	float: right;
	}
.copyright{
	clear: both;
	/* margin: 0px 0px 20px 0px; */
	padding: 5px 0px 0px 0px;
	color: #aaaaaa;
	text-align: left;
	border-width: 1px 0px 0px 0px;
	border-color: #c8c8c8;
	border-style: solid;
	}
.copyright img{
	vertical-align: -5px;
	}
.copyright a {
	color: #aaaaaa;
	text-decoration: none;
}
.copyright a:hover {
	color: #828282;
	text-decoration: none;
}
/* --------------------------------
■■■■■■■■■スマホ■■■■■■■■■
ここから
-----------------------------------*/
@media screen and (max-width: 768px) { /*ウィンドウ幅が最大600pxまでの場合に適用*/
/* --------------------------------
Total Design
-----------------------------------*/
body {
	overflow: hidden;
	margin: 0px;
	width:100%;
	min-width:100%;
	font-size: 62.5%;

	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;

	letter-spacing: 0.1em;
	line-height: 200%;
	background-color: #ffffff;
	}
#wrapper {
	width: 100%;
	margin:0 auto 0 auto;
	padding: 0;
	}
/* --------------------------------
Head Design
-----------------------------------*/
#header {
	width: 100%;
	height:100%;
	margin: 0;
	padding:0px 0px 0px 0px;
	}

#title {
	display:none;
	}
#headmenu {
	margin: 5px 0px 0px 0px;
	text-align: center;
	padding: 0px;
	font-size: 1.0em;
	float: none;
	}
#headmenu li {
	list-style-type:none;
	margin-left: 0px;
	float: none;
	}

#headmenu img{
	vertical-align: middle;
	width: 50px;
	margin: 0;
	border: 0;
	}
#head {
	float: none;
	margin: 10px auto;
	padding: 0px;
	width: 100%;
	}

#cse-search-box {
	display:none;
}

#cse-search-box .sitesearch {
	display:none;
}
#q	{
	display:none;
}

#sa	{
	display:none;
}

/* --------------------------------
Yahoo Custom Search
-----------------------------------*/
	#srchBox
	{
	float: none;
	margin: 0px auto;
	position: static;
	width:95%;
	}

	#srchForm
	{
	width:90%;
	}
	#srchBox #ss-query1
	{
	width:100%;
	height:28px;
	position: static;
	padding: 0px 29px 0px 5px;
	}

	#srchBox #srchBtn
	{
	position: relative;
	top: -30px;
	left: 100%;
	}

#login {
	float: none;
	margin: 10px;
	padding: 0px;
	text-align: center;
	}

#login .CPloginBtn {
	width: 30%;
	height: 30px;
	border:1px solid #E5791B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.2em;
	padding: 0px 20px 0px 20px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #FF871E;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
#login .WMloginBtn {
	width: 30%;
	height: 30px;
	border:1px solid #2b7ef3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.2em;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3588FD;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

/* --------------------------------
Contents
-----------------------------------*/
#contentsBox {
	width: 100%;
	margin: 0px;
	padding: 0;
	}
/* --------------------------------
HamburgerMenu Design
-----------------------------------*/
/*メニュー部分*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 50px 0px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -300px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 300px; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}
/* --------------------------------
DrpdownMenu Design
-----------------------------------*/
#dropmenu{
  list-style-type: none;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: none;
}
#dropmenu li{
  width: 300px;
  float: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border: none;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 20px 0;
  color:#464646;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li ul{
	display: none;
}
#dropmenu li ul li{
	display: none;
	}

/* --------------------------------
上部固定
-----------------------------------*/
.fixed {
	position: static;
	}
/* --------------------------------
Title Design
-----------------------------------*/

#ttl h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 2.2em;
	font-weight: bold;
	color:#35601A;
	position:relative;
	width:100%;
}
#ttl h2 em{
	font-size: 0.8em;
	color:#464646;
}
#ttl {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px -500%;
	background-color: #F8F8F8;
    text-align: center;
    border-top: 4px solid #4f953b;
    border-bottom: 4px solid #4f953b;
    line-height: 2.4em;
    padding: 20px 500% 20px 500%;
	}
	.stGuide #ttl > img{
		display: none;
	}
/*---------------------------------crumbs*/

#crumbs {
	display:none;
}

#subttl {
	width: 100%;
	margin: 0px -500%;
	padding: 0px 500%;
	background-color: #FBFBFB;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	text-align: center;
	}

#important {
	width: 100%;
	margin: 0px -500%;
	padding: 0px 500%;
	text-align: center;
	}

/* --------------------------------
Contents Design
-----------------------------------*/
.singleAttention h4{
	font-size: 18px;
    display: flex;
}
.tab-wrap{
	flex-direction:column;
}
.tab-label{
	width: 100%;
	height: 90px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.tab-label::after{
	display: none;
}
.tab-content .ttl-lv4{
	display: block;
    font-size: 18px;
}
.flow__footer__step .tab-label{
	height: 50px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
	padding: 5px 10px;
}
.flow__footer__step .tab-label::before{
	border-width: 25px;
	right: -50px;
}
.c-button{
	padding: 10px 20px;
	margin: 10px 0;
	width: 100%;
	display: block;
}
.tab-content .flow__item__table table th, .tab-content .flow__item__table table td{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.tab-content .flow__item__table table tbody th{
	width: 100%;
}
.visiHide{
	display: none;
}

/* --------------------------------
Footer Design
-----------------------------------*/

#footer {
	clear: both;
	width: 100%;
	/* height: 1700px; */
	background-color: #f5f5f5;
	border-top: solid 1px #E0E0E0;
	background-image: url(../common/images/footer/bg.png);
	background-repeat:repeat-x;
	}

#contact {
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 50px 10px 10px 10px;
}


#contact .box1{
	width: 90%;
	height: 400px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	float: none;
}
#contact .box2{
	width: 90%;
	height: 400px;
	margin: 10px 0px 30px 0px;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	float: none;
}

.navi {
	width: 100%;
	margin:0px auto 0 auto;
	border-width: 0px;
	border-color: #c8c8c8;
	border-style: solid;
}
.supportnavi{
	margin: 30px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	float: none;
	}

.logo{
	margin: 10px 0px 5px 0px;
	padding: 3px;
	height:80px;
	text-align: center;
	float: none;
	}
#footer .linkic {
	margin:0px 3px 0px 3px;
	padding:0;
	border:none;
	vertical-align: -2px;
}

#footer .navi h3{
	color: #828282;
	border-left: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 100%;
	}

#footer p {
	color: #aaaaaa;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
	font-size: 1.2em;
	text-align: center;
	}
.co_logo{
	margin: 0px 0px 5px 5px;
	padding: 3px;
	float: right;
	}
.copyright{
	/* margin: 0px 0px 20px 0px; */
	padding: 0px 0px 0px 0px;
	color: #aaaaaa;
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-color: #c8c8c8;
	border-style: solid;
	}
.copyright img{
	display:none;
	}
}
/* --------------------------------
■■■■■■■■■スマホ■■■■■■■■■
ここまで
-----------------------------------*/
/* --------------------------------
DrpdownMenu Design PC 2021/10 追記
-----------------------------------*/
.topGrn #dropmenu{
	background: #4f953b;
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
	border-bottom: 4px solid #FFF;
}
.topGrn #dropmenu li{
	width: 16.66%;
	border-left: 1px solid #35601A;
	border-right: 0;
	z-index: 9;
}
.topGrn #dropmenu li a{
	font-size: 1.6em;
}
.topGrn #dropmenu li:hover ul li{
	width: 100%;
}
.topGrn #dropmenu li ul li a{
	font-size: 1.6em;
}
.topGrn #dropmenu li ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: none;
	width: 180%;
}
#dropmenu-under{
	clear: both;
    list-style-type: none;
    width: 961px;
    height: 40px;
    margin: 0px -500%;
    padding: 0px 500%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
	background: #ececec;
}
#dropmenu-under li{
	width: 48%;
	display: block;
    margin: 0;
    padding: 13px 0 11px;
    color: #fff;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1;
	text-align: center;
}
#dropmenu-under li a{
	color: #555;
	text-decoration: none;
}
#dropmenu-under li:last-child{
	border-left: 1px solid #CCC;
}
#dropmenu-under li:hover > a{
	color: #4f953b;
}
@media screen and (max-width: 768px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/

	.topGrn #dropmenu{
		display: block;
		background: none;
	}
	.topGrn #dropmenu-under{
		display: none;
	}
	.topGrn #dropmenu li{
		width: 300px;
	}
	#login {
		float: none;
		margin: 10px;
		padding: 0px;
		text-align: center;
	}
	#login .CPloginBtn {
		width: 30%;
		height: 30px;
		border: 1px solid #E5791B;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 1.2em;
		padding: 0px 20px 0px 20px;
		text-decoration: none;
		display: inline-block;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #FF871E;
		transition: .2s linear;
		-webkit-transition: .2s linear;
		-moz-transition: .2s linear;
		-o-transition: .2s linear;
		-ms-transition: .2s linear;
	}
	#login .WMloginBtn {
		width: 30%;
		height: 30px;
		border: 1px solid #2b7ef3;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 1.2em;
		padding: 0px 10px 0px 10px;
		text-decoration: none;
		display: inline-block;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #3588FD;
		-webkit-transition: .2s linear;
		-moz-transition: .2s linear;
		-o-transition: .2s linear;
		-ms-transition: .2s linear;
	}

}

.inner{
	width: 960px;
    margin: 0 auto;
    padding: 0;
}
.ttl-lv2{
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 20px 0;
    justify-content: center;
}
.searchBox .ttl-lv2 h2{
	line-height: 60px;
    /* padding-left: 70px;
    background-image: url(https://placehold.jp/150x150.png);
    background-size: 60px 60px;
    background-repeat: no-repeat; */
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.searchBox form{
	position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0px auto 40px;
}
.searchBox input[type="text"]{
	width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 122px;
    border: 1px solid #4f953b;
    border-radius: 5px;
    height: 56px;
    font-size: 1.6em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
    padding: 3px 24px 3px 30px;
}
.searchBox input[type="text"]:focus-visible{
	outline: none;
    border: 2px solid #4f953b;
    border-radius: 5px;
}

.searchBox input[type="submit"]{
		display: block;
		position: absolute;
		top: 0;
		right: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px 0px 6px 51px;
		width: 122px;
		height: 56px;
		border: 0;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		cursor: pointer;
		color: #fff !important;
		background: url(../common/images/icon/icon-search.svg)#4f953b no-repeat;
		background-position: 20px center;
		background-size: 18px;
		text-decoration: none !important;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}
#planList {
	display: none;
	width: 960px;
	margin: 0px -500%;
	padding: 0px 500%;
	background-color: #FBFBFB;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	text-align: center;
}
#planList nobr a::after{
	content: "/";
	display: inline;
	padding: 0 5px;
}
#planList nobr a:last-child::after{
	content: "|";
}
#planList p{
	padding: 5px 5px 5px 10px;
	color: #464646;
	font-size:1.4em;
	line-height:2.0;
}

#planList a { color: #1e7dad;
	text-decoration: none;
}
#planList a:hover { color: #7cc4e7;
	text-decoration: none;
}


#planList img {
	margin-bottom: 1px;
	vertical-align: middle;
}

.bannerArea{
	padding: 40px 0;
}
.bannerArea ul{
	display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}
.bannerArea ul li{
	width: 43%;
    border-radius: 5px;
    display: block;
}

.bannerArea ul li .banner-wrapper{
	display: flex;
    align-items: center;
    padding: 10px;
	justify-content: space-evenly;
    border-radius: 5px;
    min-height: 105px;
    border: 4px solid #4f953b;
}

.bannerArea .text-block{
	padding-inline-start: 15px;
}
.bannerArea ul li:first-child .tile__title{
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1.2;
}
.bannerArea ul li:last-child .tile__title{
    font-weight: 400;
	font-size: 2.6em;
    line-height: 1.2;
}
.bannerArea .tile__description{
	display: block;
	margin-top: 5px;
}
.bannerArea .tile__description{
    font-size: 1.6em;
	text-decoration: underline;
}
.bannerArea ul li:last-child .tile__description{
}
.bannerArea .tile__block-link{
	text-decoration: none;
	color: #4f953b;
}
.bannerArea ul li:first-child a .banner-wrapper{
	color: #FFF;
	background: #4f953b;
}

.bannerArea ul li:first-child a:hover .banner-wrapper{
	background: #FFF;
	color: #4f953b;
}
.bannerArea ul li:last-child a:hover .banner-wrapper{
	background: #4f953b;
	color: #FFF;
}
.bannerArea .icon{
	width: 60px;
}
.bubbleGrn {
	position: relative;
	display: inline-block;
	width: 240px; 
	text-align: center;
	color:#FFF;
	font-size:1.6em;
	letter-spacing: .01em;
	padding: 15px 10px;
	background-color: #4f953b;
	border-radius: 5px;
}
.bubbleGrn:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #4f953b transparent;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.faqList ul{
	border: 1px solid #ccc;
    border-radius: 5px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 20px auto 40px auto;
}
.faqList .faqlist__item{
	margin: 0 40px;
}
.faqList .faqlist__item a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
	padding: 15px 25px 15px 0;
    line-height: 1.8;
}
.faqList .faqlist__item__link__icon{
	display: block;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin: 2px 0 0 5px;
    background-color: #4f953b;
    text-align: center;
}
.faqList .faqlist__item__link__text{
	display: block;
    font-weight: bold;
    font-size: 1.8em;
    text-align: left;
    color: #4f953b;
    margin: 0 0 0 15px;
    letter-spacing: -0.3px;
}
.faqList .faqlist__item__link::after{
	content: "";
    display: block;
    border-top: solid 2px #4f953b;
    border-right: solid 2px #4f953b;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.faqList .faqlist__item:not(:first-child) {
    border-top: 1px solid #ccc;
}
.faqList .faqlist__item__link:hover::after{
	/* -webkit-animation: arrowR 0.4s 2 ease;
	animation: arrowR 0.4s 2 ease; */
}
.faqList .faqlist__item__link:hover {
	background: #C6E5D9;
}
@keyframes arrowR {
	50% {
	  right: -.05em;
	}
	100% {
	  right: .2em;
	}
  }
.acd-check{
    display: none;
}
.acd-label{
	background: #FFF;
	display: block;
	position: relative;
	border-radius: 5px;
}
.acd-label > div{
	display: flex;
    padding: 15px 66px 15px 20px;
    align-items: center;
}
.acd-label > div > img{
	width: 60px;
}

.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.catlist__item .acd-content .ttl-lv3{
	margin-left: 5px;
}
.acd-content::before{
	content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f8f8f8;
}

.acd-check:checked + .acd-label .list-box-icon_plus::after{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    background: #f8f8f8;
    border-radius: 5px;
}
.acdos-check{
    display: none;
}
.acdos-label{
	background: #FFF;
	display: block;
	position: relative;
	border-radius: 5px;
}
.acdos-label > div{
	display: flex;
    padding: 15px 66px 15px 20px;
    align-items: center;
}
.acdos-label > div > img{
	width: 35px;
}
.acdos-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acdos-content::before{
	/* content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f8f8f8; */
}

.acdos-check:checked + .acdos-label .list-box-icon_plus::after{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.acdos-check:checked + .acdos-label + .acdos-content{
	height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    background: #f8f8f8;
    border-radius: 5px;
}

.catList{
	background: #C6E5D9;
}
.catList .ttl-lv2 h2{
	line-height: 60px;
    /* padding-left: 70px;
    background-image: url(https://placehold.jp/150x150.png);
    background-size: 60px 60px;
    background-repeat: no-repeat; */
    font-size: 3.2em;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.catList > div > ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0;
}
.catList .catlist__item{
	width: 48%;
}
.list-box-icon_plus{
	position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 30px;
    display: block;
    width: 16px;
    height: 16px;
}
.list-box-icon_plus::before, .list-box-icon_plus::after {
    position: absolute;
    content: '';
    background-color: #4f953b;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
}
.list-box-icon_plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	transition: .5s;
}
.ttl-lv3{
	font-size: 2.6em;
    color: #555;
    font-weight: 700;
	line-height: 1.2;
}
.ttl-lv-1{
	font-size: 16px;
}
.catlist__item .ttl-lv-1{
	display: block;
}
.catlist__item .ttl-lv3{
	margin-left: 15px;
}
.catlist__item__box_02{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	flex-direction: column;
	padding: 0 30px;
	margin: 30px 0;
}
.catlist__item__box_02 a{
	font-size: 1.8em;
    color: #4f953b;
    letter-spacing: -0.3px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #d8dadc;
}
.catlist__item__box_02 li:last-child a{
	border-bottom: none;
}
.catlist__item__box_02 a::before{
	content: "";
    display: block;
    border-top: solid 2px #4f953b;
    border-right: solid 2px #4f953b;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.catlist__item__box_02 a:hover::before{
	border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.catlist__item__box_02 a:hover{
	color: #fff;
    background: #4f953b;
}
.-os .acd-content > .catlist__item__box_02 > li:first-child{
	margin: 20px 0;
}
.-os .acd-content > .catlist__item__box_02 > li{
	margin: 0 0 20px;
}
.-os .acdos-content > .catlist__item__box_02{
	margin: 0;
	padding: 0;
}
.fotterList{
	padding: 40px 0;
}
.fotterList__item{
	list-style: none;
    display: flex;
    justify-content: space-around;
	margin: 0;
	flex-wrap: wrap;
}
.fotterList__item li{
	width: calc(100% / 3 - 15px );
    display: inline-grid;
	margin-top: 20px;
}
.fotterList__item li a{
	display: flex;
    flex-direction: column;
    text-align: center;
    background: #4f953b;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
.fotterList__item li a::after{
	content: "";
    display: block;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fotterList__item li a:hover{
	opacity:.5;
}
.fotterList__item li a:hover::after{
	-webkit-animation: arrowR 0.4s ease;
    animation: arrowR 0.4s ease;
}
.fotterList__item li img{
	width: 60px;
	margin: 0 auto;
}
.fotterList__item .text-block{
	display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.fotterList .tile__title{
	font-size: 2.6em;
    font-weight: bold;
    /* margin-top: 20px; */
    line-height: 1.2;
}
.fotterList .tile__description{
	font-size: 1.6em;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#header.noSearch{
		flex-direction: column;
	}
	.noSearch #headmenu{
		width: 100%;
	}
	.noSearch #headmenu ul{
		flex-direction: column;
	}
	.noSearch #headmenu ul li:last-child{
		margin-left: 0;
		margin-top: 2em;
	}
	#headBtnLink{
		padding: 1em;
	}
	#headBtnLink ul{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#headBtnLink ul li:last-child{
		margin-top: 0.5em;
	}
	#planList{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#planList a{
		display: none;
	}
	.bannerArea {
		padding: 20px 0 0;
	}
	.bannerArea ul{
		flex-direction: column;
	}
	.bannerArea ul li {
		width: 100%;
	}
	.bannerArea ul li:first-child {
		margin-bottom: 20px;
	}
	.bannerArea ul li:first-child .tile__title{
		font-size: 1.8em;
	}
	.bannerArea ul li:last-child .tile__title{
		font-size: 1.8em;
	}
	.bannerArea ul li .banner-wrapper{
		min-height: auto;
	}
	.bannerArea .tile__description{
		font-size: 1.4em;
	}
	.ttl-lv2{
		padding: 20px;
	}
	.searchBox .ttl-lv2 h2{
		line-height: 40px;
		padding-left: 44px;
		background-size: 40px 40px;
		font-size: 2em;
	}
	.searchBox form{
		max-width: 100%;
	}
	.searchBox input[type="text"]{
		padding: 3px 40px 3px 10px;
	}
	.searchBox input[type="submit"]{
		width: 41px;
		overflow: hidden;
	}
	.bubbleGrn{
		width: auto;
		display: block;
	}
	.faqList ul{
		width: 100%;
		margin: 20px auto;
	}
	.faqList .faqlist__item{
		margin: 0 10px;
	}
	.faqList .faqlist__item__link__text{
		margin: 0 15px;
		width: 80%;
	}
	.catList .ttl-lv2 h2{
		font-size: 2em;
		line-height: 40px;
	}
	.catList > div > ul{
		flex-direction: column;
	}
	.catList .catlist__item{
		width: 100%;
		margin-bottom: 15px;
	}
	.acd-label > div{
		padding: 5.33vw 14.66vw 5.33vw 5.33vw;
	}
	.acd-label > div > img{
		width: 40px;
	}
	.list-box-icon_plus{
		right: 5.33vw;
		width: 4vw;
		height: 4vw;
	}
	.ttl-lv3{
		font-size: 1.8em;
	}
	.ttl-lv-1{
		font-size: 14px;
	}
	.catlist__item__box_02{
		padding: 0 5.33vw;
		margin:0;
	}
	.catlist__item__box_02 a{
		font-size: 1.4em;
		padding: 4.53vw 3.46vw 4.53vw 0;
		min-height: 19.46vw;
	}
	.acd-label{
		border-radius: 5px 5px 0 0;
	}
	.acd-content{
		margin: 0;
		border-radius: 0 0 5px 5px;
	}
	.acd-content::before{
		display: none;
	}
	.fotterList__item{
		flex-direction: column;
	}
	.fotterList__item li{
		width: 100%;
		margin-bottom: 15px;
	}
	.fotterList__item li a{
		flex-direction: row;
		padding: 20px 30px 20px 20px;
		justify-content: start;
	}
	.fotterList__item li img{
		width: 40px;
		margin: 0;
	}
	.fotterList__item .text-block{
		padding-left: 10px;
		text-align: left;
	}
	.fotterList .tile__title{
		font-size: 1.8em;
		margin: 0;
	}
	.fotterList .tile__description{
		font-size: 1.4em;
	}
	.sp-none{
		display: none!important;
	}


}
