@charset "UTF-8";

img {
	border: 0;
	vertical-align:bottom;
	max-width: 100%;
	}

strong {
	color:#CC0000;
	font-weight:bold;
}

/*---------------------------------コンテンツ部分*/
#spt {
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: url(../common/images/spttop/spt_background.gif) repeat-y 0px 0;
	background-color: #ffffff;
	clear: both;
}

#spt .main {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	font-size: 1.2em;
	color: #464646;
	line-height: 2.0;
	}

/*---------------------------------ページ全体の横幅*/
#container{
	width: 730px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#container p{
	font-size: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

/*---------------------------------マニュアルヘッダー*/
#container .letterspace {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 656px;
	height: auto;
	}

#container .iconspace {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	width: 54px;
	height: 54px;
	}
/*---------------------------------見出し部分*/

/*ページタイトル*/
.main h1{
	clear: both;
	text-align: left;
	font-size: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.main h2	{ 
	margin: 10px 0 10px 0;
	padding: 0;
	background: transparent url(../common/images/h/h_top.gif) left top repeat-x;
	border-left: 5px solid #FF603A;
	font-size: 1.6em;
	font-weight: bold;
	
	color:#003300;
	line-height: 1;
	}
	.main h2 span {
		display: block;
		padding: 15px 0px 15px 10px;
		border: 1px solid #cccccc;
		border-left: 0;
		background: transparent url(../common/images/h/h_bottom.gif) left bottom repeat-x;
		}

.main h3	{ 
			font-size: 1.6em;
			border-bottom: dotted 1px #003300;
			width:auto;
			border-left: solid 8px #003300;
			padding-left: 12px;
			color:#003300;
			padding-bottom:0;
			font-weight: bold;
			
			margin-top: 12px;
			margin-bottom: 12px;
}
.main h4	{ 
			font-size: 1.2em;
			border-bottom: dotted 1px #003300;
			width:100%;
			color:#003300;
			padding-bottom:0;
			font-weight: bold;
			
			margin-top: 0px;
			margin-bottom: 12px;
}
.main h5	{ 
			font-size: 1.2em;
			color:#003300;
			padding-bottom:0;
			font-weight: bold;
			
			margin-top: 0px;
			margin-bottom: 12px;
}
/*---------------------------------コンテンツ部分*/

#contents{
	width: 725px;
	height:100%;
	margin: 5px 0px 20px 5px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 100%;
}

#contents img {
	padding: 5px;
	background-color: #f3f3f3;
	border:1px solid #c8c8c8;
	margin:1em 0px 1em 0px;
}

a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}

/*---------------------------------コンテンツ内のp部分*/
#contents p{
	font-size: 100%;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

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

ol {
	margin-left: 30px;
	padding: 0;
	}

ul {
	margin-left: 30px;
	padding: 0;
	}
.main li {
	margin-bottom: 10px;
	padding: 0;
}


#contents ol {
	counter-reset: counter;
	list-style: none;
	padding: 0;
}
#contents ol li {
	position: relative;
}
#contents ol li:before {
	content: counter(counter);
	counter-increment: counter;
	background-color: #FF603A;
	color: #fff;
	display: block;
	float: left;
	line-height: 18px;
	margin-top: 3px;
	margin-left: -25px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 10%;
}

#contents ol li li:before {
	content: none;
}

#contents ol li li li:before {
	content: none;
}

#contents ol li li li li:before {
	content: none;
}

#contents ul li:before {
	content: none;
}

#contents ul li li:before {
	content: none;
}

#contents ul li li li:before {
	content: none;
}

#contents ul li li li li:before {
	content: none;
}

/*-------------------------------------文字修飾*/

strong {
	color:#CC0000;
	font-weight:bold;
}

.red { color:#CC0000; }
.blue { color:#0000FF; }
.green { color:FF603A; }

#spt .button {
	margin:0 3px 0px 3px;
	padding:0;
	border:none;
	vertical-align: -5px;
}
/*-------------------------------------別ウィンドウで表示アイコン*/
#spt .linkic {
	margin:0px 3px 0px 3px;
	padding:0;
	border:none;
	vertical-align: -2px;
}

