@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Roboto:900,700,500,400,300,100);*/

/*--------------------------------------------------
	＜共通＞
--------------------------------------------------*/
.content {
	width:960px;
	margin:2em auto 3em;
	font-size:16px;
    /*font-family: 'Roboto','Noto Sans JP', sans-serif;*/
}
.content h1{
	font-size:2em;
	font-weight:600;
	border-bottom:2px solid #3333CC
}
.content img {
	vertical-align: middle;
}
.content a {
	color:#006ACD;
}
.content a:hover {
	text-decoration: none;
}
.content a.link--blank span {
	padding-right: 14px;
	background-image: url(/support/d_common_v2/images/icon_blank_link.png);
	background-position: right 2px center;
	background-repeat: no-repeat;
}
.content pre {
	font-family: 'Noto Sans JP', sans-serif;
}
.break-word{
    word-wrap: break-word;
}
@media screen and (max-width: 640px) {
	.container {
		border-top: 1px solid #ccc;
		padding-top:1.5em;
	}
	.content {
		width:auto;
		margin:0 auto 3em;
		padding: 0 10px;
		font-size:14px;
	}
	.content h1{
		font-size:2em;
	}
	.content img {
		max-width:100%;
	}
	.content pre {
		font-size: 14px;
	}

}

/*---------------- ＜パンくずリスト＞ ---------------*/

@media screen and (min-width: 641px) {
	.breadcrumb-nav {
	}
	.breadcrumb-nav p {
		margin: 0 auto;
		padding: 15px 0px;
		width: 960px;
		text-align: left;
		color: #2f2f2f;
		font-size: 0.7rem;
		font-weight: 300;
	}
	.breadcrumb-nav p a {
		color: #2f2f2f;
		text-decoration: none;
		transition-property: color;
		transition-duration: 0.15s;
		transition-timing-function: ease-in-out;
	}
	.breadcrumb-nav p a:hover {
		color: #ff6800;
	}
}

@media screen and (max-width: 640px) {
	.breadcrumb-nav {}
	.breadcrumb-nav p {
		padding: 1em;
		text-align: left;
		color: #2f2f2f;
		font-size: 0.72rem;
		line-height: 1.4;
	}
	.breadcrumb-nav p a {
		color: #2f2f2f;
		text-decoration: underline;
	}
}

/*------------------- ＜出し分け＞ ------------------*/

