@charset "utf-8";

body {
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height:1.4;
	background: #fff0ea url(../img/pc/bg.png) repeat top center;
	background-size:1 42px 100%;
}


/* 共通 ============================== */

div.contArea {
    margin: 0 auto;
    padding: 0;
    width: 964px;
    position:relative;
}

div.contArea2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

div.contArea3 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.main{
	margin:0;
}

.result{
	background:#171c61;
	margin:20px 0;
	text-align:center;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

.result a{
	display:block;
	padding:10px 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.result a:hover{
	opacity:0.8;
}

.enq_theme{
	text-align:center;
}

.ho{
	background:#fdbf1e;
	padding:10px;
	text-align:left;
	border-radius:5px;
	margin-bottom:15px;
}

.ho span{
	font-weight:bold;
}

.kokomo{
	color:#ff6600;
	font-size:80%;
}

.shime,.sche{
	text-align:center;
	font-weight:bold;
}

div.contArea2 div.inputWrap {
    line-height: 1.4;
    width: 964px;
    margin: 40px auto 20px;
    padding-top:50px;
}

div.contArea2 .form_att{
	vertical-align: middle;
	padding:0 2px
}
div.contArea2 .inputTit .txtRed{
	font-size: 85%;
	vertical-align: middle;
	padding:0 2px;
}
div.inputWrap2 input {
    line-height: inherit;
    margin: auto;
    font-size: 85%;
}

div.contArea2 div.inputWrap input[type="radio"] {
    margin: 3px 3px 0px 5px;
}

div.inputWrap p.inputNote {
    text-align: left;
    margin:20px 0;
}

div.inputWrap div.inputBg {
    background:#fff;
    margin-top: 10px;
    padding:20px;
    border-radius:10px;
}

/* 入力画面 ============================== */

div.inputBg ul {
	margin:0;
    padding: 0;
    text-align: left;
    border-bottom:1px dotted #ccc;
    width:100%;
}

div.inputBg ul li {
    display:table-cell;
    padding: 6px 0;
    list-style: none;
}

div.inputBg ul li.inputTit {
    width: 150px;
    text-align: left;
    vertical-align:top;
}

div.inputBg ul li.inputTit p {
    padding-top: 7px;
}

div.inputBg ul li.inputBox {
    padding-left: 15px;
    font-size:12px;
}

div.inputBg ul li.inputBox ul.radiobtn {
    padding: 0 0;
    border:none;
}

div.inputBg ul li.inputBox ul.radiobtn li {
    padding: 7px 20px 0 0;
}

div.inputBg ul li.inputBox ul.radiobtn li input {
    float: left;
}

div.inputBg ul li.inputBox ul.radiobtn li label {
    padding-left: 6px;
    float: left;
}

div.inputBg select {
    border: solid 1px #ccc;
}

div.inputBg input,div.inputBg textarea  {
    border: solid 1px #ccc;
}

div.inputBg input.w60 {
    padding: 5px;
    width: 60px;
}

div.inputBg input.w80 {
    padding: 5px;
    width: 80px;
}

div.inputBg input.w240 {
    padding: 5px;
    width: 240px;
}

div.inputBg .w360 {
    padding: 5px;
    width: 500px;
}

div.inputBtnSec {
    padding-top: 15px;
    text-align: center;
}

div.inputBtnSec input.submit {
    background-color: #171c61;
    border-radius:0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width:100%;
    padding:10px 0;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

div.inputBtnSec input.submit:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
}


.notice {
    font-size: 11px;
    padding: 10px 0;
    color: #666;
}

.notice p {
    font-weight: bold;
    color: #333;
}

.notice a {
    color: #ff3300;
    text-decoration: underline;
}

#switch{
	width:100%;
	text-align:center;
	margin:20px 0;
}

#switch input[type="radio"] {
    /* ラベルでのみ選択させる場合はnoneにする */
    display:none;
    /* firefoxなど一部ブラウザではサイズ指定が効かない仕様 */
    width:23px;
    height:23px;
}
/* ラジオボタンに対応するラベル */
#switch input[type="radio"]+label {
    border-radius:0;
    background:#ffff7d;
    color:black;
    font-weight:bold;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}
/* 選ばれているラジオボタンに対応するラベル */
#switch input[type="radio"]:checked+label {
    background:#ff3300;
    color:white;
}

#switch input[type="radio"]+label:hover {
    opacity:0.8;
    cursor:pointer;
}


/* 結果 ============================== */

.happyo{
	text-align:center;
}