/*-------------------------------------マニュアル内ページ遷移*/
#spt .go {
	text-align:right;
	color:#FF603A;
	font-size: 1.2em;
}
#spt .go img {
	margin: 0px;
	padding: 0px;
	border:none;
	vertical-align: 0px;
}
#contents .go img {
	margin: 0px;
	padding: 0px;
	border:none;
	vertical-align: 1px;
}
.pageTopBtn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0 0 0;
}
.pageTopBtn a{
	-webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.pageTopBtn a:hover{
	-moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.pageTopBtn img{
	width: 50px;
}

/*-------------------------------------注意書き*/
ul.hedge {
	margin-top:1.0em;
	margin-bottom:0;
	margin-left:3.0em;
	padding-bottom:0;
}

ul.hedge li {
	list-style-type:none;
	text-indent:-1.3em;
	padding-left:0;
	margin-left:-1.5em;
	margin-bottom:0;
	padding-bottom:0;
}
/*-------------------------------------ページナビ*/
.pagination {
	padding:3px 3px 3px 0px;
	margin:10px 0px 10px 0px;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #666666;
}
.pagination a:hover, div.pagination a:active {
	border:1px solid #FF603A;
	color: #FF603A;
	background-color: #FF603A;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FF603A;
	font-weight: bold;
	background-color: #FF603A;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

.pagination a.next {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FF603A;
	text-decoration: none; 
	color: #FF603A;
}
.pagination a:hover, div.pagination a:active {
	border:1px solid #FF603A;
	color: #FF603A;
	background-color: #FF603A;
}

/*---------------------------------Share*/
#share{
	width: auto;
	height:20px;
	margin: 0px;
	padding: 0px;
}
.sharebtn {
	float: left;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}


/*-------------------------------------目次*/
.mokuji {
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	background-color: #eef3ee;
	border-top: solid 1px #e6e6e6;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	border-left: solid 1px #e6e6e6;
	color: rgb(102, 102, 102);
}

.mokuji ol{
	margin-bottom:10px;
	line-height: 2.0;
}

.mokuji li {
	margin:0px;
	line-height: 2.0em;
	font-size: 1.2em;
}

.leftbox {
	width: 10%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.rightbox {
	width: 10%;
	float: right;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------入力フォーム説明テーブル幅th130px*/

.setsumei table {
	margin:0px;
	padding: 0px;
	background-color:#c8c8c8;
	border-collapse:collapse;
	width:100%;
	min-width: 100%;
}

.setsumei th {
	width:25%;
	font-weight:normal;
	padding: 3px 5px 3px 5px;
	background-color:#FF603A;
	border:1px solid #c8c8c8;
}

.setsumei td {
	width:auto;
	padding: 3px 5px 3px 5px;
	background-color:#FFFFFF;
	border:1px solid #c8c8c8;
}

/*-------------------------------------入力フォーム説明テーブルrh幅指定なし*/
.setsumei2 table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:100%;
}

.setsumei2 th {
	width:auto;
	font-weight:normal;
	padding: 3px 5px 3px 5px;
	background-color:#FF603A;
	border:1px solid #c8c8c8;
}

.setsumei2 td {
	width:auto;
	padding: 3px 5px 3px 5px;
	background-color:#FFFFFF;
	border:1px solid #c8c8c8;
}
/*-------------------------------------入力フォーム説明テーブルグレーleft30*/

.setsumei3 table {
	margin-left:30px;
	margin-bottom:10px;
	background-color:#c8c8c8;
	border-collapse:collapse;
	width:90%;
}

.setsumei3 th {
	width:150px;
	font-weight:normal;
	padding: 3px 5px 3px 5px;
	background-color:#f0f0f0;
	border:1px solid #c8c8c8;
}

.setsumei3 td {
	padding: 3px 5px 3px 5px;
	background-color:#FFFFFF;
	border:1px solid #c8c8c8;
}

/*-------------------------------------入力フォーム説明テーブルグレーleft15*/

.setsumei4 table {
	margin:0px;
	padding:0px;
	background-color:#c8c8c8;
	border-collapse:collapse;
	width:100%;
}

.setsumei4 th {
	font-weight:normal;
	text-align: center;
	padding: 3px 5px 3px 5px;
	background-color:#f0f0f0;
	border:1px solid #c8c8c8;
}

.setsumei4 td {
	text-align: right;
	padding-top:3px;
	padding: 3px 5px 3px 5px;
	background-color:#FFFFFF;
	border:1px solid #c8c8c8;
}

/*-------------------------------------URLリスト*/
#list {
	margin-top:10px;
	padding:0px;
	line-height: 2.0;
}

#list ul {
	list-style:none;
} 
#list li {
	background-image : url(../manual/images/go_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	padding-top :0px ;
	margin-top :0px ;
} 

.list {
	margin-top:10px;
	padding:0px;
	line-height: 2.0;
}

.list ul {
	list-style:none;
} 
.list li {
	background-image : url(../manual/images/go_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	padding-top :0px ;
	margin-top :0px ;
} 


/*-------------------------------------メモ*/
.memobox {
	width: auto;
	height:auto;
	font-weight:normal;
	margin: 0px;
	padding:10px;
	background-color:#FFFFCC;
	border-color:#FBD01D;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}

/*-------------------------------------ボックス*/
#spt .main .box {
	width: auto;
	height:auto;
	font-weight:normal;
	margin: 0px;
	padding:10px;
	border-color:#c8c8c8;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.leftbox {
	margin:0;
	padding:0;
	float: left;
	width:50%;
}

.rightbox {
	margin:0;
	padding:0;
	float: right;
	width:50%;
}

/*-------------------------------------ボックス（グレー）*/
.box2 {
	width:auto;
	height:auto;
	margin: 0px;
	padding:10px;
	background-color: #f3f3f3;
	border-color:#c8c8c8;
	border-width:0px 1px 1px 1px;
	border-style:solid;
}

/*-------------------------------------点線ボックス*/
.dotbox {
	width: auto;
	height:auto;
	font-weight:normal;
	margin: 0px;
	padding:10px 10px 0px 10px;
	background-color:#F5F5F5;
	border-color:#c8c8c8;
	border-width:1px 1px 1px 1px;
	border-style:dotted;
}

/*-------------------------------------記述例ボックス*/
.samplescript{
	width: auto;
	height:auto;
	font-family: "courier new";
	font-weight:normal;
	margin: 0px;
	padding:10px;
	border-color:#c8c8c8;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color:#f8f8f8;
	font-size: 100%;
	line-height: 2.0;
}



/*-------------------------------------記述例ボックス*/
.form{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* --------------------------------説明アイコンの凡例*/
#iconlist {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top:#ebebeb 1px solid;
	border-left:#ebebeb 1px solid;
	border-right:#c8c8c8 1px solid;
	border-bottom:#c8c8c8 1px solid;
	color:#666666;
	background-color: #f3f3f3;
	font-size: 1.0em;
}
/* --------------------------------選択肢の見出し*/
.main dl {
	margin: 0;
	padding: 0;
}

.main dt {
	color: #006600;
	font-weight:bold;
	font-size: 1.2em;
	border-bottom: 1px dotted #006600;
	margin-bottom: 5px;
}

.main dd {
	margin-left: 20px;
	margin-bottom: 20px;
}

/*-------------------------------------スクロール表示*/
.scr {
	overflow: auto;
	width: auto;
	height: 100px;
	padding-left:8px;
	background-color:#FFFFCC;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}

/*-------------------------------------待ち時間の目安（電話サポート）*/

.watetime table {
	margin:10px 0px 10px 10px;
	padding:0;
	background-color:#c8c8c8;
	border-collapse:collapse;
	width:98%;
}

.watetime th {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	background-color:#f3f3f3;
	border:1px solid #c8c8c8;
}

.watetime td {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #c8c8c8;
	color:#003300;
	text-align:center;
}

/*-------------------------------------RSS*/

#rssArea {
	margin:0px;
	padding: 0px;
	background-color:#c8c8c8;
	border-color:#c8c8c8;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	width:100%;
	background: #ffffff;
}
#rssArea img{
	border: 0;
	margin: 0;
	padding: 0;
	}

#rssArea h5 {
	position:relative;
	margin-bottom: 1px;
	padding-top:1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D6E13;
	font-size:1.1em;
	color:#464646;
	background: url("../common/images/spttop/feed_title.png") 9px center no-repeat;
	}
