@charset "utf-8";

@media screen and (max-width: 767px) {

div.contentInnerSmall h2 {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}

div.contentInnerSmall h2, div.contentInnerSmall h3, div.contentInnerSmall h4 {
   /* font-size: 12px ; */
    font-weight: 600;
}
	
	div.contentInnerSmall h2,div.contentInnerSmall h3,div.contentInnerSmall h4 {
		font-size: 16px;
		font-weight: 700;
	}

div.contentInnerSmall h3:before {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    display: block;
    content: '';
    width: 3px;
    height: 100%;
}

div.contentInnerSmall h3 {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    margin: 1.1em 0 1.3em;
    padding-left: 0px !important;
}

div.contentInnerSmall ul li {
    list-style-type: none;
}



img{width: 100%;}
	
	div.contentInnerSmall img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: inline-block;
	}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration: underline;
	}
	
	.space{
		margin-bottom: 1.1em;
	}
	
	div.contentInner{
		margin: 2em auto;
	}


#lineup{
    background: url(../images/bg.png);
}

#contents{
	margin:auto;
	text-align: center;
}

/* ヘッダーテキスト */
.caption_h2{
    background: #345fad;
        padding: 10px 15px !important;
    color: white;
    font-size: 2rem;
    text-align: left;
    border-radius: 7px;
}



.catch_txt{
   font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 14px;
}

.catch_box p{
   font-size: 0.75rem !important;
   line-height: 1.6;
}

/* .caption_h2 {
    font-size: 1.6rem !important;
	padding: 7px 15px;} */

.caption_h2 {
    background: #345fad;
    padding: 6px 15px !important;
    color: white;
    font-size: 2rem;
    text-align: left;
    border-radius: 7px;
    font-size: 1.2rem !important;
}
	
#top_text .text, #check .text {
    font-size: 1rem;
       text-align: left;
}
	
/* メイン */

#main{
   padding: 0 1%; 
}

/* 表　*/
.inner_txt{
padding-top: 1em;
}

.pink{
    color: #ff2782;
    font-weight: bold;
    font-size: 1rem;
    background: linear-gradient(transparent 60%, #ff6 60%);
}


.wrap01,.wrap02,.wrap03,.wrap04{
    display: flex;
    margin-bottom: 6px;
}


.ttl_wrap {
    width: 21% !important;
    background: #e3eafa ;
    border-radius: 10px !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
   padding: 0 4px;
}

.p_ttl02,.p_ttl04,.p_ttl03{
   font-size: 0.8rem !important;
}

.p_ttl04{
padding: 6px !important;
}

.inner{
    margin-left: 5px;
    border: solid #e3eafa;
    border-radius: 10px;
	width: 81%;
}

.p_ttl02,.p_ttl04 {
    width: auto;}
	
.inner03 {
    margin-left: 5px;
    width: 82%;
    display: flex;
}

.innerA{
   width: 49.4%;
    border: solid #e3eafa;
    border-radius: 10px;
	margin-right: 5px;
   padding: 36px 0 0;
}

.innerB{
    width: 49.4%;
    border: solid #e3eafa;
    border-radius: 10px;
   padding: 10px 0 0;
}

.midashi{
    display: flex;
    background: #e3eafa;
}

.h3_left{
    padding: 20px 0;
    width: 50%;
    border-right: dashed 2px white;
    font-size: 1.1rem;
}
.h3_right{
   padding: 20px 0;
    width: 50%;
    font-size: 1.1rem;
}

/* notes */
#notes {
    margin: 60px 1% 70px;
   text-align: left;
}

.notes_h3{
   border-bottom: solid 5px #e3eafa;
    font-weight: bold;
	padding-bottom: 4px;
    margin-bottom: 10px;
}

.notes_ul li{
   margin-bottom: 12px;
  text-indent: -1em;
    padding-left: 1em;
}


/* 確認方法 */

.ck_wrap{
   background: #e3eafa;
    padding: 3px 5px 40px;
    margin: 13px 0 70px;
}

.ck_txt{
   font-size: 1rem;
    font-weight: bold;
    margin: 15px 0 -15px !important;
}

.dl_btn
{
    display: flex;
    margin-top: 20px;
}

.faq_txt{
    margin: 10px;
    line-height: 1.5;
    text-align: left;
}

/* フッター 
.footer{
   padding: 70px;
}*/
}