.happyo p.minnano{
	font-weight:bold;
	border-radius:5px;
	background:#ff8800;
	text-align:center;
	color:#fff;
	line-height:1.0;
}

.happyo ul li:first-child{
	text-align:center;
}

.happyo ul li:last-child{
	line-height:1.6;
}

.kotae00{
	text-align:center;
	color:#ff3300;
	font-weight:bold;
}

.comment_all{
	text-align:left;
	margin:10px 0;
}

.radioname{
	margin:10px 0;
	font-weight:bold;
	color:#0095F9;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

/* フッター ============================== */

.lo-footer {
	padding: 30px 0;
	text-align: center;
}

.lo-footer p {
    text-align: center;
    margin: 20px 0 0;
    padding-top: 10px;
    padding-bottom: 20px;
    color:#fff;
    font-size:20px;
}

.lo-footer .copyright {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	margin-bottom:20px;
}


.lo-footer a:hover{
	opacity:0.8;
}

/* RESPONSIVE PC---------------------------------------------------- */

@media screen and (min-width: 765px) {

.hide_pc{
	display:none;
}

.header_bg {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #171c61;
}

.menu {
    width: 350px;
    height: 33px;
    float: right;
}

.menu li {
    height: 33px;
    margin-top: 5px;
    padding: 2px 5px;
}
li {
    list-style: none;
    float: left;
}
nav {
    text-align: center;
}

nav, ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

h1{
	margin:0;
}

.ranran{
	background: url(../img/pc/ranran.png) repeat-x top center;
	background-size:193px;
	width:100%;
	height:108px;
	position:absolute;
	top:50px;
	left:0;
}

.happyo ul li{
	width:50%;
}

.happyo ul li:first-child{
	width:450px;
}

.happyo p.minnano{
	font-size:24px;
	padding:10px 0 5px;
	margin-bottom:20px;
}

.happyo p.kotae{
	margin:20px 0 10px;
	font-weight:bold;
	font-size:20px;
}

.kotae00{
	font-size:20px;
}

div.contArea2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background: #c30d23 url(../img/pc/co_line.gif) repeat-x top center;
	background-size:auto 18px;
}

.thanks{
	padding:70px 0 30px;
	color:#fff000;
	font-weight:bold;
	font-size:24px ;
	text-align:center;
}

.thanks_bbs{
	padding:20px 0;
	color:#fff000;
	font-weight:bold;
	font-size:24px ;
	text-align:center;
}

.thanks_bbs a:hover{
	opacity:0.8;
}

div.contArea3 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background: #171c61 url(../img/pc/co_line.gif) repeat-x top center;
	background-size:auto 18px;
}


.enq_theme p{
	margin:30px 0;
	font-size:36px;
	font-weight:bold;
}


#switch{
	margin:20px 0;
	font-size:20px;
}

#switch input[type="radio"]+label {
    padding:5px 0 3px;
    margin:0 3px 10px;
    display:inline-block;
    width:48%;
}

.backtop {
    width:100%;
    padding:20px 0 40px;
}

.backtop a{
	display:block;
    margin:0 auto;
    padding:10px 0;
    line-height: 1;
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:center;
    text-decoration:none;
    background-color: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
    width:964px;
}

.backtop a:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
}

}

/* RESPONSIVE SP---------------------------------------------------- */

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

.hide_sp{
	display:none;
}
body {
	background: url(../img/sp/bg.jpg) repeat 0 0;
	background-size:100%;
}

    div.ccontWrap {
        min-width: 360px;
    }
    div.contArea {
        width: auto;
        padding: 0;
    }

.social {
    background: #fff url(../img/sp/logo.png) no-repeat 0 0;
    background-size: auto 100%;
    width: 100%;
    text-align: right;
    padding: 5px 0;
    z-index: 1;
}

.social p {
    display: inline;
    margin: auto 2px;
}

h1 img{
	width:100%;
}


.main p{
	font-size:12px;
}

.main p span{
	color:#fff;
	font-size:100%;
}

div.inputWrap p.inputNote {
    text-align: left;
    margin-bottom:10px;
}

div.inputWrap div.inputBg {
    background-color: #fff;
    margin-top: 10px;
    padding:10px 10px 20px;
}

div.inputBg ul {
	margin:0;
    padding: 0;
    text-align: left;
    border:none;
    width:100%;
}

div.inputBg ul li {
    display:block;
    padding: 6px 0;
    list-style: none;
}

div.inputBg ul li.inputTit {
    text-align: left;
    vertical-align:top;
}

