@charset "UTF-8";


/*--------------- about ---------------*/
#about{
	
}

#aboutMyWonder h2,
#featureMyWonder h2{
	margin-bottom: 1.5em;
	font-size: 1.6em;
	color:#ed64a9;
}

#aboutMyWonder{
	background-color:#fff9c5;
}

#aboutMyWonder a.faqLink {
	width: 18em;
	display: inline-block;
	margin: 2em auto 0;
	padding: 0.8em 0;
	font-size: 0.95em;
	text-align: center;
	line-height: 1;
	vertical-align: text-bottom;
	color:#fff;
/*	border: solid 1px #000;*/
/*	background-color: #b5ebea;*/
	background-color: #ed64a9;
	position: relative;
	border-radius: 3em;
}
#aboutMyWonder a.faqLink span{
	display: inline-block;
	width: auto;
	height: 2em;
	vertical-align: middle;
	margin-top: -0.2em;
	margin-left: -0.5em;
	margin-right: 0.2em;
}
#aboutMyWonder a.faqLink span img {
	width: auto;
	height: 100%;
}
#aboutMyWonder a.faqLink::after {
	content: '\e902';
	font-family: 'ico';
	position: absolute;
	right: 0.5em;
	top: calc(50% - 0.5em);
}

#featureMyWonder{
	background-color:#fae1ee;
}
#featureMyWonder .featureBox:not(:last-child){
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 1px #ccc;
}
#featureMyWonder .featureBox .flex > div{
	width: 35%;
	margin:0 3%;
}
#featureMyWonder .featureBox:not(#feature1) .thumb{
	height: 250px;
}
#featureMyWonder .featureBox .thumb img{
	width:auto;
	height: 100%;
}
#featureMyWonder .featureBox .moreBtn{
	margin:2em auto 1em;
}

#featureMyWonder #feature1 .textimg{
	position: relative;
	bottom: -0.2em;
}
#featureMyWonder #feature1 .flex{
	width:860px;
	margin:0 auto 1em
}
#featureMyWonder #feature1 .thumb{
	width: 47%;
	margin:0 1.5% 2em;
}
#featureMyWonder #feature1 .thumb p{
	margin-top: 0.5em;
}
#featureMyWonder #feature1 .thumb img{
	width:100%;
	height:auto;
	border:solid 5px #fff;;
}
#featureMyWonder #feature3 .moreBtn{
	margin:0 auto 1em;
}
#featureMyWonder .featureBox p:first-child{
	padding:1em 0 2em;
}
#featureMyWonder .featureBox h3{
	padding-bottom:1.5em;
	font-size: 1.1em;
}
#featureMyWonder .featureBox:not(#feature7) h3 > span{
	display: block;
	margin-top: 0.5em;
	font-size: 1.2em;
}
#featureMyWonder #feature7 .flex > div{
	padding:2em 1em;
	border-radius: 10px;
	background-color: #fff;
}
#featureMyWonder #feature7 .flex > div:first-child{
	border:solid 5px #fff05a;
}
#featureMyWonder #feature7 .flex > div:last-child{
	border:solid 5px #ed64a9;
}
#featureMyWonder #feature7 .flex > div h3{
	min-height: 4.5em;
}
#featureMyWonder #feature7 .flex > div a{
	display: block;
	width:21em;
	margin:0 auto;
	padding:1em 0 1em 1.5em;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color:#fff;
	letter-spacing: 0.1em;
	border-radius: 8px;
	position: relative;
}
#featureMyWonder #feature7 .flex > div a::after{
	content: '\e902';
	font-family: 'ico';
	position: absolute;
	right:0.5em;
}
#featureMyWonder #feature7 .flex > div:first-child a{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/face_cat.svg) no-repeat top 0.3em left 1em / 2.5em auto;
	background-color: #1a1a1a;
}
#featureMyWonder #feature7 .flex > div:last-child a{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/face_rabbit.svg) no-repeat center left 1em / 2.5em auto;
	background-color: #1a1a1a;
}