@media screen and (min-width: 641px) {
	.forSP {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.forPC {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
}

/*---------------------	＜注釈＞ --------------------*/

ul.notes {
	max-width: 960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
}
ul.notes > li{
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 1.5;
	text-align:left;
	}

ul.notes.em_num > li {
	padding-left: 1.8em !important;
	text-indent: -1.8em !important;
}
ul.notes.em_space > li {
	padding-left: 1.2em !important;
	text-indent: -1.2em !important;
}
ul.notes.em_space_en > li {
	padding-left: 0.7em !important;
	text-indent: -0.7em !important;
}
@media (max-width: 640px) {
	ul.notes {
		margin-left: auto;
		margin-right: auto;
	}
	ul.notes > li{
		font-size: 13px;
	}
}

/*-------------- ＜日／英切り替えボタン＞ -----------*/
.content .switch_language {
	text-align: right;
}
.content .switch_language span {
	background: #323dcd;
	color:#fff;
	padding: 2px 1em 3px;
	border-radius: 5px;
}
.content .switch_language span a {
	color:#fff;
}


/*------------------ ＜.section＞ -------------------*/

.content .section h2 {
	border-bottom: 1px solid #CCCCCC;
	font-sizse:1.6em;
	margin:2em auto 1em;
	font-weight:500;
}
.content .section h2 span {
	border-left:5px solid #3333CC;
	padding-left: 0.5em;
	line-height: 1.6
}

/*--------------------------------------------------
	index.html
--------------------------------------------------*/


/*---------------- ＜Androidロゴ＞ ---------------*/

.content .logo_android11beta {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.content .logo_android11beta img {
		width:110px;
	}
}

/*----------- ＜すぐにはじめるボタン＞ -----------*/

.content .btn_start {
	text-align: center;
	margin-top: 2em;
}
.content .btn_start a{
	display:inline-block;
	background: #323dcd;
	color:#fff;
	font-weight: 500;
	text-decoration: none;
	padding:0.5em 4em;
	transition:0.3s;
}
.content .btn_start a:hover{
	background: #ddd;
	color:#323dcd;
}

/*-------------- ＜ナビゲーション＞ --------------*/

.content .nav{
	margin-top: 2em
}
.content .nav ul {
	display:flex;
	border-left:1px solid #888
}
.content .nav ul li{
	width:25%;
	border: 1px solid #888;
	border-left:none;
}
.content .nav ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding:1em 0;
	color:#888;
	transition:0.3s;
}
.content .nav ul li a:hover {
	background: #eee;
	color:#323dcd;
}

/*----------------- ＜もっと見る＞ ---------------*/

.content .see_more {
	text-align: center;
	margin-top: 1.5em
}
.content .see_more > span {
	cursor: pointer;
}
.content .see_more > span:after{
	content:"see more..";
	display:inline;
}
.content .see_more > span.open:after{
	content:"close";
	display:inline;
}
@media screen and (min-width: 641px) {
	.content .see_more > span:hover {
		text-decoration: underline;
		color:#323dcd;
	}
}
@media screen and (max-width: 640px) {
	.content .see_more > span {
		background: #f5f5f5;
		display:block;
		padding:3px 0 4px;
	}
}

/*-------------------- ＜News＞ ------------------*/

.content .news > dl {
	border-bottom: 1px solid #ccc;
	padding:1em 0
}
.content .news > dl > dt {
	float:left;
}
.content .news > dl > dd {
	margin-left: 12em;
}
@media screen and (max-width: 640px) {
	.content .news > dl {
		padding:0.5em 0
	}
	.content .news > dl > dt {
		float:none;
	}
	.content .news > dl > dd {
		margin-left: 0;
		margin-top: 0.5em;
	}
}

/*--------------- ＜Known Issues＞ ---------------*/

.content .issues > dl {
	margin-top:2em;
}
.content .issues > dl > dt {
	font-weight: 600;
}
.content .issues > dl > dd {
	margin-top:0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

/*--------------- ＜Send Feedback＞ --------------*/

.content .send_mail {
	margin-top: 2em;
}
.content .send_mail li {
	text-align: center;
	margin-top:0.5em;
}
.content .send_mail li a {
	text-decoration: none;
	font-weight:600;
}

@media screen and (min-width: 641px) {
	.content .send_mail li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 640px) {
	.content .send_mail li a {
		display:block;
		padding:0.5em 0;
		border:1px solid #ddd;
	}
}

/*--------------------------------------------------
	download.html
--------------------------------------------------*/

/*-------------- ＜重要なお知らせ＞ --------------*/

.content .important_notice {
	margin-top: 2em;
	border:1px solid;
	padding:1em;
}
.content .important_notice dt {
	color:#ff3300;
	font-weight:600;
	margin-bottom: 0.5em;
}
.content .important_notice dd {
	text-indent: -1em;
	padding-left: 1em
}
.content .important_notice dd ul {
    padding-left: 1em;
}
.content .important_notice.en dd {
	text-indent: -0.57em;
	padding-left: 0.57em
}
.content .important_notice.en dd ul {
    padding-left: 0.57em;
}


/*------------------ ＜ H3 H4 ＞ ----------------*/
.content h3 {
	font-size:1.2em;
	margin:1.5em auto 1em;
	font-weight:600;
}
.content h4 {
	font-weight:600;
	margin: 1.5em auto 0.5em;
}


/*------------------- ＜List＞ -------------------*/

.content list-decimal, .list-disc {
	margin-top: 1em;
}
.content .list-decimal {
	padding-left: 1.2em;
	text-indent: 0;
}
.content .list-decimal > li {
	list-style-type: decimal;
	margin-top: 1em;
}
.content .list-disc {
	padding-left: 1.5em;
}
.content .list-disc > li {
	list-style-type: disc;
	margin-top: 1em;
}
.content .dl-list{
	margin:0.75em 0 0.75em 2em;
}
.content .dl-list dt{
	float: left;
	padding-right:0.5em;
}
@media screen and (max-width: 640px) {
	.content .dl-list {
		margin:1em;
	}
}

/*----------------- ＜手順画像＞ -----------------*/

.content .operation_img {
	display:flex;
	flex-wrap: wrap;
}
.content .operation_img li{
	margin: 1em 0;
}
.content .operation_img li {
	padding-right:35px;
	position: relative;
}
.content .operation_img li::after {
	content:"";
	position: absolute;
	width:0;
	height:0;
	border-width: 8px 0 8px 22px;
	border-color:transparent transparent transparent #006bcd;
	border-style: solid;
	right:5px;
	top:calc(50% - 10px);
}
.content .operation_img li:last-child{
	padding-right: 0;
}
.content .operation_img li:last-child::after {
	content:none;
}
@media screen and (max-width: 640px) {
	.content .operation_img li {
		padding-right:30px;
	}
	.content .operation_img li::after {
		border-width: 8px 0 8px 18px;
		border-color:transparent transparent transparent #006bcd;
		border-style: solid;
		right:6px;
		top:calc(50% - 7px);
	}
	/* SP時画像サイズ */
	.content .img_sp_130{
		width:130px;
	}
	.content .img_sp_120{
		width:120px;
	}
}

/*--------------- ＜コマンド実行＞ ---------------*/

.content .command {
	display:inline-block;
	border:double;
	padding:0.5em 1em;
	margin:1em 0;
}

/*--------------- ＜使用許諾同意＞ ---------------*/
.content .permission {
	margin-top:1em;
	border:1px solid #ccc;
	padding: 0 1em;
	height:200px;
	overflow-y: scroll;
	background-color: #FAFAFA
}
.content .agree {
	margin:1em 0 1.5em 0;
	color: #006ACD;
}

/* Checkbox */
.content .agree input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        height: 14px;
        width: 14px;
        vertical-align: -0.15rem;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        margin: 0 1em 0 0;
        outline: none;
        border-radius: 10%;
        border: 2px solid #006ACD;
    }
.content .agree input[type=checkbox]:before,input[type=checkbox]:after {
        position: absolute;
        content: "";
        background: #fff;
    }
.content .agree input[type=checkbox]:checked {
        background: #006ACD;
    }
.content .agree input[type=checkbox]:checked:before {
        left: 1px;
        top: 5px;
        width: 4px;
        height: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
.content .agree input[type=checkbox]:checked:after {
        right: 2px;
        bottom: 0px;
        width: 2px;
        height: 9px;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
    }
.content .agree label {
	cursor:pointer;
}

@media (max-width: 640px) {
	.content .permission {
		background-color: #fff;
	}
    .content .agree {
        margin:1em 0 1.5em 0em;
    }
	.content .agree label {
		display:block;
		background-color:#F0F0F0;
		padding:10px 15px;
	}
	.content .agree input[type=checkbox] {
		background-color: #fff;
	}
}
/*--------------------------------------------------
	policy.html
--------------------------------------------------*/

/*------------------ ＜policy＞ ------------------*/
.content pre.policy {
	margin:2em 0 0;
}


/*--------------------------------------------------
	index.html 近日公開
--------------------------------------------------*/

.content .btn_start span {
    display: inline-block;
    background: #323dcd;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5em 4em;
    transition: 0.3s;
}
