body {
    margin: 0;
    font-family: 'メイリオ', Meiryo,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

body *{
	font-family: 'メイリオ', Meiryo,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

#logo img{
	width: 300px;
}

.titleSmall {
	font-size: 0.75em;
}

.pinkText {
	color: #e3335d;
}

.blueText {
	color:#227abf;
}

.title {
	font-size: 3vw;
	margin: 0;
	text-align: center;
}

div#logo {
    padding-left: 2vw;
}

#mainContent {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

#mainImage img {
    width: 60%;
}

#mainImage {
	text-align: center;
}

h4 {
	text-align: center;
	font-size: 1.6vw;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 20px;
}

#footer {
    margin-top: 4vh;
    background: #2279bf;
    color: #FFF;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 10px;
}

#footer a {
    color: #FFF;
}

#main {
    height: 100vh;
    background: #fff;
}

body {
    margin: 0;
    height: 100vh;
}

#formContent {
    display: inline-block;
    width: 29%;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    min-width: 345px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 1px 6px 5px #999;
    background: #FFF;
}

a {
    color: #2279bf;
    text-decoration: none;
}

/* satori */
div#satori__creative_container a {
    color: #2279bf;
}

p.satori__message.satori__privacy_policy_url {
    font-size: 11px;
}

input#satori__privacy_policy_agreement {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

input#satori__privacy_policy_agreement + label {
    display: block;
    font-size: 14px;
    padding: 10px;
    color: #e3335d;
    border-bottom: 5px solid #e09a9a;
    background: #FFDDDD;
}


input#satori__privacy_policy_agreement:checked + label {
    background: #ab1b3e !important;
    border-bottom: none;
    color: #FFF;
}

input#satori__privacy_policy_agreement + label > span {
    display: none;
}

.dot {
	padding-top: .4em;
	background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    background-image: radial-gradient(.15em .15em at center center,#e3335d,#e3335d 100%,transparent);
}

#modalBtn {
	display:none;
}

/* スマホ */
@media screen and (max-width: 920px) {
	#modalBtn {
		display:block;
		position: fixed;
		-webkit-appearance:none;
		appearance:none;
		top:5px;
		right: 5px;
		padding: 10px;
		background: #e3335d;
		color: #fff;
		border: none;
    	z-index: 999;
    	outline: none;
    	font-weight: bold;
    	box-shadow: 2px 2px 2px #800d28;
	    border-radius: 3px;
	    width: 45%;
	}

	h4 {
		margin-top: 0;
	}

	div#formContent {
    	display: none;
	}

	#logo img {
	    width: 60%;
	    max-width: 170px;
	}

	#footer {
	    text-align: center;
	    position: static;
	}

	#mainImage img {
	    width: 100%;
	}

	#mainContent {
	    width: 100%;
	}

	.title {
	    font-size: 5vw;
	    text-align: center;
	    margin-top: 30px;
	}

	body {
	    height: auto;
	    font-family: 'メイリオ', Meiryo,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}

	body *{
		font-family: 'メイリオ', Meiryo,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}

	#main {
	    height: auto;
	}

	div#formContent.open {
	    display: block;
	    width: 100%;
	    min-width: 0;
	}

	div#formContent.open{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	div#formContent.open h4 {
	    font-size: 17px;
	    margin-top: 0px;
	}

	input#modalBtn.close {
	    background: none;
	    color: #555;
	    font-size: 25px;
	    padding: 0;
	    box-sizing: border-box;
	    line-height: 1;
	    width: 25px;
	    padding-bottom: 4px;
	    height: 30px;
	    box-shadow: none;
	    border-radius: 0: 
	}

	.dot {
		padding-top: 0;
		background-position: top left -2px;
	    background-repeat: repeat-x;
	    background-size: 0;
	    background-image: none;
	}

	input:not([type="button"]){
		font-size: 16px !important;
		padding: 0px 7px!important;
	}

	div#logo {
	    padding-left: 0;
	}
}

/* thanks */
#footers {
    background: #2279bf;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 10px;
}

#footers a {
    color: #FFF;
}

div#mainContents h2 {
    font-weight: normal;
    margin: 20vh auto;
}

#formContent {
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