#articleCategory{
	max-width: 700px;
	margin:0 auto;
	padding:1.5em 2em 1em;
	border:solid 3px #ed64a9;
	border-radius: 6px;
}
#articleCategory h3{
	padding-bottom:1em !important;
	color:#ed64a9;
}
#articleCategory ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#articleCategory li{
	width: 32%;
	padding: 0.8em 0 0.8em 50px;
	text-align: left;
	position: relative;
}
#articleCategory li::before{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left:0;
	top:calc(50% - 20px);
	 border-radius: 20px;
}
#articleCategory li:nth-child(1)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category3.svg) no-repeat center center / 90% auto;
	background-color:#ed64a9;
}
#articleCategory li:nth-child(2)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category4.svg) no-repeat center center / 90% auto;
	background-color:#c994c3;
}
#articleCategory li:nth-child(3)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category5.svg) no-repeat center center / 90% auto;
	background-color:#fa9b1c;
}
/*
#articleCategory li:nth-child(4)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category6.svg) no-repeat center center / 90% auto;
	background-color:#f06e69;
}
*/
#articleCategory li:nth-child(4)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category8.svg) no-repeat center center / 90% auto;
	background-color:#ffc84b;
}
#articleCategory li:nth-child(5)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category7.svg) no-repeat center center / 90% auto;
	background-color:#ddbba7;
}
#articleCategory li:nth-child(6)::before{
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/category9.svg) no-repeat center center / 90% auto;
	background-color:#67b73d;
}

/*--------------- faq ---------------*/

#faqArea h3 {
	margin-bottom: 2em;
	font-size: 1.5em;
}
#faqArea h3 span {
	display: block;
	width: 3em;
	margin: 0 auto 0.2em;
}

#faqArea table {
	width: 100%;
	max-width: 960px;
	border-collapse: collapse;
	margin: 0 auto;
}

#faqArea table th,
#faqArea table td {
	padding: 2.5em 0 2.5em 4em;
	font-size: 1em;
	text-align: left;
	border-bottom: solid 1px #6cd8d5;
}
#faqArea table th {
	width: 25em;
}
/*
#faqArea table td {
	padding: 1em 0 1em 4em;
}
*/

#faqArea table th p,
#faqArea table td p {
	position: relative;
	margin-left: 1em;
}

#faqArea table th p::before,
#faqArea table td p:first-child::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	margin-top: -0.2em;
	left: -2.8em;
	font-size: 1.3em;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	color: #fff;
}

#faqArea table th p::before {
	content: 'Q';
	background-color: #ed64a9;
}

#faqArea table td p:first-child::before {
	content: 'A';
	background-color: #6cd8d5;
}



/*--------------- LINE ---------------*/

#about-line #main > .inner h2{
	font-size: 1.8em;
	margin:0 auto 0.5em;
}
#about-line #main > .inner h2 span{
	display: inline-block;
	width: auto;
	height: 1em;
	margin:0 0.2em;
	line-height: 1;
}
#about-line #main > .inner h2 span img{
	width: auto;
	height: 100%;
}
#about-line #main > .inner h2 + p{
	margin:0 auto 1.5em;
	font-size: 1.3em;
	font-weight: bold;
}
#about-line #main > .inner p.delivery{
	display: inline-block;
	margin: 2em auto 1em;
	padding:0.8em 1.5em;
	line-height: 1;
	font-size: 1.05em;
	color:#00ae25;
	border: solid 2px #999;
	position: relative;
}
#about-line #main > .inner p.delivery::before,
#about-line #main > .inner p.delivery::after{
	content: '';
	display: block;
	width:0;
	height:0;
	position: absolute;
	top:100%;
	left:calc(50% - 15px);
	border:solid 15px transparent;
	border-top:solid 20px #999;
}
#about-line #main > .inner p.delivery::after{
	border-top:solid 20px #fff;
	margin-top: -4px;
}

#access{
	margin:1em auto;
}
#access a{
	display: block;
	width: 13em;
	margin: 0 auto;
	padding:0.6em 0 0.6em 1.7em;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	color:#fff;
	background-color: #00ae25;
	letter-spacing: 0.1em;
	border-radius: 8px;
	position: relative;
}
#access a::before{
	content: '\e956';
	font-family: 'ico';
	font-size: 1.8em;
	position: absolute;
	left:0.6em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#another{
	margin:70px auto 0;
}
#another h3{
/*	width:24em;*/
	margin:0 auto 2em;
	padding:0.8em 0;
	font-size: 1.1em;
	color:#00ae25;
	border-top: solid 1px #00ae25;
	border-bottom: solid 1px #00ae25;
}
#another .flex > div{
	width: 48%;
	padding:1.5em 1em;
	border:solid 1px #ccc;
	border-radius: 6px;
}
#another h4{
	color:#00ae25;
	font-size: 1.1em;
	margin:0 auto 0.8em;
}
#another #lineid,
#another #lineQR{
	height:5em;
	margin:0 auto 1em;
}
#another #lineid span{
	display: block;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 1.4em;
}
#another #lineQR img{
	width: auto;
	height: 100%;
}


/*--------------- apron ---------------*/
#apron{
	
}

