@charset 'utf-8';

/* guide
------------------------------------------------ */

.page_guide { margin: 0 auto; width: 800px; }

.block {}
.block__lists {}
.block__lists:not(:last-child) { margin-bottom: 60px; }
.block__lists--title { font-size: 1.4rem; margin-bottom: 28px; }
.block__lists--items {}
.block__lists--items dl { border: 1px solid #aaa; font-size: 1.3rem; line-height: 1.7; }
.block__lists--items dl:not(:last-child) { margin-bottom: 14px; }
.block__lists--items dl dt { position: relative; cursor: pointer; padding: 9px 20px; }
.block__lists--items dl dt:after { content: ''; display: inline-block; width: 15px; height: 15px; background: url(../../img/icon/plus.png) no-repeat center center; position: absolute; right: 20px; top: 50%; margin-top: -8px; }
.block__lists--items dl dt.on:after { background: url(../../img/icon/minus.png) no-repeat center center; }
.block__lists--items dl dd { display: none; padding: 12px 20px 30px; }
.block__lists--items dl dd p { margin-bottom: 12px; }
.block__lists--items dl dd h4 { margin-bottom: 6px; font-size: 100%; font-weight: bold; }
.block__lists--items dl dd a { text-decoration: underline; }
.block__lists--items dl dd a:hover { text-decoration: none; }
.block__lists--items dl dd .attention { margin-bottom: 12px; }
.block__lists--items dl dd .attention li { padding-left: 1.1rem; text-indent: -1.1rem; }
.btns { position: relative; margin-bottom: 12px; }
.btns li { position: relative; margin-top: 8px; height: 32px; font-family: 'Roboto', sans-serif; font-size: 1.2rem; line-height: 1.2; }
.btns li a { display: inline-block; position: relative; padding: 9px 40px 0 15px; min-width: 218px; height: 32px; border: solid #000 1px; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.btns li a:after { content: ' '; position: absolute; top: 50%; right: 15px; margin-top: -5px; width: 6px; height: 10px; background: url(../../img/icon/arrow_right4.png) no-repeat center center; }
.btns li a:hover { background: #333; border-color: #333; text-decoration: none; color: #fff; }
.btns li a:hover:after { background-image: url(../../img/icon/arrow_right5.png); }
.block__lists--items dl dd p:last-child,
.block__lists--items dl dd h4:last-child,
.block__lists--items dl dd .attention:last-child,
.btns:last-child { margin-bottom: 0; }

.userTable_02 { width: 100%; border-top: solid #ddd 1px; border-left: solid #ddd 1px; border-collapse: collapse; border-spacing: 0; }
.userTable_02 th,
.userTable_02 td { padding: 12px 20px; border-bottom: solid #ddd 1px; border-right: solid #ddd 1px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; vertical-align: middle; font-size: 1.3rem; font-weight: normal; }
.userTable_02 th { background: #f5f5f5; }
.userTable_02 td {}
