@charset "UTF-8";

sup {
	position: relative;
	top: -4px;
	vertical-align: baseline;
}

/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/
#contents .container {
	max-width: 954px;
	margin: 0 auto;
	padding: 0 13px;
}

@media only screen and (max-width: 767px){
	#main {
		padding: 10px 20px;
	}
	#contents .container{
		max-width: none;
		padding: 0;
	}
	#contents{
		padding: 10px 20px;
	}
}

/*ページトップ*/
#page-top{
	display: none;
	position: fixed;
	width: 100%;
	height: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#page-top .page-top-container {
	position: relative;
	max-width: 954px;
	margin: 0 auto;
	padding: 0 13px;
}
#page-top a {
	position: absolute;
	top: -50px;
	right: 13px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 100;
	text-indent: -9999px;
	outline: 0;
	background:#ff0000 url(../images/arrow_pagetop.png) no-repeat center center;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
	color: #fff;
}
#page-top a:hover{
	background-color:#ff8d8d;
}
.nofixed #page-top {
	position:relative;
	bottom:0;
}
.nofixed #page-top a{
	top:-70px;
}
#page-top.unfixed{
	position:relative;
	bottom:0;
}
@media only screen and (min-width: 980px){
	#page-top .page-top-container {
		max-width: none;
	}
}
@media only screen and (max-width: 767px){
#page-top {
}
#page-top .page-top-container {
	max-width: none;
	padding: 0;
}
#page-top a {
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}
#page-top.unfixed a{
	top: -15px;
	right: -20px;
}
}

/*メイン部分｜イメージ*/
#mainimage img {
	width: 100%;
}
#mainimage #main-sp {
	display: none;
}
/*メイン部分｜説明文*/
#contents .descriptionword {
	margin-top: 3%;
}

@media only screen and (max-width: 767px){
	#mainimage {
		margin: 0 -20px;
	}
	#mainimage img {
		width: 100%;
	}
	#mainimage #main-sp {
		display: block;
	}
	#mainimage #main-pc {
		display: none;
	}
	#contents .descriptionword {
		margin-top: 20px;
	}
}


/*説明文｜共通*/
.descriptionword .left-des {
	background: #fff;
}
.descriptionword .left-des-bg{
	background: url(../images/check-blue.jpg);
	float: left;
}
.descriptionword .left-des .des-title{
	color: #005e80;
	font-size: 1.28571429em;
	font-weight: bold;
}
.descriptionword .right-des{
	width: 67.086%;
	float: right;
}
.descriptionword .left-des-bg {
	width: 28.721%;
	padding: 6px 0;
}
.descriptionword .left-des {
	margin: 0 6px;
	padding: 0 10px;
}
.descriptionword .left-des .outer {
	display: table;
	margin: 0 auto;
}
.descriptionword .left-des .inner {
	display: table-cell;
	padding: 30px 0;
	vertical-align: middle;
	text-align: center;
}
.descriptionword .right-des .inner #cautiontxttop {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #808080;
}
.descriptionword .right-des .inner .cautiontxt {
	padding-left: 2.4em;
	text-indent: -2.4em;
}
.descriptionword .right-des .inner .midashi {
	font-weight: bold;
}
.descriptionword .right-des .inner .midashi2 {
	margin-top: 15px;
}

.descriptionword .icon {
	display: inline-block;
	margin-bottom: 18px;
}
.descriptionword .right-des .inner .cautiontxtun {
	padding-left: 3em;
	text-indent: -3em;
}
.descriptionword .right-des .inner .cautiontxtun2 {
	padding-left: 4em;
	text-indent: -1em;
}

@media only screen and (max-width: 767px){
/*説明文｜共通*/
.descriptionword .left-des {
	background: transparent;
}
.descriptionword .left-des-bg{
	background: #005e80 none;
	float: none;
}
.descriptionword .left-des .des-title{
	color: #fff;
	font-size: 15px;
}
.descriptionword .right-des{
	width: auto;
	float: none;
}
.descriptionword .left-des-bg {
	width: auto;
	padding: 0;
}
.descriptionword .left-des {
	margin: 0;
	padding: 0 10px;
}
.descriptionword .left-des .inner {
	display: block;
	padding: 10px 0;
	height: auto !important;
}
.descriptionword .icon {
	display: none;
}
.descriptionword .right-des .inner .spsup {
	font-size: 0.75em;
}
.descriptionword .right-des .inner .cautiontxt {
	padding-left: 2.6em;
	text-indent: -2.6em;
}


}