#apron #main h2{
/*	margin-bottom: 2em;*/
	font-size: 1.6em;
/*	color:#ed64a9;*/
}
#apron #main h2 span{
	display: block;
	margin-bottom: 0.6em;
	font-size: 0.8em;
}
#apron #main .inner .flex{
	margin:0 auto 30px;
	align-items: center;
}
#apron #main .inner .flex .thumb{
	width:30%;
	margin:0 1%;
}
#apron #main .inner .flex .thumb p{
	margin-top:0.8em;
}
#apron #main .inner .wslogo{
	width:240px;
	margin: 20px auto 10px;
}
#apron #main .inner .wslogo img{
	width:100%;
	height: auto;
}

#apron #catalogue{
	margin:50px auto 0;
	background-color:#f7eff1;
}
#apron #catalogue .flex{
	justify-content: center;
	align-items: center;
}
#apron #catalogue h3{
	font-size: 1.2em;
	margin-bottom: 1em;
}
#apron #catalogue .thumb{
	width:250px;
	margin-right:40px;
	border:solid 1px #ccc;
}
#apron #catalogue .illust{
	margin: 20px auto;
}

/*--------------- tool / comic ---------------*/
#coHeader.tools{
	height: 280px;
	padding-top:20px;
	background-color: #f5ec3c;
}
#coHeader.tools.birthday{
	padding-top:40px;
}
main.comic {
	background-color:#fffedd;
}

#coHeader.comic{
	height: 220px;
	padding-top:20px;
}
#coHeader.tools p.sub,
#coHeader.comic p.sub{
	width:200px;
	margin:1em auto;
}
#coHeader.tools p.sub img,
#coHeader.comic p.sub img{
	width:100%;
	height: auto;
}
#coHeader.tools h2{
	display: inline-block;
	font-size: 1.6em;
	padding: 0 2em 0 3em;
	margin: 1em auto 0.7em;
	position: relative;
}

#coHeader.comic h2{
	display: inline-block;
	font-size: 1.6em;
	padding: 0;
	margin: 1em auto 0.7em;
	position: relative;
}

#coHeader.tools h2 span,
#coHeader.comic h2 span{
	display: inline-block;
	width: 3em;
	position: absolute;
	top: -0.4em;
	left: 0;
}
#coHeader.tools h2 span img,
#coHeader.comic h2 span img{
	width:100%;
	height: auto;
}
#coHeader.tools h2 ~ p{
	font-size: 0.95em;
}

/* formArea */
#patternForm #formArea > div{
	width: 25%;
	padding-bottom: 20px;
}
#patternForm #formArea > div:not(:first-child){
	border-left:solid 1px #f5ec3c;
}

#patternForm .thumb{
	width:75%;
	margin :0 auto 1em;
}
#patternForm .thumb + p{
	
}
#patternForm .thumb + p span.icon,
#patternStep #stepArea span.icon{
	display: inline-block;
	width:1.8rem;
	margin-right: 0.5em;
	vertical-align: middle;
}
#patternForm .thumb + p span img,
#patternStep #stepArea span.icon img{
	width:100%;
	height: auto;
}
#patternForm .thumb + p input{
	width:7em;
	font-size: 1.2rem;
	padding:0.5em;
	border:solid 1px #ccc;
}
#patternForm .moreBtn,
#birthdayForm .moreBtn,
#birthdayList .moreBtn{
	margin:2em auto 0;
	color: #000 !important;
	background-color: #f5ec3c;
	cursor:pointer;
}

#patternForm .alert{
	margin:2em auto 0;
	color:#c1272d;
}

#patternForm .result,
#birthdayForm .result{
	width:600px;
	margin:2em auto 0;
	padding:25px 40px;
	background-color:#fff;
	border:solid 5px #f5ec3c;
	border-radius: 10px;
}
#birthdayForm .result{
	display: none;
}
#patternForm .result h3,
#birthdayForm .result h3{
	font-size: 1.1rem;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	border-bottom: solid 1px #f5ec3c;
}
#patternForm .formula{
	align-items: center;
	font-size: 1.2em;
}
#patternForm .formula .fraction{
	flex-grow: 3;
}
#patternForm .formula .mark{
	flex-grow: 1;
}
#patternForm .formula .zoom{
	flex-grow: 2;
}
#patternForm .formula .result_area{
	flex-grow: 3.5;
}
#patternForm .formula .fraction p,
#patternForm .formula .zoom p{
	padding: 0.3em 0;
	font-size: 1.2em;
}
#patternForm .formula .fraction p.up{
	border-bottom: solid 1px #000;
}
#zoom span{
	color:#c1272d;
	font-size: 1.6em;
	padding:0 0.2em;
}