#rssArea h5 span{
	display:block;
	padding: 10px 5px 10px 22px;
	}

#rssArea h5 a:link,
#rssArea h5 a:visited,
#rssArea h5 a:active {
	text-decoration : none;
	color: #464646;
}
#rssArea h5 a:hover {
	color: #787878;
	}
#rssArea h5 a.feed{
	position:absolute;
	top:16px;
	right:7px;
	font-size: 1.0em;
	line-height:0;
	border: 0;
	}

#rssArea p{
	font-size: 100%;
	margin: 5px;
	padding: 0px;
	}

#rss ul {
	margin: 0px;
	list-style-type: none;
	color: #464646;
	font-size: 1.0em;
	}
	#rss li {
		margin: 0px;
		background: url("../common/images/spttop/list.png") 10px center no-repeat;
		border-top: 1px dotted #999999;
		padding: 10px 0px 10px 24px;
		font-size: 1.0em;
		}
	#rss a:link,
	#rss a:visited,
	#rss a:active {
		text-decoration : none;
		color: #1e7dad;
		}
	#rss a:hover { 
		text-decoration : none;
		color: #7cc4e7;
	}
.whoismrk {
  background: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #ff0000;
  font-size: 1.0em;
  line-height: 1.2em;
  display:inline-block;
  margin: 0px;
  padding: 2px 8px 2px 8px;
  border: solid #ff0000 1px;
  
}
/* --------------------------------
■■■■■■■■■スマホ■■■■■■■■■
ここから
-----------------------------------*/
@media screen and (max-width: 768px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/


/*---------------------------------コンテンツ部分*/
#spt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: none;
	background-color: #ffffff;
	clear: both;
}