/*スマホDEメモとは*/
#whatsmemo .right-des {
	line-height: 2.3;
}

/*使い方・設定方法*/
#setting {
	margin-bottom: 50px;
}
#setting .step-no {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #c5c5bd;
	text-align: center;
	font-size: 1.286em;
	font-weight: bold;
}
#setting .step-title {
	margin-bottom: 10px;
	font-size: 1.286em;
	font-weight: bold;
}

#setting .arr-down {
	position: relative;
	display: block;
	padding: 1em 40px 1em 0;

}
#setting .arr-down:after {
	content: "";
	position: absolute;
	top: 1.5em;
	right: 15px;
	display: block;
	width: 20px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
}
#setting .step + .step {
	margin-top: 20px;
}
#setting .step-branch li {
	border-top: 1px dotted #808080;
	font-size: 1.1428em;
	font-weight: bold;
}
#setting .step-branch a {
	padding-left: 25px;
}
#step1 .step-no {
	margin-bottom: 3px;
}


/*アプリご使用にあたって*/
#caution .left-des-bg {
	width: 31.447%;
}
#caution .right-des {
	width: 64.361%;
	line-height: 2;
	padding-top: 15px;
}

@media only screen and (max-width: 767px){
/*スマホDEメモとは*/
#whatsmemo .right-des {
	line-height: 2;
	padding-top: 15px;
}

/*使い方・設定方法*/
#setting {
	margin-bottom: 20px;
	border: 1px solid #bbb;
}
#setting .step-no {
	margin-bottom: 15px;
	font-size: 1em;
}
#setting .step-title {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1em;
}
#setting .arr-down:after {
	top: 1.25em;
	right: 15px;
	width: 13px;
	height: 8px;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}
#setting .step + .step {
	margin-top: 0;
}
#setting .step-branch li {
	font-size: 1em;
}
#setting .step-branch a {
	padding-left: 20px;
}
#step1 .step-no,
#step1 .step-title {
	margin-bottom: 0;
}
#step1 .step-title {
	padding-left: 0;
}
#step1 .step-title .arr-down {
	padding-left: 10px;
}
/*アプリご使用にあたって*/
#caution .left-des-bg {
	width: auto;
}
#caution .right-des {
	width: auto;
	line-height: 2;
	padding-top: 15px;
}
}


/*-------------------------------------------------------
フロー
-------------------------------------------------------*/
#flow {
	background: #e3e3e3;
}
#flow .container {
	padding-top: 50px;
}
/*左｜サイドバー*/
#flow #sidebar {
	float: left;
	width: 28.721%;
	height: auto;
}
#floatmenu {
	font-size: .875em;
	background: #fff;
	border: 1px solid #bbbbbb;
}
#floatmenu .step-no {
	background: #c5c5bd;
	text-align: center;
	font-weight: bold;
	font-size: 1.2857em;
	line-height: 2.2;
}
#floatmenu .step-title {
	font-weight: bold;
}
#floatmenu .step-title .inner {
	display: block;
	padding: 20px 30px 20px 14px;
}
#floatmenu .step-branch li {
	border-top: 1px dotted #808080;
}
#floatmenu .step-branch li a {
	display: block;
	padding: 18px 30px 18px 14px;
	font-weight: bold;
}
#floatmenu .arr-down {
	position: relative;
	display: block;
}
#floatmenu .arr-down:after {
	content: "";
	position: absolute;
	top: 1.6em;
	right: 15px;
	display: block;
	width: 15px;
	height: 8px;
	background: url(../images/arrow_s.png) no-repeat;
}

@media only screen and (max-width: 767px){
#flow {
	margin: 0 -20px;
	padding: 0 20px;
}
#flow .container {
	padding-top: 25px;
}
/*左｜サイドバー*/
#flow #sidebar {
	display: none !important;
}
}


/*右｜フロー図*/
#flowblock {
	position: relative;
	float: right;
	width: 67.0856%;
}
#flowblock .step-no {
	margin-bottom: 30px;
}
#flowblock .step-title {
	margin-bottom: 40px;
	font-size: 1.9375em;
	font-weight: bold;
}
#flowblock .step-detail-title {
	padding: 10px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	background: #005e80;
	text-align: center;
}
#flowblock .accordion-trigger {
	display: none;
}
#flowblock .capture-image {
	float: left;
	width: 46.875%;
}
#flowblock .capture-image img {
	width: 100%;
	border: 1px #bbbbbb solid;
	box-sizing: border-box;
	vertical-align: top;
}
#flowblock .capture {
	margin-top: 30px;
	margin-bottom: 30px;
}
#flowblock .capture-fin {
	margin-bottom: 60px;
}