/* stepArea */
#patternStep{
/*	background-color: #fdfce2;*/
	background-color: #fffedd;
}
#patternStep h3{
	display: inline-block;
	margin-bottom: 2em;
	padding:0.5em 5em;
	font-size: 1.2em;
	background-color: #fff;
	border:solid 1px #000;
	position:relative;
}
#patternStep h3::before,
#patternStep h3::after{
	content: '';
	display: block;
	width:0;
	height: 0;
	border:solid 12px transparent;
	position: absolute;
	left:calc(50% - 12px);
	top:100%;
}
#patternStep h3::before{
	border-top:solid 15px #000;
}
#patternStep h3::after{
	border-top:solid 15px #fff;
	margin-top: -1px;
}
#patternStep p .bold{
	font-weight: bold;
}

#patternStep #stepArea{
	width:650px;
	margin:0 auto;
}
#patternStep #stepArea > div:not(:first-child){
	border-top:solid 1px #f5ec3c;
}
#patternStep #stepArea > div{
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#patternStep #stepArea > div p{
	width:50%;
	text-align: left;
	line-height: 2em;
}
#patternStep #stepArea > div .thumb{
	width:40%;
	margin-right: 5%;
}
#patternStep #stepArea > div:nth-child(4) .thumb{
	width:50%;
	margin-right: 0;
}
#patternStep #stepArea > div:nth-child(4) .thumb span:last-child{
	display: block;
	padding:40px 30px 20px;
	margin-top: 2em;
	background-color: #fff;
	border:solid 1px #f5ec3c;
	position: relative;
}
#patternStep #stepArea > div:nth-child(4) .thumb span:last-child::before{
	content: '計算例';
	display: block;
	padding:0.2em 1em;
	color:#000;
	background-color: #f5ec3c;
	position: absolute;
	left:0;
	top:0;
	font-size: 0.8em;
}

/* birthdayForm */
#birthdayForm{
	background-color:#fffedd;
}
#birthdayForm ul.tab{
	margin:0 0 3em;
	justify-content: center;
}
#birthdayForm ul.tab li{
	width:18em;
}
#birthdayForm ul.tab li a{
	display: block;
	padding:0.8em 0;
	font-size: 1.1em;
	text-align: center;
	background-color: #fff;
	border:solid 1px #000;
	position: relative;
}
#birthdayForm ul.tab li:last-child{
	position: relative;
	margin-left: -1px;
}
#birthdayForm ul.tab li a.on{
	background-color: #f5ec3c;
}
#birthdayForm ul.tab li a.on::before,
#birthdayForm ul.tab li a.on::after{
	content: '';
	display: block;
	width:0;
	height:0;
	border:solid 12px transparent;
	border-top:solid 15px #000;
	position: absolute;
	top:100%;
	left:calc(50% - 12px);
}
#birthdayForm ul.tab li a.on::after{
	border-top:solid 15px #f5ec3c;
	margin-top: -1px;
}

#birthdayForm #formArea > div:not(.open){
	display: none;
}
#birthdayForm #formArea select,
#birthdayForm #formArea input{
	width:7em;
	font-size: 1.2rem;
	padding:0.5em;
	border:solid 1px #ccc;
}
#birthdayForm #formArea select{
	width:4em;
	margin-right: 0.5em;
}
#birthdayForm .result p{
	font-size: 1em;
	line-height: 2em;
}
#birthdate{
	margin-right: 1em;
}
#birthdayForm .result p span{
	display: inline-block;
	margin:0 0.2em;
	font-size: 1.4em;
	font-weight: bold;
}
#birthdayForm .result .btm{
	justify-content: center;
}

#birthdayList h3{
	font-size: 1.4em;
	margin:0 auto 0.8em;
}
#birthdayList h3 + p{
	margin:0 auto 2.5em;
}

#agelistArea{
	display: flex;
	justify-content: space-between;
}
/*#agelistArea::before,*/
#agelistArea::after{
	content: '';
	display: block;
	width: 18%;
	height:1px;
}
#agelistArea li{
	width:18%;
	padding-top: 18%;
	height: auto;
	margin-bottom: 2%;
	border-radius: 50%;
	background-color:#f5ec3c;
	position: relative;
}
#agelistArea li:nth-child(2n){
	background-color:#fcb2d7;
}
#agelistArea li div{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#agelistArea li p{
/*	font-size: 1.05em;*/
}
#agelistArea li p.age{
	font-size: 1.3em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

/* comic */

#comic #main > .postArea .post{
	padding:10px 20px;
	margin-bottom: 40px;
