/*PC用*/
@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
body{ width:100%; height:100%; font-family: 'Noto Sans JP', sans-serif; }

/* 改行位置 */
.br-pc{ display:block; }
.br-sp{ display:none; }

/*コンテナ*/
.resultCon{ width:700px; height:auto; padding:40px; text-align:center; background:#FFF; border:solid 1px #98CFF7; margin:100px auto; }
.resultCon h2{ font-size:16px; color:#32A0F0; line-height:1.4em; font-weight:300; margin:40px 0; }
.resultCon p{ font-size:14px; color:#666; line-height:1.6em; font-weight:300; text-align:center; }
.resultCon .goHome{ width:200px; height:60px; border:solid 1px #98CFF7; background:#FFF; border-radius:10px; margin:40px auto; }
.resultCon .goHome p{ font-size:14px; color:#32A0F0; line-height:60px; text-align:center; }
.resultCon a{ text-decoration:none; }