#spt .main {
	width: 100%;
	float: none;
	margin: 0px;
	padding: 10px 0px;
	background-color: #ffffff;
	font-size: 1.2em;
	color: #464646;
	line-height: 2.0;
	}

/*---------------------------------ページ全体の横幅*/
#container{
	width: 95%;
	margin: 0px auto;
	padding: 0px;
}

/*---------------------------------マニュアルヘッダー*/
#container .letterspace {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 100%;
	height: auto;
	}

#container .iconspace {
	float: none;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	width: 54px;
	height: 54px;
	}
/*---------------------------------見出し部分*/

/*---------------------------------コンテンツ部分*/

#contents{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 100%;
}

}
/* --------------------------------
■■■■■■■■■スマホ■■■■■■■■■
ここまで
-----------------------------------*/
.pageIndex{
	padding: 40px 0;
}
.pageIndex p{
	font-size: 1.8em;
    line-height: 18px;
    color: #555;
}
.pageIndex__item{
	list-style: none;
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageIndex__item > li{
	width: 48%;
}
.pageIndex__item > li.win a::before{
	content: "";
    background-image: url(../manual/images/icon-win.svg);
    width: 70px;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    position: absolute;
}
.pageIndex__item > li.win a:hover::before{
    background-image: url(../manual/images/icon-win-hover.svg);
}
.pageIndex__item > li.winios a::before{
	content: "";
    background-image: url(../manual/images/icon-winios.svg);
    width: 70px;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    position: absolute;
}
.pageIndex__item > li.winios a:hover::before{
    background-image: url(../manual/images/icon-winios-hover.svg);
}
.pageIndex__item > li.ios a::before{
	content: "";
    background-image: url(../manual/images/icon-mac.svg);
    width: 70px;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    position: absolute;
}
.pageIndex__item > li.ios a:hover::before{
    background-image: url(../manual/images/icon-mac-hover.svg);
}
.pageIndex__item > li.spos a::before{
	content: "";
    background-image: url(../manual/images/icon-sp.svg);
    width: 70px;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    position: absolute;
}
.pageIndex__item > li.spos a:hover::before{
    background-image: url(../manual/images/icon-sp-hover.svg);
}

.pageIndex__item > li a{
	cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 20px;
    position: relative;
    border-radius: 2px;
    border: #FF603A 4px solid;
    background: #FFF;
    color: #FF603A;
    display: inline-block;
    font-weight: bold;
	padding: 30px 40px 30px 80px;
	font-size: 1.8em;
    line-height: 18px;
    width: 100%;
}

.pageIndex__item > li a::after{
	content: "";
    display: block;
    border-top: solid 2px #FF603A;
    border-right: solid 2px #FF603A;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pageIndex__item > li a:hover{
	background: #FF603A;
    color: #FFF;
}
.pageIndex__item > li a:hover::after{
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
@media screen and (max-width: 768px){
	.pageIndex{
		padding: 20px 0 0;
	}
	.pageIndex__item{
		padding: 20px 0 0;
		flex-direction: column;
	}
	.pageIndex__item > li{
		width: 100%;
	}
	.pageIndex__item > li a{
		padding: 15px 20px;
		font-size: 1.6em;
		line-height: 16px;
	}
	.pageIndex__item > li.win a::before,
	.pageIndex__item > li.ios a::before,
	.pageIndex__item > li.spos a::before{
		display: none;

	}


}
.singleIndex{
	padding-top: 40px;
}
.singleIndex p{
	font-size: 1.8em;
    line-height: 32px;
    color: #555;
    padding: 0 0 40px;
}
.singleIndex .ttl-lv3{
	border-left: 4px solid #FF603A;
    padding: 0 0 0 10px;
}
.singleIndex ul{
	padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.singleIndex ul > li{
	width: 45%;
	margin-bottom: 15px;
}
.singleIndex ul > li a{
	cursor: pointer;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    border: #FF603A 4px solid;
    background: #FF603A;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    font-size: 1.8em;
    width: 100%;
    padding: 14px 30px;
}
.singleIndex ul > li a:hover{
    background: #FFF;
    color: #FF603A;
}
.singleIndex ul > li a::after{
	content: "";
    display: block;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.singleIndex ul > li a:hover::after{
    border-top: solid 2px #FF603A;
    border-right: solid 2px #FF603A;
}
.singleIndex ul > li a.current{
    background: #FFF;
    color: #FF603A;
}
.singleIndex ul > li a.current::after{
    border-top: solid 2px #FF603A;
    border-right: solid 2px #FF603A;
}
.topImgIcon{
	display: flex;
    align-items: center;
    margin-bottom: 20px;
	justify-content: end;
}
.singleAttention{
	list-style: none;
    margin: 0;
}
.singleAttention > li{
	padding: 20px;
    border: 4px solid #9E9E9E;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 32px;
    color: #555;
}
.singleAttention h4{
	font-size: 32px;
    position: relative;
    padding-left: 35px;
    line-height: 32px;
}
.icon-attention::after{
	content: "";
    display: inline-block;
	width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../manual/images/icon-attention.svg)no-repeat center center;
}
/* .c-button{
	display: flex;
    justify-content: right;
}
.c-button__body {
    border-radius: 2px;
    border: #FF603A 2px solid;
    background: #FFF;
    color: #FF603A;
    display: inline-block;
    font-weight: bold;
    padding: 14px 50px;
    font-size: 18px;
    line-height: 18px;
}
.c-button__icon {
    margin: 0 8px 0 0;
    vertical-align: -2px;
    position: relative;
    display: inline-block;
    background: #FF603A;
    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__body:hover {
    background: #FF603A;
    color: #FFF;
}
.c-button__body:hover .c-button__icon{
    background: #FFF;
}
.c-button__body:hover .c-button__icon::before{
    background: url(../common/images/icon/icon-arrow-green.svg) 50% 50% no-repeat;
} */
.singleContents{
	padding-top: 40px;
}
.singleContents .ttl-lv4{
	display: block;
    position: relative;
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 4px solid #FF603A;
    padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}
.pb40{
	padding-bottom: 40px!important;
}
.pt40{
	padding-top: 40px!important;
}
.pt20{
	padding-top: 20px!important;
}
.p10{
	padding: 10px 0!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.singleContents p{
	font-size: 18px;
    line-height: 32px;
    color: #555;
}
.singleContents ul{
	font-size: 18px;
    line-height: 32px;
    color: #555;
}
.singleContents li{
	margin-bottom: 20px;
}

.singleContents .alignright{
	text-align: right;
}

.singleContents .linkArea{
	display: flex;
    align-items: center;
	padding: 20px 0;
}
.singleContents .linkPanel{
	border: 2px solid #9E9E9E;
	background: #FFF;
	border-radius: 2px;
	padding: 0 1em;
	display: inline-block;
	padding: 0.5em 1em;
}
.singleContents .linkPanel >a{
	position: relative;
    padding-right: 30px;
    text-decoration: underline;
    font-size: 18px;
    line-height: 32px;
}
.singleContents .linkPanel >a::after{
	content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
	margin-left: 5px;
    background: url(../common/images/icon/icon-manual.svg)no-repeat center center;
}
.singleContents .green{
	color: #FF603A;
}
.singleContents .content__box{
	padding: 20px;
	border: 4px solid #9E9E9E;
	background: #f8f8f8;
	word-break: break-all;
	font-size: 18px;
	line-height: 32px;
}
.linkTitImg{
	width: 26px;
    vertical-align: text-top;
    padding-right: 10px;
}
.c-area{
    line-height: 32px;
}
.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: 1.8em;
}
.c-list h4::before{
	content: "■";
    display: inline-block;
    font-size: 1.8em;
	vertical-align: middle;
}
.c-list > li > ul{
	list-style: auto;
    font-size: 1.8em;
    line-height: 32px;
}
.c-list > li > ul >li{
	padding: 10px 20px 10px 0;
}
.flow_ttl-lv3{
	font-size: 18px;
    line-height: 32px;
	font-weight: 700;
}
.flowlist__acd{
	padding: 20px 0;
}
.flowlist__acd > ul{
	margin: 0;
    list-style: none;
}
.flow__acd__item{
	border: 4px solid #9E9E9E;
    background: #FFF;
    border-radius: 2px;
}
.flow-box-icon_plus{
	position: absolute;
    top: -webkit-calc(50% - 14px);
    top: calc(50% - 14px);
    right: 30px;
    display: block;
    width: 30px;
    background: #FF603A;
    height: 30px;
}
.flow-box-icon_plus:hover{
    background: #FFF;
	border: 2px solid #FF603A;
}
.flow-box-icon_plus::before, .flow-box-icon_plus::after {
	position: absolute;
    content: '';
    background-color: #FFF;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: 4px;
    width: 75%;
    height: 4px;
}
.flow-box-icon_plus:hover::before, .flow-box-icon_plus:hover::after {
    background-color: #FF603A;
}
.flow-box-icon_plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	transition: .5s;
}
.acdflow-check{
    display: none;
}
.acdflow-label{
	background: #FFF;
	display: block;
	position: relative;
	border-radius: 5px;
}
.acdflow-label > div{
	display: flex;
    padding: 15px 66px 15px 20px;
    align-items: center;
}
.acdflow-label > div > img{
	width: 60px;
}
.acdflow-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
/* .acdflow-content::before{
	content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f8f8f8;
} */

.acdflow-check:checked + .acdflow-label .flow-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;
}
.acdflow-check:checked + .acdflow-label + .acdflow-content{
	height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    border-radius: 5px;
	padding: 20px;
}
.flow__item__table table{
	font-size: 18px;
    line-height: 32px;
	border-collapse: collapse;
    border-spacing: 0;
	word-break: break-all;
	width: 100%;
}
.flow__item__table.money table tbody td {
	text-align: right;
}

.flow__item__table table tbody th {
    /* background: #FEFFDE; */
	width: 40%;
	background: #FFFAE3;
}
.flow__item__table.multi__box table tbody th {
	width: auto;
}
.flow__item__table table tbody th.w20{
	width: 20%;
}

.flow__item__table table th, table td {
    padding: 10px;
    border: 2px solid #ccc;
    vertical-align: middle;
}
.flow__item__list ul{
	list-style: auto;
    font-size: 18px;
    line-height: 32px;
}
.flow__item__list ul > li{
	padding: 10px 20px 10px 0;
}

.flow .ttl-lv5{
	background: #FFFAE3;
    padding: 15px;
    font-size: 18px;
    line-height: 32px;
    color: #555;
}
.flow .ttl-lv6{
    padding: 10px 0 5px 15px;
    font-size: 22px;
    line-height: 32px;
	border-left: solid 6px #FF603A;
    border-bottom: double 6px #FF603A;
}
.flow .ttl-lv6 + p{
	margin-top: 20px;
}

.flow__box{
	position: relative;
}
.flow__box > ul{
	font-size: 18px;
    line-height: 32px;
}
.flow__box .gallery1,.flow__box .gallery2,.flow__box .gallery3,.flow__box .gallery4{
	text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.flow__box figure{
    padding: 20px 0;
}
.flow__box figure img{
	margin: 0 auto;
    display: block;
	width: auto;
	height: auto;
}
/* section.flow .flow__box:not(:first-of-type):before{
	content: "";
    display: block;
    border-top: solid 2px #FF603A;
    border-right: solid 2px #FF603A;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */
a.icon-manual,
a.icon-ctrl{
	position: relative;
	padding-right: 30px;
	text-decoration: underline;
	font-size: 18px;
	line-height: 32px;
}
a.icon-manual::after{
	content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    margin-left: 5px;
    background: url(../manual/images/icon-manual.svg)no-repeat center center;
}
a.icon-ctrl::after{
	content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    margin-left: 5px;
    background: url(../manual/images/icon-ctrl.svg)no-repeat center center;
}
#rssAreaWrap .rssArea{
	margin-bottom: 35px;
    border: 20px solid #FFFAE3;
    padding: 20px;
}
#rssAreaWrap .rssArea h1 {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
    font-size: 2.6em;
    font-weight: bold;
    color: #333;
}
#rssAreaWrap .rssArea h1 span {
    display: block;
    padding: 10px 5px 10px 22px;
}
#rssAreaWrap .rssArea h1 a.feed {
    position: absolute;
    top: 13px;
    right: 7px;
    font-size: 1.0em;
    line-height: 0;
    border: 0;
}
#rss li {
    background: url(../common/images/spttop/list.png) 10px center no-repeat;
    border-bottom: 1px dotted #999999;
    padding: 10px 0px 10px 24px;
    font-size: 1.8em;
    word-wrap: break-word;
    letter-spacing: .01em;
    line-height: 1.8;
}
#rss .item {
    width: 100%;
    display: table;
}
#rss .date {
    width: 10%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}