/*	border:0;*/
}
#comic #main > .postArea .post .thumb{
	width:100%;
	padding-top: 75%;
	background-position: center top 125%;
	background-size: 100% auto;
	margin-bottom: 0;
}

#comic #main > .postArea .post h3.entry-title {
	font-size: 0.96em;
	line-height: 1.6rem;
	min-height: 0;
	text-align: center;
}

#primary {
	display: block;
	min-width: 100%;
	width: 75rem;
	margin: 0 auto;
}

#primary header {
	padding-bottom: 2rem;
	text-align: center;
}
#primary header h3 {
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 1rem 0;
}

#primary .comicFrame .thumb{
	width:400px;
/*	height:1100px; */
	margin:0 auto;
	overflow: hidden;
	border:10px solid #fff;
	background-color:#fff;
}
#primary .comicFrame .thumb img{
	margin-top: -90px;
}

#main.comic .navigation .moreBtn{
	padding: 0.8em 3em;
}


/*--------------- advertising ---------------*/
#advertising{
	
}
#advertising main h2{
	margin-bottom: 2em;
	font-size: 1.6em;
}
#advertising main h2 span{
	display: block;
	margin-bottom: 0.8em;
	font-size: 0.8em;
	color:#ed64a9;
}

#promotionalMenu{
	background-color: #f7eff1;
}
#promotionalMenu h3{
	margin-bottom: 0.8em;
	font-size: 1.4em;
	color:#ed64a9;
}

#promotionalMenu .flex{
	width:800px;
	margin:40px auto;
}
#promotionalMenu .flex .text{
	width:55%;
	text-align: left;
}
#promotionalMenu .flex .text h4{
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
	border-bottom: solid 1px #ed64a9;
}
#promotionalMenu .flex .thumb{
	width:40%;
}

#promotionalMenu .contact{
	width:500px;
	margin:3em auto 0;
	padding:1.5em 0;
	border:solid 3px #ed64a9;
	background-color: #fff;
}
#promotionalMenu .contact h3{
	font-size: 1.1em;
}
#promotionalMenu .moreBtn{
	margin: 1em auto 0;
}


/*--------------- advertising_contact ---------------*/
#advertising_contact,
#advertising_contact-confirm{
	
}

#advertising_contact #main h2,
#advertising_contact-confirm #main h2{
	font-size:1.6em;
	padding:0 0 1em;
}
#advertising_contact #main h2 + p,
#advertising_contact-confirm #main h2 + p{
	margin-bottom: 2em;
}
#advertising_contact #main h2 + p + p.note,
#advertising_contact-confirm #main .inner > p:first-child{
	color:#c1272d;
	margin-bottom: 2em;
}
#advertising_contact #main table,
#advertising_contact-confirm #main table{
	width:80%;
	margin: 10px auto;
}
#advertising_contact #main tr,
#advertising_contact-confirm #main tr{
	border-bottom:1px solid #ccc;
}
#advertising_contact #main th,
#advertising_contact #main td,
#advertising_contact-confirm #main th,
#advertising_contact-confirm #main td{
	text-align: left;
	padding:1em 0;
}
#advertising_contact #main th,
#advertising_contact-confirm #main th{
	width:33%;
}
#advertising_contact #main th label.required::after,
#advertising_contact-confirm #main th label.required::after{
	content: '※';
	margin-left: 0.2em;
	font-size: 0.8em;
	position: relative;
	top:-0.2em;
	color:#c1272d;
}
#advertising_contact #main td,
#advertising_contact-confirm #main td{
	vertical-align: middle;
}
#advertising_contact #main td input,
#advertising_contact #main td textarea,
#advertising_contact-confirm #main td input,
#advertising_contact-confirm #main td textarea{
	font-size:1.1em;
	padding:0.5em;
}
#advertising_contact #main td input[type="url"],
#advertising_contact #main td input[type="text"],
#advertising_contact #main td textarea,
#advertising_contact-confirm #main td input[type="url"],
#advertising_contact-confirm #main td input[type="text"],
#advertising_contact-confirm #main td textarea{
	width: 95%;
}

#advertising_contact #main th span.note,
#advertising_contact #main td span.note,
#advertising_contact-confirm #main th span.note,
#advertising_contact-confirm #main td span.note{
	display: block;
	font-size: 0.85em;
	color:#666;
}
#advertising_contact #main td span.note{
	margin-top: 0.8em;
}
#advertising_contact-confirm #main span.note,
#advertising_contact-confirm #main .confirmhidden{
 display: none !important;
}


