@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

a {
    background: transparent;
	color: #1111cc;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

small,
.small {
    font-size: 12px;
}

.note {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
}

.bordered-table + .note {
    margin-top: -10px;
}

/* Clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* Float */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img.left {
    margin: 0 14px 14px 0;
}

img.right {
    margin: 0 0 14px 14px;
}

/* Text-align */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center {
    text-align: center;
}

/* List */
ol,
ul {
    margin: 0 0 15px 1.8em;
}

/* width 100% */
.full-width {
    width: 100%;
}

/* Table */
.bordered-table {
	margin-bottom: 20px;
	width: 100%;
}

.bordered-table th,
.bordered-table td {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.bordered-table th {
	background: #eee;
	white-space: nowrap;
}

.bordered-table thead th {
	background: #e2dfed;
}

body {
	color: #333;
	font: 16px/1.5 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

h2 {
    border-bottom: 2px solid #2e4399;
    color: #2e4399;
	font-size: 22px;
	margin: 30px 0 15px;
    padding: 10px;
}

p {
	margin-bottom: 1.2em;
}

.img-title {
	background: none;
	border: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	max-width: 850px;
    padding: 10px;
}

.hidden-pc {
	display: none;
}

@media screen and (max-width: 767px) {
	.hidden-pc {
		display: block;
	}
	
	.hidden-sp {
		display: none;
	}
}

/*==============================
--- .global-header
==============================*/
.global-header {
    background: #2e4399;
    margin-bottom: 20px;
    padding: 10px 0;
	text-align: center;
}

.global-header h1 {
	color: #fff;
    margin-bottom: 0;
}

/*==============================
--- #content
==============================*/
section {
	margin-bottom: 40px;
}

section section {
	margin: 0 auto 20px;
}

label {
	cursor: pointer;   
}

.signature {
	overflow: hidden;   
}

.signature div {
	border-bottom: 2px solid #333;
    float: left;
    margin-right: 2em;
    padding-bottom: 5px;
	width: 22em;
}

.signature .date {
	width: 18em;
}

.attention {
    border: 2px solid #f00;
    margin-bottom: 40px;
    padding: 10px;
}

.attention *:first-child {
    margin-top: 0;
}

.attention *:last-child {
    margin-bottom: 0;
}

.faq .faq-box {
    margin-bottom: 20px;
}

.faq h3,
.faq p {
    padding-left: 46px;
}

.faq h3 {
    background: url(../img/icon-q.png) left 20px no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    min-height: 36px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.faq p {
    background: url(../img/icon-a.png) left top no-repeat;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding-top: 5px;
}

.faq p:not(:last-child) {
    margin-bottom: 10px;
}

.page-idp h2 {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .page-idp .idp-feature {
        display: flex;
        justify-content: space-between;
    }
}

.page-idp .idp-feature .idp-feature-box {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .page-idp .idp-feature .idp-feature-box {
        width: calc(100% / 3 - 20px);
    }
}

.page-idp .idp-feature .idp-feature-box h2 {
    margin-top: 0;
}

.page-idp .idp-feature .idp-feature-box img {
    display: block;
    margin: 0 auto 10px;
}

.page-idp .idp-feature .idp-feature-box p:last-child {
    margin-bottom: 0;
}

.page-idp .faq .faq-box {
    background-repeat: no-repeat;
    background-size: 100px auto;
}

@media screen and (min-width: 768px) {
    .page-idp .faq .faq-box {
        background-size: auto;
    }
}

.page-idp .faq .faq-box:nth-child(odd) {
    background-position: right 20px;
    padding-right: 110px;
}

.page-idp .faq .faq-box:nth-child(even) {
    background-position: left 20px;
    padding-left: 110px;
}

@media screen and (min-width: 768px) {
    .page-idp .faq .faq-box:nth-child(odd) {
        padding-right: 220px;
    }

    .page-idp .faq .faq-box:nth-child(even) {
        padding-left: 220px;
    }
}

.page-idp .faq-about-breach {
    background-image: url(../idp/img/faq-about-breach.svg);
}

.page-idp .faq-breach-impact {
    background-image: url(../idp/img/faq-breach-impact.svg);
}

.page-idp .faq-spoofing {
    background-image: url(../idp/img/faq-spoofing.svg);
}

.page-idp .faq-hacking {
    background-image: url(../idp/img/faq-hacking.svg);
}

.page-idp .faq-strong-password {
    background-image: url(../idp/img/faq-strong-password.svg);
}

/*==============================
--- .global-footer
==============================*/
.global-footer {
	background: #2e4399;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

.global-footer a {
	color: #fff;
}

.global-footer copyright,
.global-footer .privacy {
	margin: 0;	
}