#rss .title {
    width: 85%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: table-cell;
    vertical-align: middle;
}
#rss a:link, #rss a:visited, #rss a:active {
    text-decoration: none;
    color: #1e7dad;
}
@media screen and (max-width: 768px){
	#rssAreaWrap .rssArea {
		/* overflow: hidden; */
		background: #ffffff;
		width: 100%;
		height: auto;
		margin: 30px 0px;
		padding: 0px;
		box-sizing: border-box;
	}
	#rssAreaWrap .rssArea h1 {
		font-size: 1.8em;
	}
	#rss li {
		padding: 10px 10px 10px 24px;
	}
	#rss .item {
		display: flex;
		flex-direction: column;
	}
	#rss .date {
		width: 100%;
		font-size: 14px;
		font-weight: 700;
		display: block;
		margin-bottom: 5px;
	}
	#rss .title {
		padding: 0;
		width: 100%;
		display: block;
		font-size: 14px;
	}
}

/* --------------------------------
■■■■■■■■■スマホ■■■■■■■■■
ここから
-----------------------------------*/
@media screen and (max-width: 768px) { /*ウィンドウ幅が最大600pxまでの場合に適用*/
	.singleIndex ul{
		flex-direction: column;
	}
	.singleIndex ul > li{
		width: 100%;
	}
	.singleIndex ul > li:first-child{
		margin-bottom: 20px;
	}
	.flow__item__table table th, .flow__item__table table th.20, .flow__item__table table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.flow__item__table table tbody th{
		width: 100%;
	}
	.flow__item__table.multi__box table tbody th{
		padding: 0;
	}
	.flow__item__table.multi__box table th, .flow__item__table.multi__box table td{
		padding: 0;

	}
	.c-list h4{
		display: flex;
		align-items: baseline;
	}

}