#advertising_contact #main input[type="submit"],
#advertising_contact-confirm #main input[type="submit"],
#advertising_contact-confirm #main button[type="submit"]{
	display: block;
	width: 320px;
	margin: 50px auto;
	padding: 0.4em 1em;
	border-style: none;
	font-size: 1.2em;
	border: 1px solid #e5006a;
	background-color: #e5006a;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
}
#advertising_contact-confirm #main input[type="submit"],
#advertising_contact-confirm #main button[type="submit"]{
	width: 250px;
	margin: 50px 30px;
}
#advertising_contact-confirm #main input[type="submit"]{
	color:#333;
	border: 1px solid #333;
	background-color: #fff;
}


@media screen and (max-width:414px) {

	/*--------------- about ---------------*/
	#aboutMyWonder h2,
	#featureMyWonder h2{
		margin-bottom: 1em;
	}

	#aboutMyWonder p{
		text-align: left;
	}
	#aboutMyWonder p br{
		display: none
	}
	#featureMyWonder .featureBox .flex > div,
	#featureMyWonder #feature1 .flex{
		width:100%;
		margin:0 0 40px;
	}
	#featureMyWonder .featureBox .flex > div:last-child{
		margin:0;
	}
	#featureMyWonder .featureBox:not(#feature1) .thumb{
		width: 80%;
		height: auto;
		margin:0 auto 20px;
	}
	#featureMyWonder .featureBox:not(#feature1) .thumb img{
		width: 100%;
		height: auto;
	}
	#featureMyWonder .featureBox .moreBtn{
		margin:1em auto 1em;
	}
	#featureMyWonder .featureBox p:first-child{
		font-size: 1.05em;
	}

	#featureMyWonder #feature1 .thumb p{
		text-align: left;
		font-size: 0.85em;
	}
	#featureMyWonder #feature1 .thumb p br{
		display: none;
	}
	#featureMyWonder #feature1 .moreBtn{
		padding: 0.8em 2em;
		line-height: 1.4em;
		border-radius: 2.5em;
	}
	#featureMyWonder #feature2 .flex div:first-child .thumb{
		width: 60%;
	}
	#featureMyWonder #feature3 .thumb {
		margin:0 auto !important;
	}

	#articleCategory {
		margin: 0 auto 2em;
		padding: 1.5em 1em 1em;
	}
	#articleCategory ul{
		justify-content: space-between;
	}
	#articleCategory li{
		width: 48%;
		padding: 1em 0 1em 50px;
	}

	/*--------------- faq ---------------*/
	#faqArea{
		padding:0 0 40px;
	}
	#faqArea h3 {
		line-height: 1.5em;
	}
	#faqArea table{
		margin: 0 auto 30px;
	}
	#faqArea table th,
	#faqArea table td {
		width:100%;
		display: block;
		padding: 0.8em 0 1.5em 3em;
	}
	#faqArea table th{
		padding: 1.5em 0 0.8em 3em;
		border-bottom: none;
	}

	/*--------------- LINE ---------------*/
	#about-line #main > .inner h2{
		line-height: 1.5em;
	}
	#about-line #main > .inner h2 + p + p,
	#another .flex > div p:last-child{
		text-align: left;
	}
	#about-line #main > .inner h2 + p + p br,
	#another .flex > div p:last-child br{
		display: none;
	}
	#another .flex > div{
		width: 100%;
		margin-bottom: 5%;
	}

	/*--------------- apron ---------------*/
	
	#apron #main h2{
		width: 85vw;
		margin:0 auto;
	}
	#apron #main h2 img{
		width: 100%;
		height:auto;
	}
	#apron #main .inner .flex{
		margin:0 auto 20px;
	}
	#apron #main .text p{
		text-align: left;
	}
	#apron #main .text p br{
		display: none;
	}
	#apron #main .inner .wslogo{
		width:50vw;
		margin: 20px auto 10px;
	}
	#apron #catalogue{
		margin: 0 auto;
	}
	#apron #catalogue .thumb{
		width:60%;
		margin:0 auto 10px;
	}
	#apron #catalogue .illust{
		display: none;
	}

	/*--------------- tool / comic ---------------*/
	#coHeader.comic{
/*		height: 200px;*/
		height: auto;
	}
	#coHeader.tools p.sub,
	#coHeader.comic p.sub{
		width:170px;
		margin:0 auto;
	}
/*
	#coHeader.tools.birthday{
		padding-top:50px;
	}
	#coHeader.tools p.sub,
	#coHeader.comic p.sub{
		width: 150px;
		margin:0 auto;
	}
*/
	#coHeader.tools h2{
		padding: 0 ;
