@charset "utf-8";

/* 初期化 共通設定 */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;/*paddingとborderを幅(width)と高さ(height)に含める*/
    color: #4A4A4A;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ul {
    padding-left: 0;
    list-style-type: none;/*まるぽちを消す*/
}
a {
    text-decoration: none;/*下線消す*/
    color: #000;
    padding-right: 0px;
}
img {
    width: 100%;/*画像は親要素に対して100%で収まる*/
    border: none;
    border-width: 0;
}

/* 各セクションの設定 */
/* ----- ヘッダ ----- */
header {
    background-color: #fff;
    color: #fff;
    position: fixed;/*固定 幅が潰れる*/
    width: 100%;/*横幅いっぱいにする 幅の潰れを解消*/
    top: 0;/*上にくっつける*/
    z-index: 100;
}

h1 {/*+ryuロゴの配置*/
    /*margin: 10px 0px 0px 10px;*/
	margin: 10px 0px 0px 10px;
	
}
h1 img {/*+ryuロゴの画像サイズ*/
    width: 80px;
}

.burger {/*バーガーアイコン*/
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 15px;
}

nav {
    display: none;/*非表示*/
}
nav a {
    background-color: #F9F9F9;
    display: block;/*押せる領域を横幅いっぱいにする*/
    text-align: center;/*文字を左右の中央に配置*/
    line-height: 3;/*文字を中心に行の高さが3行分上がる*/
    border-bottom: 1px solid #fff;
}
nav a:hover {
    opacity: 0.7;/*スマホの概念にホバーはないので設定しても意味はない*/
}

/* ----- メイン ----- */
.wrap {/*トップ*/
    padding: 0 30px;
}

.main {
    margin: 100px 0 0 0!important;/* ヘッダにかぶるので全体的に下にさげる */
}

section {
    margin-bottom: 20px;
}

/* ----- トップ ここから ----- */
.top_pc {
    display: none;/*PCトップの非表示*/
}

h2 {/*+memocalminiロゴ*/
    /*font-weight: normal;*//*後で消す*/
    /*font-size: 26px;*//*後で消す*/
    margin-bottom: 30px;
    /*text-align: justify;*//*均等割付*//*後で消す*/
}
h2 img {/*メモカルminiのロゴのサイズ*/
    width: 80%;
}

.text1 {/*トップ説明文*/
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: justify;/*均等割付*/
}

@media screen and (max-width: 767px) {	
		
	.text1 {/* 紹介の背景と内側余白 */
		margin-bottom: 20px;
	}
}	



.top-img {/*ヘッダーiPhone画像の中央配置*/
    text-align: center;
    margin-bottom: 80px;
    padding-top: 20px;
}
.top-img img {/*ヘッダーiPhone画像のサイズと余白*/
    width: 100%;
}

.appstore-btn {/*アプリボタンの配置*/
    text-align: center;
    margin-bottom: 30px;
}
.appstore-btn img {/*アプリボタンのサイズ*/
    width: 40%;
}

.text2 {/*ios※iOS 8.0以上の配置*/
    text-align: center;
    font-size: 14px;
}

/* ----- 紹介 ここから ----- */
.introduction_pc {
    display: none!important;/*紹介pcの非表示*/
}

.introduction {/* 紹介の背景と内側余白 */
    background-color: #F9F9F9;
    padding: 40px 0;
    text-align: center;
}

.box1 {
    /*background: pink;*/
    width: 250px;
    margin: 0 auto;
}
.img_center1 {/*①アイコン下の余白*/
  margin-bottom: 30px;
}
.img_center1 img {/*DL数50万以上のアイコンサイズ*/
    width: 90px;
}

.box2 {
    /*background: yellow;*/
    width: 250px;
    margin: 90px auto;/* 受賞の上下の余白*/
}
.img_center2 {/*②アイコン下の余白*/
  margin-bottom: 30px;
}
.img_center2 img {/*受賞のアイコンサイズ*/
    width: 75px;
}

.box3 {
    /*background: lightblue;*/
    width: 250px;
    margin: 0 auto;
}
.img_center3 {/*③アイコン下の余白*/
    margin-bottom: 30px;
}
.img_center3 img {/*2012年リリースのアイコンサイズ*/
    width: 40px;
}

h4 {/* 紹介の小タイトル*/
    margin-bottom: 20px;
    font-weight: normal;
}

.feature{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
    color: #4A4A4A;
    background-color: #ECECEC;
	padding: 10px 20px;
}

.text3 {/* 紹介キャプションサイズ */
    font-size: 14px;
    line-height: 1.5;
    /*margin-bottom: 20px;*/
}


/* ----- 機能説明 ここから ----- */
.feature_text1{/* 紹介/グレー帯のタイトルの下のテキスト*/
    font-weight: normal;
    font-size: 14px;
	line-height: 1.7;
    color: #4A4A4A;
    padding: 0px 20px;
    margin-bottom: 50px;
}

.feature_text2{/* 紹介/グレー帯のタイトルの下のテキスト（注釈あり）*/
    font-weight: normal;
    font-size: 14px;
	line-height: 1.7;
    color: #4A4A4A;
	padding: 0px 20px;
}

.notes{/* 注釈*/
    font-weight: normal;
    font-size: 12px;
	padding: 0px 20px;
	margin-bottom: 50px;
}