#flowblock .capture-commentary {
	border: 2px dotted #bbb;
	padding: 0 20px;
}
#flowblock .partition-line {
	border-bottom: 1px solid #bbb;
	padding-bottom: 30px;
}

#flowblock .capture-line {
	border-bottom: 1px solid #bbb;
	padding-bottom: 30px;
}
#flowblock .capture-line-hidden {
	border-bottom: none;
	padding-bottom: 0;
}
#flowinside #flowblock .capture .pc-image {
	float: left;
}
#flowblock .capture .capture-text {
	float: right;
	width: 48.4375%;
	line-height: 2;
}
#flowblock .capture .capture-text a {
	color: #005e8c;
	text-decoration: underline;
}
#flowblock .capture .capture-text a:hover {
	text-decoration: none;
}
#flow #flowinside #partition {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #bbbbbb;
	clear: both;
	margin-bottom: 60px;
}
.linkbtn {
	width: 20px;
}
@media only screen and (max-width: 767px){

/*右｜フロー図*/
#flowblock {
	float: none;
	width: auto;
}
#flowblock .step-no {
	margin-bottom: 18px;
	text-align: center;
}
#flowblock .step-no img {
	width: 65px;
	height: auto;
}
#flowblock .step-title {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
}

#flowblock .step-detail-title {
	padding: 8px 10px;
	font-size: 1em;
}
#flowblock .accordion-trigger {
	display: block;
	text-align: center;
	padding-bottom: 8px;
}
#flowblock .accordion-trigger .label {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/mark_open.png) no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
}
#flowblock .accordion-trigger.opened .label {
	background-image: url(../images/mark_close.png);
}
#flowblock .capture-image {
	float: none;
	width: auto;
}
#flowblock .accordion-body.active {
	display: none;
}
#flowblock .accordion-body.opened {
	display: block;
}

#flowblock .capture-image img {
	width: 100%;
	border: 1px #bbbbbb solid;
	box-sizing: border-box;
	vertical-align: top;
}
#flowblock .capture {
	margin-top: 15px;
	margin-bottom: 15px;
}
#flowblock .capture-fin {
	margin-bottom: 40px;
}
#flowblock .capture-line {
	border-bottom: 1px solid #bbb;
	padding-bottom: 30px;
}

#flowblock .capture-line-hidden {
	border-bottom: none;
}
flow #flowinside #flowblock .capture .pc-image {
	float: left;
}
#flowblock .capture .capture-text {
	float: none;
	width: auto;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.5;
}
#flowblock .capture .capture-text a {
	color: #005e8c;
	text-decoration: underline;
}
#flowblock .capture .capture-text a:hover {
	text-decoration: none;
}
#flow #flowinside #partition {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #bbbbbb;
	clear: both;
	margin-bottom: 60px;
}
.linkbtn {
	width: 20px;
}
}


/*-------------------------------------------------------
Wi-Fiを使用する場合
-------------------------------------------------------*/
#flowblock #step2head {
}

#flowblock .step-branch-title {
	padding: 10px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	border: 2px solid #005e80;
	color: #005e80;
}
#flowblock .capture .step2text {
	margin-bottom: 15px;
}
#flowblock .capture .imagedouble {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px){
#flowblock .step-branch-title {
	margin-bottom: 15px;
	font-size: 1em;
}
}

/*-------------------------------------------------------
NaviConを使用する場合
-------------------------------------------------------*/
#flowblock .capture span.r {
	vertical-align: super;
	font-size: 12px;
}
#flowblock #naviConLink {
	text-align: right;
}
#flowblock .capture span.linktext a {
	color: #005e8c;
	text-decoration: underline;
}
#flowblock .capture span.linktext a:hover {
	text-decoration: none;
}

/*-------------------------------------------------------
アプリ仕様にあたって
（枠のみの記述、中身は上記contents参照）
-------------------------------------------------------*/

#caution {
	background: #fff;
}
#caution .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
#caution .descriptionword {
	margin-top: 0;
}

@media only screen and (max-width: 767px){
#caution .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

/*-------------------------------------------------------
clearfix
-------------------------------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fluid-image img {
	_width: 100%;
    max-width: 100%;
    vertical-align: top;
}