/*		margin: 0 auto 0.7em;*/
	}
	#coHeader.tools h2 span,
	#coHeader.comic h2 span{
		display: block;
		width: 2.5em;
		margin:0 auto 0.8em;
		position: static;
	}
/*
	#coHeader.tools h2 span img,
	#coHeader.comic h2 span img{
		width:100%;
		height: auto;
	}
	#coHeader.tools h2 ~ p{
		font-size: 0.95em;
	}
*/
	#coHeader.comic h2{
		font-size: 1.5em;
		margin: 1em auto;
	}

	main.comic {
		padding-bottom: 2rem;
	}

	/* formArea */
	#patternForm #formArea > div{
		width: 100%;
		padding-bottom: 20px;
	}
	#patternForm #formArea > div:not(:first-child){
		border-left:0;
		border-top:solid 1px #f5ec3c;
	}

	#patternForm .thumb{
		width:60%;
		margin :0 auto 1em;
	}
	#patternForm .thumb + p{

	}
	#patternForm .thumb + p span.icon,
	#patternStep #stepArea span.icon{
		display: inline-block;
		width:1.8rem;
		margin-right: 0.5em;
		vertical-align: middle;
	}
	#patternForm .thumb + p span img,
	#patternStep #stepArea span.icon img{
		width:100%;
		height: auto;
	}
	#patternForm .thumb + p input{
		width:7em;
		font-size: 1.2rem;
		padding:0.5em;
		border:solid 1px #ccc;
	}
	#patternForm .moreBtn,
	#birthdayForm .moreBtn,
	#birthdayList .moreBtn{
		margin:2em auto 0;
		color: #000 !important;
		background-color: #f5ec3c;
		cursor:pointer;
	}

	#patternForm .alert{
		margin:2em auto 0;
		color:#c1272d;
	}

	#patternForm .result,
	#birthdayForm .result{
		width: 100%;
		margin: 3em auto 0;
		padding: 20px;
	}
	#patternForm .result h3,
	#birthdayForm .result h3{
		font-size: 1.1rem;
		padding-bottom: 0.3em;
		margin-bottom: 1em;
		border-bottom: solid 1px #f5ec3c;
	}
	#patternForm .formula .result_area{
		flex-grow: 3;
	}

	/* stepArea */
	
	#patternStep h3 + p{
		text-align: left;
	}
	#patternStep p .bold{
		font-weight: bold;
	}

	#patternStep #stepArea{
		width:100%;
	}
	#patternStep #stepArea > div{
		flex-direction: column;
	}
	#patternStep #stepArea > div p{
		width:100%;
	}
	#patternStep #stepArea > div .thumb{
		width:60%;
		padding:20px 0 0;
		margin-right: 0;
	}
	#patternStep #stepArea > div:nth-child(4) .thumb{
		width:80%;
		margin-right: 0;
	}
	#patternStep #stepArea > div:nth-child(4) .thumb span{
		display: block;
		padding:10px 0;
	}
	#patternStep #stepArea > div:nth-child(4) .thumb span:last-child{
		padding:40px 30px 20px;
		margin-top: 2em;
		background-color: #fff;
		border:solid 1px #f5ec3c;
		position: relative;
	}

	/* birthdayForm */
/*
	#birthdayForm{
		background-color:#fffedd;
	}
	#birthdayForm ul.tab{
		margin:0 0 3em;
		justify-content: center;
	}
*/
	#birthdayForm ul.tab li{
		width:50%;
	}
/*
	#birthdayForm ul.tab li a{
		display: block;
		padding:0.8em 0;
		font-size: 1.1em;
		text-align: center;
		background-color: #fff;
		border:solid 1px #000;
		position: relative;
	}
	#birthdayForm ul.tab li:last-child{
		position: relative;
		margin-left: -1px;
	}
	#birthdayForm ul.tab li a.on{
		background-color: #f5ec3c;
	}
	#birthdayForm ul.tab li a.on::before,
	#birthdayForm ul.tab li a.on::after{
		content: '';
		display: block;
		width:0;
		height:0;
		border:solid 12px transparent;
		border-top:solid 15px #000;
		position: absolute;
		top:100%;
		left:calc(50% - 12px);
	}
	#birthdayForm ul.tab li a.on::after{
		border-top:solid 15px #f5ec3c;
		margin-top: -1px;
	}
*/

	#birthdayForm #formArea > div:not(.open){
		display: none;
	}
	#birthdayForm #formArea select,
	#birthdayForm #formArea input{
		width:2.5em;
		font-size: 1.1rem;
	}
	#birthdayForm #formArea input.year{
		width:4em;
	}
	#birthdayForm #formArea select{
		width:4em;
	}
	#birthdayForm .result p{
		font-size: 1em;
		line-height: 2em;
	}
	#birthdate{
		margin-right: 1em;
	}
