@charset "utf-8";
/* CSS Document */

/* サンプル用 追加スタイル */

body{
	/* フッターに背景色付いていなかったため再定義 */
	background-color: #F2F2F2;
}

/* 見出し線スタイル (長い垂直線) */
.head-border-long{
	display: flex;
	align-items: center;
}

.head-border-long:before,
.head-border-long:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border-long:before {
    margin-right: 1rem;
}

.head-border-long:after {
    margin-left: 1rem;
}

/* 見出し線スタイル (短い垂直線) */

/* .head-border-short {
    position: relative;
    display: inline-flex;
    padding: 0 130px;
}

.head-border-short:before,
.head-border-short:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 120px;
    height: 1px;
    background-color: #666;
}

.head-border-short:before {
    left: 0;
}

.head-border-short:after {
    right: 0;
} */

/* end */

/* 見出し線スタイル (逆三角) */
/* .head-inverted-triangle{
	position: relative;
	display: inline-flex;
	padding: 0;
}

.head-inverted-triangle::before,
.head-inverted-triangle::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.6px 9px 0 9px;
	border-color: #000000 transparent transparent transparent;

} */

/* end */

div.headline{
	background-image:url("../img/jumbo_support.jpg");
	background-repeat: no-repeat;
}

div.app_title{
	display: flex;
}

div.app_title > img{
	max-width: 100%;
	margin-right: 20px;
}

div.app_title > h1{
	font-size: 48px;
	margin-bottom: 0;
	line-height: 1.3;
}

div.headline > h2{
	font-size: 30px;
}

div.search_block{
	margin-bottom: 40px;
}

h3#searchTitle{
	font-size: 20px;
	margin-top: 10px;
}

input#searchBox{
	font-size: 18px;
	border: 1px solid #767676;
	padding: 4px 10px;
}

input#searchBox:focus{
	border: 1px solid #3079E6;
	outline: 1px solid #3079E6;
	/* background-color: #F2F2F2; */
}

button#searchBtn{
	background-color: #3879D9;
	border: 1px solid transparent;
	border-radius: 5px;
	width: 48px;
	height: 36px;
	padding: 0;
}

button#searchBtn > span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	top: 3px;
}

div#nohit_text{
	/* max-width: 420px; */
	max-width: 600px;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #ffffe0;
	color: #ff4500;
	font-weight: bold;
}

div#nohit_text > p{
	font-size: 16px;
}

p.appSupportModelLink{
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}

h3#indexTitle{
	font-size: 20px;
	margin-top: 10px;
}

ul.initial_list{
	list-style: none;
	margin-bottom: 20px;
	padding-inline-start:10px;
}

ul.initial_list > li > h5{
	font-weight: bold;
}

div#product_list h4{
	font-size: 16px;
}

ul.initial_list > li{
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

span#hit{
    background-color: #ff9;
}

div.store_block{
	display: flex;
	justify-content: flex-start;
}

div.store_block a#appStoreLink{
	margin: 10px 0 14px;
}

div.store_block img#appStoreBadge{
	width: 160px;
}

div.store_block img#playStoreBadge{
	width: 180px;
}

div.store_block img#androidDlBadge{
	width: 160px;
	margin: 10px 10px 14px;
}


div.note{
	margin-top: 10px;
}

div.appTitle{
	display: flex;
	margin-top: 20px;
}

div.appTitle img#iprintIcon{
	max-width: 62px;
	max-height: 62px;
	margin-right: 20px;
}

div.appTitle h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
/*
footer{
	ページ下部に余白を設定しないとページ内スクロールが十分にできないため、フッターに余白追加
	padding-bottom: 350px;
}*/

@media(max-width:720px){
	div.app_title > h1{
		font-size: 40px;
		line-height: 1.5;
	}
}

@media(max-width:620px){
	div.app_title > h1{
		font-size: 32px;
		line-height: 1.5;
	}

	div.headline > h2{
		font-size: 26px;
	}

	div.app_title > img{
		max-height: 60px;
		max-width: 60px;
		margin-right: 20px;
	}


}

@media(max-width:620px){

	div.app_title > h1{
		font-size: 28px;
		line-height: 1.5;
	}

	div.headline > h2{
		font-size: 22px;
	}
}

@media(max-width:480px){
	.container .jumbotron{
		padding: 20px 10px;
	}

	div.app_title > img{
		max-height: 48px;
		max-width: 48px;
		margin-right: 10px;
	}

	div.app_title > h1{
		font-size: 24px;
	}

	div.headline > h2{
		font-size: 20px;
	}
}
/*
@media(max-width:480px) and (min-height:700px){
	footer{
		スマホ縦長デバイスの場合は余白拡張
		padding-bottom: 600px;
	}
}*/
