@charset "utf-8";

html {
	height: 100%;
}

body {
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
	width: 100%;
}

form {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover img {
	opacity: 0.9;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}
/* IE8 */
html>/**/body .opacity:hover {
    display /*\**/:inline-block\9;
    zoom /*\**/: 1\9;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
dl,dt,dd {
	margin: 0;
	 padding: 0;
}
figure,figcaption,aside {
	margin: 0;
	padding: 0;
}
/*--clearfix--*/
.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

/* PC版では非表示 */
a.btn_spMenu {
	display: none;
}
.spBr {
	display: none;
}
.disp_sp {
	display: none;
}

/* フッター */
footer {
}
.copyright {
	background: #000;
	color: #FFF;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/* 共通 */
.inner {
	margin: auto;
	width: 980px;
	position: relative;
}
.error {
	font-size: 14px;
	color: #DC3232;
}
/* ヘッダー */
header {
	border-bottom: 1px solid #000;
	padding: 10px;
}
header .inner {
	position: relative;
}
.logo img {
	width: 250px;
}
.btn_contact {
	background: #000;
	border-radius: 20px;
	color: #FFF;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	right: 0;
}



/*--------------------------------------*/
/*          下層ページ　　　               */
/*--------------------------------------*/

.main {
	margin: 30px auto;
}
.pageTitle {
	color: #666;
	font-size: 26px;
	font-weight: 500;
	margin: 30px 0 10px 0;
	padding: 3px 10px;
}

/* 申込 */
.entryBlock {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.entryBlock .blockTitle {
	border-left: 5px solid #1D317E;
	color: #1D317E;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 5px;
}
.entryBlock .blockDetail {
	background: #F6F6F6;
	border: 1px solid #1D317E;
	padding: 10px;
	width: 46%;
}
.blockDetail_wide {
	background: #F3F3F3;
	border: 1px solid #1D317E;
	padding: 10px;
	width: calc(100% - 22px);
}
table.commonTable {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
.commonTable th {
	color: #1D317E;
	font-size: 12px;
	padding: 5px;
	width: 50px;
	text-align: right;
}
.commonTable td {
	font-size: 16px;
	padding: 5px;
}
.commonTable input[type='text'] {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 8px;
	width: calc(100% - 18px);
}
.commonTable select {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 8px;
	width: 100%;	
}
.zip {
	width: 120px!important;
}
.prefecture {
	width: auto!important;
}
.sizeText {
	width: 100px!important;
	text-align: center;
}
.btn_searchAdd {
	background: #DEE8FB;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
	padding: 5px 8px;
}
.btn_searchAdd:hover {
	background: #D2DFF9;
}
.itemHead {
	background: #E7E7E7;
	font-weight: bold;
	margin-top: 5px;
}
.itemHead:first-of-type {
	margin-top: 0;
}

.packageBox {background: #FFF;
	border: 1px solid #ccc;
	display: flex;
	margin: 10px 0;
}
.packageNum {
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: 0 5px;
	padding: 8px;
	width: 100px;
}
.packNo {
	background: #D2DFF9;
	border-right: 1px solid #999;
	font-size: 24px;
	margin-right: 10px;
	width: 40px;
	text-align: center;
}
.attentionBox {
	background: #F9E0E1;
	padding: 10px;
}
.termsBlock {
	text-align: center;
	padding: 10px;
}
.buttonArea {
	display: flex;
	justify-content: center;
	margin: 60px 0;
}
.btn_next {
	background: #1D317E;
	border-radius: 5px;
	color: #FFF;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 200px;
	text-align: center;
	margin-left: 10px;
}
a.btn_next:hover {
	background: #0082E0;
}
.btn_next.beforeAgree {
	opacity: 0.2;
}
.btn_back {
	background: #999;
	border-radius: 5px;
	color: #FFF;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 200px;
	text-align: center;
}
.btn_back:hover {
	background: #666;
}

/* 支払 */

.selectPay {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.selectPay li {
	border: 1px solid #E98A1F;
	background: #FFF;
	width: 32%;
}
.selectPay li:hover {
	background: #FBECDC;
}
.selectPay a {
	display: block;
	font-weight: bold;
	height: 100px;
	padding: 10px;
	position: relative;
}
.selectPay a::after {
	background: url("../images/icon_arrow.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	width: 14px;
	position: absolute;
	top: 15px;
	right: 5px;
}
.selectPay label {
	display: block;
	font-weight: bold;
	height: 100px;
	padding: 10px;
}
.selectPay img {
	max-width: 100%;
}
.payCost {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.btn_pay_card {
	background: url("../images/card_logo.png") no-repeat bottom;
	background-size: contain;
}
.btn_pay_cvs {
	background: url("../images/cvs_logo.png") no-repeat bottom;
	background-size: contain;
}
.btn_pay_bank {
	background: url("../images/logo_bank.png") no-repeat bottom;
	background-size: 80% auto;
}
.underLine {
	text-decoration: underline;
}

/*-------------------------SP------------------------------------------*/

@media screen and (max-width: 767px) {

body {
	min-width: inherit;
	width: auto;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 1.0;
}
.brNone {
	display: none;
}
.spBr {
	display: block;
}
.disp_sp {
	display: block;
}
.disp_pc {
	display: none;
}

/* フッター(SP) */
footer {
}	
	
/* 共通(SP) */
.inner {
	margin: auto;
	width: auto;
}
/* ヘッダー(sp) */
header {
}
.logo img {
	width: 60%;
}
/*--------------------------------------*/
/*          下層ページ(SP)　　　          */
/*--------------------------------------*/

.main {
	margin: 20px 10px;
}
.pageTitle {
	font-size: 20px;
	margin: 10px 0;
}
/* 申込(SP) */
.entryBlock {
	display: block;
	margin-bottom: 30px;
}
.entryBlock .blockDetail {
	margin-bottom: 10px;
	width: auto;
}
.commonTable input[type='text'] {
	font-size: 16px;
}
.commonTable select {
	font-size: 16px;
}
.sizeText {
	width: 20%!important;
	text-align: center;
}
.packageBox th {
	display: list-item;
	list-style: none;
	padding: 5px 5px 0 5px;
	width: auto;
	text-align: left;
}
.packageBox td {
	display: list-item;
	list-style: none;
	padding: 0 5px 5px 5px;
	width: auto;
	text-align: left;
}
.packageBox label {
	display: inline-block;
	margin-right: 5px;
}
.packageNum {
	font-size: 16px;
}
.packNo {
	padding: 0 5px;
}
.btn_next {
	width: 80%;
}
.btn_back {
	width: 80%;
}
	
/* 支払(SP) */
.selectPay {
	display: block;
}
.selectPay li {
	margin-bottom: 10px;
	width: auto;
}
}