/*
	#birthdayForm .result p span{
		display: inline-block;
		margin:0 0.2em;
		font-size: 1.4em;
		font-weight: bold;
	}
	#birthdayForm .result .btm{
		justify-content: center;
	}
*/

	#birthdayList h3{
		font-size: 1.4em;
		margin:0 auto 0.8em;
	}
	#birthdayList h3 + p{
		margin:0 auto 2.5em;
	}

	#agelistArea::after{
		width: 43vw;
	}
	#agelistArea li{
		width:43vw;
		height:43vw;
		padding-top: 18%;
		margin-bottom: 5%;
		border-radius: 50%;
	}
	#agelistArea li:nth-child(4n),
	#agelistArea li:nth-child(4n-3){
		background-color:#fcb2d7;
	}
	#agelistArea li:nth-child(4n-1),
	#agelistArea li:nth-child(4n-2){
		background-color:#f5ec3c;
	}


	/* comic */
	#comic #main > .postArea .post{
		margin-bottom: 0;
		padding: 2rem 0 1rem !important;
	}
	#comic #main > .postArea .post h3.entry-title {
		margin:0;
		font-size: 1.1em;
		line-height: 1.6rem;
		text-align: center;
	}

	#primary {
		display: block;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	#primary header {
		padding-bottom: 2rem;
		text-align: center;
	}
	#primary header h3 {
		font-size: 1.5rem;
		line-height: 1.8rem;
		padding: 1rem 0;
	}

	#primary .comicFrame .thumb{
		width:90%;
		margin:0 auto 1em;
	}

	#main.comic .navigation .moreBtn{
		margin-top: 0.5em;
		padding: 0.7em 2.5em;
		font-size: 0.85rem;
	}


	/*--------------- advertising ---------------*/

	#advertising h2{
		margin-bottom: 2em;
		font-size: 1.6em;
	}
	#advertising h2 span{
		display: block;
		margin-bottom: 0.8em;
		font-size: 0.8em;
		color:#ed64a9;
	}
	#advertising h2 ~ p{
		text-align: left;
		font-size: 1.05em;
	}
	#advertising h2 ~ p br{
		display: none;
	}

/*
	#promotionalMenu{
		background-color: #f7eff1;
	}
	#promotionalMenu h3{
		margin-bottom: 0.8em;
		font-size: 1.4em;
		color:#ed64a9;
	}
*/
	#promotionalMenu .flex{
		width:100%;
		margin:30px auto;
	}
/*
	#promotionalMenu .flex .text{
		width:55%;
		text-align: left;
	}
	#promotionalMenu .flex .text h4{
		margin-bottom: 1em;
		padding-bottom: 0.3em;
		font-size: 1.1em;
		border-bottom: solid 1px #ed64a9;
	}
	#promotionalMenu .flex .thumb{
		width:40%;
	}
*/
	#promotionalMenu .contact{
		width:100%;
	}
	#promotionalMenu .moreBtn{
		margin: 1em auto 0;
		padding: 0.8em 2.5em;
	}
	/*
	#promotionalMenu .contact h3{
		font-size: 1.1em;
	}
*/

	/*--------------- advertising_contact ---------------*/
	#advertising_contact #main h2,
	#advertising_contact-confirm #main h2{
		line-height: 1.4em;
	}
	#advertising_contact #main table,
	#advertising_contact-confirm #main table{
		width:100%;
		margin: 0 auto;
	}
	#advertising_contact #main th,
	#advertising_contact-confirm #main th,
	#advertising_contact #main td,
	#advertising_contact-confirm #main td{
		display: block;
		width:100%;
		padding:1em 0 0.2em;
	}
	#advertising_contact #main td,
	#advertising_contact-confirm #main td{
		padding:0.5em 0 1em;
	}

	#advertising_contact #main td input[type="url"],
	#advertising_contact #main td input[type="text"],
	#advertising_contact #main td textarea,
	#advertising_contact-confirm #main td input[type="url"],
	#advertising_contact-confirm #main td input[type="text"],
	#advertising_contact-confirm #main td textarea{
		width: 100%;
		box-sizing: border-box;
	}

	#advertising_contact #main input[type="submit"],
	#advertising_contact-confirm #main input[type="submit"],
	#advertising_contact-confirm #main button[type="submit"]{
		width:100%;
		padding:0.5em 0;
		font-size:1.4em;
		margin: 1em auto;
	}


}