@charset "utf-8";
/* width:320px非対応 */
/*-************************-*/
/*-     ページ基本設定     -*/
/*-************************-*/
*{
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: メイリオ, Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: rgba(0,0,0,.87);
}
	@media (min-resolution: 144dpi){
		body { 
			font-family:"SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", "YuGothic",メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
	}

	@media screen and (max-width: 768px){
		body {
			font-size: 14px;
		}
	}

h1	{
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 2.5rem;
}

h2	{
	margin-top: 80px;
	margin-bottom: 1rem;
	font-size: 1.75rem;
	font-weight: 600;
	/*border-bottom: 1px solid #888;*/
}
	@media screen and (max-width: 768px){
		h2 {
			font-size: 24px;
			/*border-bottom: 1px solid #888;*/
			padding-bottom: 2px;
		}
	}

h3	{
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 600;
}
	@media screen and (max-width: 768px){
		h3 {
			font-size: 1.0rem;
		}
	}
p	{
	margin-top: 0.75em;
	margin-bottom: 1.25em;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0;
	line-height: 1.5;
}
	@media screen and (max-width: 768px){
		p {
			font-size: 17px;
		}
	}

img {
	border: 1px solid #ddd;
	max-width: 336px;
	height: auto;
}
img.inNote {
	max-width: calc(100vw - 144px);
}

img.fullWidth {
	border: 1px solid #ddd;
	max-width: 640px;
	height: auto;
}
	@media screen and (max-width: 768px){
		img.fullWidth {
			max-width: calc(100vw - 64px);
		}
	}

img.svgUIButton{
	margin: 0 8px;
   filter: none !important;
}

ul li	{
	list-style-type: none;
	list-style-position: outside;
	padding-top: 8px;
}

ul li.svgUIButtonLabel {
	margin: 0 8px;
	text-align: center;
}


ol li	{
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.5em;
	margin-bottom: 0.75em; 
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.common_header{
	box-sizing: content-box;
	color: rgb(51, 51, 51);
	background-color: rgba(255,255,255,0.65);
	position: sticky;
	top:0;
	z-index: 100;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.common_header:after {
	background-color: rgba(51,51,51,0.2);
	margin-left: 0;
    left: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 1px;
}

.common_header_title{
	height: 54px;
	line-height: 54px;
	padding-left: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.common_header_title{
		padding: 0;
		text-align: center;
		font-size: 1.25rem;
	}
}

/*------------clearfix------*/
/*.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*/
/*.clearfix{display:inline-block;}*/
/*------------clearfix------*/

/*- ボディ内側で、全ブロックを載せている一番大きい矩形 -*/
.wrapper {
	width: 100%;
    min-height: 100vh;
	text-align: left;
	display: flex;
    flex-direction: column;
}

/******************************/
/*      ページ本体領域        */
/******************************/
.pagebody	{
	padding: 0px 16px;
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: flex-start;
	min-height: calc(100vh - 54px);
}
/*iPad以下*/
	@media screen and (max-width: 768px) {
		.pagebody	{
		    flex-direction: column;
		    justify-content: flex-start;
		    align-items: center;
		}
	}

/******************************/
/*      インデックスリンク    */
/******************************/
.index_box	{
    width: 192px;
    min-width: 192px;
    border-radius: 3px;
    top: 54px;
    position: sticky;
    position: -webkit-sticky;
    padding-top: 72px; /*高さ合わせ*/
    margin-right: 24px;
}

.index_box_content {
	padding: 8px 16px 16px 16px;
}

.doc-nav {
	color: black;
	font-size: 0.875rem;
	font-weight: 600;
}

	@media screen and (max-width: 768px){
		.doc-nav {
			font-size: 1.0rem;
			line-height: 2.25rem;
		}
	}

.doc-nav > a {
	color:#595959;
	font-weight: 400;
}

@media screen and (max-width: 768px){
	.index_box{
		display:none;
	}
}

 p.modify {
 	text-align: right;
 	margin-bottom:0;
 	font-size: 0.75rem;
 }

/************************/
/*       Drawer      */
/************************/
/*ドロワー*/

.l-drawer {
  position: absolute;
}

.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #000;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 16px;
}
.l-drawer__icon-parts:after {
  top: -16px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.l-drawer__menu {
  top: 0;
  left: -224px;
  width: 224px;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  background: #ffffff;
}
.l-drawer__menu > ul{
  padding-top: 56px;
  padding-bottom: 16px;
  margin-left: 16px;
}

.l-drawer__icon {
  z-index: 105;
}
.l-drawer__menu {
  z-index: 104;
}
.l-drawer__overlay {
  z-index: 103;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.5;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  left: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
	.l-drawer > * {
		display: none;
	}
}
/******************************/
/*      本文                  */
/******************************/
.helpdoc	{
	max-width: 900px;
	display: flex;
    flex-direction: column;
    min-height: calc(100vh - 54px);
}
/*iPad以下*/
	@media screen and (max-width: 768px) {
		.helpdoc {
			max-width: 100%;
		}
	}

table.instruction {
	width: 100%;
}

table.instruction tr {
	display: flex;
	flex-direction:row;
}
/*
table.instruction tr.column {
	display: flex;
	flex-direction:column;
}
*/
/*iPad未満*/
	@media screen and (max-width: 767px) {
		table.instruction tr {
			flex-direction:column;		
		}
	}

table.instruction td	{
	margin-bottom: 10px;
}

table.instruction td img	{
	margin-right: 16px;
}
/*iPad未満*/
	@media screen and (max-width: 767px){
		table.instruction td img {
			margin: 0;			
		}
	}

table.instruction td ul li	{
	margin-left: 1.5em;
	list-style-type: disc;
}	

table.instruction td ol li	{
	margin-left: 2.5em;
	list-style-type: decimal;
}
/*iPad未満*/
	@media screen and (max-width: 767px){
		table.instruction td ol li {
			margin-left: 1.5em;
		}
	}	

table.instruction td ol li ul li	{
	margin-left: 1.5em;
	list-style-type: disc;
}	

div.note	{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 48px;
	padding-right: 12px;
	background: #fafafa url("../images/hc_information.png") no-repeat 14px 14px;
	background-size: 24px;
	border: solid 1px #888;
	font-size: 0.875rem;
}

div.note p	{
	color: #000000;
	margin: 0;
}

p.note_title	{
	margin-top: 10px;
	font-weight: 600;
	padding-top: 6px;
}
img.noteInImages {
	margin-top: 1rem;
}
	@media screen and (max-width: 768px){
		img.noteInImages {
			max-width: calc(336px - 48px - 16px);
	   	margin-left: -16px;
		}
	}

div.note ul li	{
	margin-left: 1.5em;
	list-style-type: disc;
}

div.layouter_horizontal {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}
div.image_container {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

div.image_container img {
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
}

/*iPhon以下*/
	@media screen and (max-width: 414px){
		div.image_container {
			text-align: center;
		}
	}

.thirdbox {
	margin-top: 48px;
}


.contents190 {
	padding-left: 24px;
}

p.param190 {
	padding-top: 2rem;
}

p.param190first {
	
}


/************************/
/*      文字入力        */
/************************/

table#line-direction	{
	margin: 16px 0 24px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #808080;
	table-layout: fixed;
  	word-wrap: break-word;
}

table#line-direction td	{
	padding: 5px;
	border: solid 1px #e0e0e0;
	text-align: center;
	vertical-align: middle;
}

table#line-direction th	{
	padding: 5px;
	border: solid 1px #d8d8d8;
	background-color: #e8e8e8;
	text-align: center;
	vertical-align: middle;
}
/************************/
/*  Footer Navigation   */
/************************/
.pagenav	{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: auto;
}

.pagenav h4	 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 48px 0 16px 0;
}
	@media screen and (max-width: 414px){
		.pagenav h4	{
			font-size: 0.875rem;
		}
	}
.pagenav h4.first {
	justify-content: flex-end;
}

.pagenav h4 .prev {
	display: flex;
   align-items: center;
   justify-content: center;
}
.pagenav h4 .next {
	display: flex;
   align-items: center;
   justify-content: center;
}


.material-icons.next:after{
  content: "chevron_right";
  color: #06c;
}
.material-icons.back:after {
  content: "chevron_left";	
  color: #06c;
}

/************************/
/*      MaterialIcons        */
/************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 24px;
  height: 24px;
  text-transform: none;
   /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
   /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
   /* IEサポート */
  font-feature-settings: 'liga';
  vertical-align: -webkit-baseline-middle;
  vertical-align: sub;
}