@media screen and (min-width: 768px) {

/* PC */

/* 表示調整 */
div.contentInnerSmall h2 {
    border-bottom: none;
    margin:0 !important;
    padding-bottom: 0;
}
	
	div.contentInnerSmall h2,div.contentInnerSmall h3,div.contentInnerSmall h4 {
		font-size: 16px;
		font-weight: 700;
	}
	

div.head.head_left_line:before, div.contentInnerSmall h3:before {
    position: absolute;
    top: -1px;
    left: 0;
    background: none;
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    margin: 0 14px 0 0;
}

div.contentInnerSmall ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none !important;
}

div.contentInnerSmall p {
    margin: 1.4em 0 1.1em !important;
}

	div.contentInnerSmall img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: inline-block;
	}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration: underline;
	}
	
	.space{
		margin-bottom: 1.1em;
	}
	
	div.contentInner{
		margin: 2em auto;
	}


/* PC */
#lineup{
    background: url(../images/bg.png);
}

#contents{
	max-width:994px;
	margin:auto;
	text-align: center;
}

.smOnly {display:none;}

/* ヘッダーテキスト */
.caption_h2{
    background: #345fad;
    padding: 10px 15px  !important;
    color: white;
    font-size: 2rem;
    text-align: left;
    border-radius: 7px;
}

#top_text .text,#check .text{
    margin: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}

#header_txt{
   font-size: 1.1rem;
   letter-spacing: 1px;
   line-height: 1.9;
   margin: 50px 0 20px 0;
   font-weight: bold; 
}

/* キャッチ */

.pink{
    color: #ff2782;
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.catch_box{
   margin: 0 auto;
   background: url(../images/fgo7_necklace_tokusyu.png)no-repeat center center #000000;
   text-align: center;
   padding: 90px 0;
   color: white;
   width: 919px;
   border: solid 2px #b7a453;
}

.catch_txt{
   font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
   font-size: 1.9rem;
   font-weight: normal;
   margin-bottom: 22px;
}

.catch_box p{
   font-size: 1.2rem;
   line-height: 2.2;
}


.wrap01,.wrap02,.wrap03,.wrap04{
    display: flex;
}

.inner{
    margin-left: 9px;
    border: solid #e3eafa;
    border-radius: 10px;
	width: 783px;
}

.inner03{
    margin-left: 9px;
	width: 783px;
	display: flex;
}

.inn_txtA{
   padding-top: 27px;
}

.innerA{
   width: 49.4%;
    border: solid #e3eafa;
    border-radius: 10px;
	margin-right: 5px;
}
.innerB{
    width: 49.4%;
    border: solid #e3eafa;
    border-radius: 10px;
}

.inner img{
    width: 70%;
}

.midashi{
    display: flex;
    background: #e3eafa;
    padding: 7px 0;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.h3_left{
    padding: 20px;
    width: 350px;
    border-right: dashed 2px white;
    font-size: 1.2rem;
}
.h3_right{
   padding: 20px;
    width: 350px;
    font-size: 1.2rem;
}

.inner_txt{
   margin: 24px 0;
   line-height: 1.6;
   font-size: 1.1rem;
}

#box01,#box02,#box03,#box0{
   margin-bottom: 10px;
}

/*.wrap02,.wrap03,.wrap04{
   padding: 10px;
}*/

.p_ttl02{
   width: 200px;
    background: #e3eafa;
    border-radius: 10px;
}

.p_ttl03{
   width: 200px;
    background: #e3eafa;
    border-radius: 10px;
}

.p_ttl04{
   width: 200px;
    background: #e3eafa;
    border-radius: 10px;
}

.notes_small{
   margin-bottom: 20px;
}
/* フッター 
.footer{
   padding: 100px;
}*/

.ttl_wrap{
    width: 169px;
    background: #e3eafa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 注意事項 */

#notes{
    margin: 60px 0;
	text-align: left;
	margin: 60px 0 70px;
}

.notes_h3{
   border-bottom: solid 5px #e3eafa;
    font-weight: bold;
    font-size: 1.4rem !important;
	padding-bottom: 4px;
    margin: 1.1em auto 1.3em auto;
}

#notes li{
   text-indent: -1em;
    padding-left: 1em;
	line-height: 1.4;
}

.notes01{
    margin-bottom: 30px;
}

/* 確認方法 */

.ck_wrap{
   background: #e3eafa;
    padding: 3px 0 40px;
    margin: 20px 0 70px;
}

.ck_txt{
   font-size: 1.4rem;
    font-weight: bold;
    margin: 30px 0 10px;
}

/* アプリボタン */
.dl_btn{
    display: flex;
    justify-content: center;
}

.ggl_btn{
   margin-left:10px;
}

.faq_txt{
    margin: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}

#faq{
   margin-bottom: 50px;
}
}