@charset "utf-8";
/* PC CSS SET [D.G.] */

/* ----------------------------------------------------------- *\
    @base 
\* ----------------------------------------------------------- */
body {
  background-color: #19306A;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  color: white;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0,0,0,0.6);
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

strong {
  font-weight: bold;
}

.w-max {
  width: 100%;
}

.txt-def {
  margin: 15px;
  line-height: 1.5;
}

/* ----------------------------------------------------------- *\
    @nav 
\* ----------------------------------------------------------- */
nav.back-to {
	background-color: black;
	color: white;
}

nav.back-to a {
	display: block;
	padding: 15px 10px 15px 35px;
	background: url(../img/manual_com_icon_backtoapp.svg) no-repeat left 10px center;
	background-size: 20px;
	border-top: 1px solid #333;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

/* ----------------------------------------------------------- *\
    @h
\* ----------------------------------------------------------- */
h2 {
	padding: 10px 5px;
	background: url(../img/manual_com_h2_bg.png);
	background-size: contain;
	border-top: 4px solid white;
	color: #19306A;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

/* ----------------------------------------------------------- *\
    @txt-def
\* ----------------------------------------------------------- */
.txt-def {
	color: white;
	font-size: 14px;
	line-height: 1.6;
}

/* ----------------------------------------------------------- *\
    @com-header 
\* ----------------------------------------------------------- */
.com-header {
	font-size: 0;
}

/* ----------------------------------------------------------- *\
    @bn
\* ----------------------------------------------------------- */
.bn {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 0;
}

.bn img {
	width: 100%;
}

/* ----------------------------------------------------------- *\
    @com-title
\* ----------------------------------------------------------- */
.com-title {
  padding: 30px 0;
  border-top: 1px solid white;
  background: url(../img/manual_com_title_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.com-title dl dt img {
  margin-bottom: 10px;
  width: 70px;
}

.com-title dl dd {
  font-size: 22px;
}

/* ----------------------------------------------------------- *\
    @com-btn
\* ----------------------------------------------------------- */
.com-btn {
  display: block;
  margin: 10px 20px;
  padding: 10px;
  background: url(../img/manual_com_btn_bg.png);
  background-size: contain;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------------- *\
    @com-btn-pagetop
\* ----------------------------------------------------------- */
.com-btn-pagetop a {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.com-btn-pagetop a img {
  width: 60px;
}

/* ----------------------------------------------------------- *\
    @coom-inline-icon
\* ----------------------------------------------------------- */
.com-inline-icon {
  display: inline-block;
  margin: -4px 3px 0 3px;
  height: 28px;
  vertical-align: middle;
}

/* ----------------------------------------------------------- *\
    @com-list
\* ----------------------------------------------------------- */
.com-list {
  margin: 10px 0;
}

.com-list > li {
	display: table;
	position: relative;
  width: 100%;
	padding: 15px 10px;
}

.com-list > li > div {
	display: table-cell;
	vertical-align: top;
}

.com-list > li .thumb {
  width: 20%;
	font-size: 0;
}

.com-list > li .txt {
  width: 80%;
	padding: 0 20px 0 10px;
}

.com-list > li .txt h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.com-list > li .txt {
  line-height: 1.5;
}

/* ----------------------------------------------------------- *\
    @com-links
\* ----------------------------------------------------------- */
.com-links {
	border-top: 1px solid white;
}

.com-links > li {
	display: table;
	position: relative;
	padding: 10px;
	background: url(../img/manual_com_icon_arrow.svg) no-repeat right 10px center;
  background-color: rgba(255,255,255,0.2);
	background-size: 13px;
	border-bottom: 1px solid white;
}

.com-links > li > div {
	display: table-cell;
	vertical-align: top;
}

.com-links > li .thumb {
  width: 20%;
	font-size: 0;
}

.com-links > li .txt {
  width: 80%;
	padding: 0 20px 0 10px;
}

.com-links > li .txt h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.com-links > li .txt p {
  line-height: 1.5;
}

.com-links > li > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------- *\
    @com-process-sample
\* ----------------------------------------------------------- */
.com-process-sample {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border: 10px solid transparent;
}

.com-process-sample > dl {
  display: table-cell;
  vertical-align: top;
  border: 10px solid transparent;
}

.com-process-sample > dl dt {
  font-size: 0;
  margin-bottom: 10px;
}

.com-process-sample > dl dd {
  font-size: 25px;
  text-align: center;
}

/* ----------------------------------------------------------- *\
    @com-sec-arrange
\* ----------------------------------------------------------- */
.com-sec-arrange .com-links {
  margin-bottom: 20px;
}

.com-sec-arrange .com-links li {
  position: relative;
}

.com-sec-arrange .com-links .new {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
}

.com-sec-arrange .com-links .thumb {
  width: 50%;
  vertical-align: middle;
}

.com-sec-arrange .com-links .thumb dl {
  display: inline-block;
  width: 50%;
}

.com-sec-arrange .com-links .thumb dl dt {
  padding: 3px;
}

.com-sec-arrange .com-links .thumb dl dd {
  font-size: 12px;
  text-align: center;
}

.com-sec-arrange .com-links .txt {
  width: 50%;
  vertical-align: middle;
}

.com-sec-arrange .com-links .txt p {
  font-size: 15px;
  margin-bottom: 10px;
}

.com-sec-arrange .com-links .txt ul {
  padding: 5px;
  font-size: 0;
  border: 1px dashed white;
}

.com-sec-arrange .com-links .txt ul li {
  display: inline-block;
  margin-right: 2px;
  width: 33px;
}

.com-sec-arrange > .btn {
  margin-bottom: 50px;
}

/* ----------------------------------------------------------- *\
    @home
\* ----------------------------------------------------------- */
/* home-sec-about */
.home-sec-about .txt-def {
  margin-bottom: 0;
}

.home-sec-about .btn {
  margin-bottom: 40px;
}

/* home-sec-function */
.home-sec-function table {
  margin: 20px auto;
  width: 100%;
  max-width: 300px;
  table-layout: fixed;
}

.home-sec-function table td {
  position: relative;
  padding-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

.home-sec-function table td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-sec-function table img {
  margin-bottom: 5px;
  width: 70px;
}

/* ----------------------------------------------------------- *\
    @function
\* ----------------------------------------------------------- */
/* function-common-sec-choice */
.function-common-sec-choice {
  padding-bottom: 30px;
}

.function-common-sec-choice .btn {
  margin: 10px;
}

.function-common-sec-choice .btn table {
  margin: auto;
}

/* function-color-sec-about */
.function-color-sec-about p {
  padding: 15px;
}

/* ----------------------------------------------------------- *\
    @arrange-content
\* ----------------------------------------------------------- */
/* arrange-content-sec-header */
.arrange-content-sec-header > .txt-def {
  margin-top: 0;
}

.arrange-content-sec-header > .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 5px solid transparent;
  background: url(../img/manual_arrange_header_arrow.svg) no-repeat center top 45%;
  background-size: 16px;
}

.arrange-content-sec-header > .inner dl {
  display: table-cell;
  border: 15px solid transparent;
  vertical-align: middle;
}

.arrange-content-sec-header > .inner dl dd {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
}

.arrange-content-sec-header > .catch {
  padding-top: 10px;
  text-align: center;
}

.arrange-content-sec-header > .catch dl {
  margin: 10px 20px 20px 20px;
  padding: 10px;
  border: 1px dashed white;
  background-color: rgba(255,255,255,0.2);
  font-size: 0;
}

.arrange-content-sec-header > .catch dl dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}

.arrange-content-sec-header > .catch dl dd {
  display: inline-block;
  width: 60px;
}

.arrange-content-sec-header > .catch p {
  margin: 5px 20px;
  border: 1px solid #ffd024;
  border-radius: 8px;
  background-color: rgba(255, 208, 36, 0.1);
  font-size: 28px;
  color: #ffca0b;
}

/* arrange-content-sec-step */
.arrange-content-sec-step > h2 {
  text-align: left;
}

.arrange-content-sec-step > ul {
  padding: 5px;
}

.arrange-content-sec-step > ul li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.arrange-content-sec-step > ul li > div {
  display: table-cell;
  border: 5px solid transparent;
  vertical-align: top;
}

.arrange-content-sec-step > ul li .thumb {
  width: 40%;
  font-size: 0;
}

.arrange-content-sec-step > ul li .txt {
  width: 60%;
  line-height: 1.6;
}

/* arrange-content-sec-fin */
.arrange-content-sec-fin .img {
  margin: 10px auto 0 auto;
  width: 50%;
}

.arrange-content-sec-fin .img img {
  border: 2px solid white;
}