div.inputBg ul li.inputTit p {
    padding-top: 7px;
}

div.inputBg ul li.inputBox {
    padding: 0;
}

div.inputBg ul li.inputBox ul.radiobtn {
    padding: 0 0;
    border:none;
}

div.inputBg ul li.inputBox ul.radiobtn li {
    padding: 7px 20px 0 0;
}

div.inputBg ul li.inputBox ul.radiobtn li input {
    display: inline;
}

div.inputBg ul li.inputBox ul.radiobtn li label {
    padding-left: 6px;
    display: inline;
}

div.inputBg select {
    border: solid 1px #ccc;
}

div.inputBg input,div.inputBg textarea  {
    border: solid 1px #ccc;
}

div.inputBg input.w60 {
    padding: 5px;
    width: 15%;
}

div.inputBg input.w80 {
    padding: 5px;
    width: 80px;
}

div.inputBg input.w240 {
    padding: 5px;
    width: 75%;
}

div.inputBg .w360 {
    padding: 5px;
    width: 100%;
}

div.inputBtnSec {
    padding-top: 15px;
    text-align: center;
}

div.inputBtnSec input.submit {
    background-color: #171c61;
    border-radius:0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width:100%;
    padding:10px 0;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

div.contArea2 {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

div.contArea2 div.inputWrap {
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
    padding-top:15px;
}

.happyo{
	font-size:12px;
}

.happyo p.minnano{
	font-size:16px;
	padding:5px 0 3px;
	margin:10px 0 15px;
}

.happyo p.kotae{
	margin:10px 0;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}

.happyo ul li:first-child img{
	width:80%;
}

.kotae00{
	font-size:16px;
}


.thanks{
	padding:20px 0 0;
	color:#fff000;
	font-weight:bold;
	font-size:18px ;
	text-align:center;
}

.thanks_bbs{
	padding:20px 0 10px;
	color:#fff000;
	font-weight:bold;
	font-size:24px ;
	text-align:center;
}

.thanks_bbs img{
	width:100%;
}

div.contArea3 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background: #fff;
}

#switch{
	margin:20px 0;
	font-size:16px;
}

#switch input[type="radio"]+label {
    padding:5px 0 8px;
    margin:10px 0;
    display:block;
    width:100%;
    height:30px;
}

.enq_theme p{
	margin:15px 0;
	font-size:16px;
	font-weight:bold;
}

.enq_theme img{
	width:100%;
}

.sentakushi{
	line-height:1.2;
}

.ho{
	font-size:12px;
}

.result{
	margin:0 10px 20px;
}

.backtop {
    width:100%;
    padding:20px 0;
}

.backtop a{
	display:block;
    margin:0 auto;
    padding:10px 0;
    line-height: 1;
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:center;
    text-decoration:none;
    background-color: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

.banner {
    padding: 40px 10px 0;
}

footer {
    color: #500000;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

footer p.logo {
    text-align: center;
    margin: 10px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p.logo img {
    margin: 0 10px;
    vertical-align: middle;
}

#CopyRight {
    color: #666;
    font-size: 8px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
}


/* テキスト ============================== */

.txtB {
    font-weight: bold;
}

.txtNor {
    font-weight: normal;
}

.txtFontR {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
}

.txtFontB {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
}

.txtHand {
    font-family: 'Give You Glory', cursive;
}

.txtXXL {
    font-size: 180%;
}

.txtXL {
    font-size: 144%;
}

.txtL {
    font-size: 115%;
}

.txtS {
    font-size: 90%;
}

.txtXS {
    font-size: 80%;
}

.txtRed {
    color: red;
}

.txtRedB {
    color: red;
    font-weight: bold;
}

.txtGrey {
    color: #666;
}

.txtLightGrey {
    color: #999;
}

.txtWhite {
    color: white;
}

/*=========================================
アコーディオン
=========================================*/

.acordion{
	margin: 0;
}

.trigger{
	margin: 0;
}

.trigger.active{
	margin: 0;
}

.acordion_tree{
	padding:0;
	line-height:1.4;
	margin: 0;
}

@media screen and (min-width: 765px) {

.trigger{
	margin: 10px 0;
	background:#0078c9;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	font-size:20px;
	font-weight:bold;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

.trigger.active{
	margin: 10px 0;
}

.trigger:hover{
	opacity:0.8;
	cursor:pointer;
}
}

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

.trigger{
	margin: 10px 0;
	background:#0078c9;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}

.trigger.active{
	margin: 10px 0;
}

}