.descriptions_2rows {/* 機能説明の幅 */
    /*background: pink;*/
    width: 100%;	
}

.descriptions {/* 機能説明の幅 */
    /*background: pink;*/
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
	display: block;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}


.descriptions_wrap {/* 機能説明の幅 */
    overflow: hidden;
    justify-content: center;/*アイテムを中央に寄せる*/
}

.point_title {
    width: 170px;
    height: 32px;
    margin: 0 0 20px 0;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    color: #FFF;
	background-color: #9B9B9B;
	border-radius: 10px; 	
}

.descriptions_text1{
	font-size: 14px;
	margin-bottom: 30px;
}


h3 {/* 各セクションの大見出し */
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 30px;
}

.descriptions {/* cssgrid */
    /*background: pink;*/
    width: 320px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.item-1 {
    /*background: yellow;*/
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.item-2 {
    /*background: lightblue;*/
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.item-3 {
    /*background: green;*/
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.item-456_pc {
    display: none!important;/*紹介pcの非表示*/
}

.item-alternate {
	display: flex;
	flex-direction: column-reverse;
	width: 94%;
	padding-bottom: 50px;
	margin: 0 3%;
}

.item-alternate .img {
	margin: 0 20px;
}

.step{
	width:calc(100% - 40px);
	margin: 0 20px 30px;
}

.step h5{
	width: 101px;
	height: 28px;
}

.card-caption{
	font-size: 14px;
}


.item-7 {
    /*background: yellow;*/
    width: 94%;
    height: 100%;
	margin: 0 3%;
    margin-bottom: 70px;
}

.item-8 {
    /*background: yellow;*/
    width: 94%;
    height: 100%;
	margin: 0 3%;
    margin-bottom: 70px;
}


.img_center {/* 機能説明画像の中央配置 */
  text-align: center;
}
.img_center img {/* 機能説明サイズ */
    width: 140px;
}

h5 {/* 紹介の小タイトル*/
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}

/* ----- 設定画面説明 ここから ----- */
.setting-container {
	width: 94%;
	height: 100%;
	margin: 0 auto;

}

.setting-list {
	width: 94%;
	height: 100%;
	padding: 0 30px 50px;
	font-size: 14px;
}

.setting-title {
	font-size: 18px;
	padding-bottom: 10px;
}


/* ----- アイコン一覧 ここから ----- */
.iconlist {/* 配置背景色と内側余白 */
    background-color: #F9F9F9;
    padding: 40px 0;
    clear: both;
}
.iconlist_img {
    width: 80%;
    margin: 0 auto;
}



/* ----- その他の機能 ここから ----- */

.other_list {/*仕様説明の中央*/
    max-width: 80%;
    margin: 50px auto 0px auto;
}

.other_list dl {/*記述リスト親要素*/
    overflow: hidden;
    zoom: 1;
}

.other_list dt{
	width: 73px;
    float: left;
    clear: both;
	min-height: 6em;
}

.other_list dd {/*記述リスト子要素*/
	padding: 0 0 80px 73px;
}

.other_list_img{
	width: 38px;
	height: 38px;
}

.other_title{
	font-size: 18px;
	padding-bottom: 18px;
}

.other_text{
	font-size: 14px;
}


/*動画 ここから*/
.move {
    padding: 50px 0px;
	margin: 0px;
	background-color: #F9F9F9;
}
.video p {/*動画 中央配置*/
    position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*ダウンロード画面 ここから*/
.download_img_pc {/*pcDL画面のimage非表示*/
    display: none !important;
}
.download {/*ダウンロード画面 中央配置*/
    margin: 0 0 -7px 0;
}
.downloads img {/*ダウンロード画面 サイズ*/
  width: 100%;
  }
.downloads {
  position: relative;
  }
.downloads a {/*DLボタンのサイズと配置*/
    width: 35%;
    position: absolute;
    top: 93%;
    left: 80%;
    -ms-transform: translate(-60%,-80%);
    -webkit-transform: translate(-60%,-80%);
    transform: translate(-60%,-80%);
}


/*フッタ

footer {
    background-color: #4A4A4A;
    color: #fff;
    padding: 20px 30px;
}
footer a {
    color: #fff;
    line-height: 2;
}
footer a:hover {
    color: #707070;
}

small {
    color: #fff;
}

.contact {
    margin-bottom: 10px;
}
.contact img {
    width: 180px;
}
*/

/*フッタ*/
footer {
    background-color: #4A4A4A;
    color: #fff;
    padding: 20px 30px;
}
footer a {
    color: #fff;
    line-height: 2;
}
footer a:hover {
    color: #707070;
}

small {
    color: #fff;
}

.contact {/*コンタクト*/
    margin-bottom: 10px;
    color: #fff;
}
.contact img {/*コンタクト画像*/
    width: 180px;
}

.last_area{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.last_img_sp {/*spDL画面のimage非表示*/
    display: block !important;
	width: 100%;
	margin: 50px auto 20px;
	text-align: center;
}
.last_img_pc {/*pcDL画面のimage表示*/
	display: none !important;
    
}
.last_img_sp img{/*pcDL画面のimage表示*/
	width: 100%;
	max-width: 280px;
}
.last_area a {/*Appstoreボタンのサイズ*/
	display: block;
    width: 120px;
	margin: 0 auto 40px;
}


