@charset "utf-8";

/* -------------------------------------
	case 1400px (PCサイト/メインビジュアルよりも大きい時 ) */
@media screen and (max-width: 1400px) {
/*----------------------------------------*/
body{
	min-height:5px;	
}
/*----------------------------------------*/
}
/*	end case 1400px (PCサイト/メインビジュアルより大きい時 ここまで)
----------------------------------------*/





/* -------------------------------------
	case 960px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 960px) {
/*----------------------------------------*/
body{
	min-height:4px;	
}

.header_inner,
.footer_inner,
.content_inner{
	margin:auto;
	width:100%;
	padding:0 3.125%;
}
.header_inner{
	padding:10px 15px 0;
}

/*----------------------------------------*/
}
/*	end case 960px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/





/* -------------------------------------
	case 768px (iPadの縦想定) */
@media screen and (max-width: 768px) {
/*----------------------------------------*/
body{
	min-height:3px;	
}

/*----------------------------------------*/
}
/*	end case 768px (iPadの縦想定 ここまで)
----------------------------------------*/





/* -------------------------------------
	case 736px (スマホサイズ)			*/
@media screen and (max-width: 736px) {
/*----------------------------------------*/
body{
	min-height:2px;	
	font-size:1.2rem;
}
.pc{
	display:none!important;
}
.pc_inline{
	display:none!important;
}
.pc_inline_block{
	display:none!important;
}
.sp{
	display:block!important;
}
.sp_inline{
	display:inline!important;
}
.sp_inline_block{
	display:inline-block!important;
}
img{
	max-width:100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
	font-size:1.6rem;	/* iPhoneの入力時のズーム防止 */
}

.container{
	padding:0 0 0;
}
.footer{
	position:static;
}



/* -------------------------------------
	header
---------------------------------------- */

.header{
	
}

.header_inner{
	overflow:hidden;
}

.header_inner h1 {
	font-weight: normal;
	font-size:1rem;
}

.logo {
	font-size:4rem;
	color:#00a3d9;
	float:none;
	position: relative;
}

.header_address {
	display: none;
}

.menu_switch {
	display: inline-block;
	float:right;
	margin:-10px 0 0px 0;
}

.menu_switch:after {
	display: inline-block;
	font-family:FontAwesome;
	content:"\f0c9";
	background:#353535;
	font-size: 1.7rem;
	text-align: center;
	line-height:30px;
	color:#fff;
	width:30px;
	height:30px;
}

.menu_switch.active:after {
	content:"\f00d";
}

.global_nav {
	display: none;
}

.global_nav_inner {
	  margin: auto;
    width: 100%;
}

.global_nav ul {

}

.global_nav li {
	display: block;
	font-size:2rem;
	border-radius:0;
	background: #353535;

}


.global_nav li.original {
	box-shadow: 0px 0px 0px #0b6788;
}


.global_nav li.reorder {
	box-shadow: 0px 0px 0px #663300;
}

.global_nav li.copy {
	box-shadow: 0px 0px 0px #4c6600;
}


/* -------------------------------------
	footer
---------------------------------------- */


.icon_nav_list li {
	display: inline-block;
	text-align: center;
	margin:0px 0px ;
	width:30%;
	vertical-align: top
}

.icon_nav {
	font-size:3rem;
	height:80px;
	line-height:80px;
	width:80px;
	margin:0 auto;
}

.icon_nav_list li .title {
	font-size:1.1rem;
	margin:3.125% 0;
}
.icon_nav_list li p {
	font-size:0.9rem;
}
.icon_nav_list li span {
	font-size:0.8rem;
}

.footer_address {
	background:#F7F7F7;
	padding:3.125% 0;
}

.footer_address p {
	font-size:1.6rem;
	
}

.footer_address p.tel {
	font-size:3.6rem;
	color:#333;
}

.footer_nav {
	display: none;

}



.footer .inclination_block {
   padding:0px 0;
   background:transparent;
}

.footer .inclination_block_inner {
    padding: 30px 0 0;
    min-height: 1px

}

.copyright {
	font-size:1.2rem;
}


/* -------------------------------------
	content
---------------------------------------- */
.content{
}

.content_inner{
}

.one_column{
}

.one_column .main{
}




/* -------------------------------------
	item
---------------------------------------- */

.main_title {
	font-size: 3rem;
	margin:30px 0 ;
	font-weight: normal;
}

.main_title + p {
	margin:30px 0;
}

.sub_title {
	font-size: 2rem;
	margin:6.25% 0 3.125% 0;
	font-weight: normal;
	clear:both;
}

.sub_title span {
	font-size:1.6rem;
}

.border_title {
	font-size: 3rem;
	margin:0px 0 20px 0 ;
	padding:0 0 2px 0;
	font-weight: normal;
	border-bottom:solid 1px #333333;
}

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

.note {
	font-size:1.2rem;
	color:#666666;
}

.inclination_block {
	min-width: 1px;
	padding:10px 0;
	background:#f8f8f8 ;
	margin:6.25% 0;
}

.inclination_block:before {
	display: none;
}

.inclination_block.main_visual {
	background:url("../images/bg_paper.jpg") repeat left top ;
}

.inclination_block.double:after {
	display: none;
}

.inclination_block_inner {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	padding: 0px 3.125% ;
}

.base_table {
	width:100%;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;

}

.base_table th {
	border-bottom:solid 1px #EAEAEA;
	padding:10px;
	width:25%;

}

.base_table td {
	border-bottom:solid 1px #EAEAEA;
	padding:10px;
	width:75%;
}

.base_table tr {
}

.base_table tr:last-child th , 
.base_table tr:last-child td {
	border:none;
}

.caption {
	margin:40px 0 0 0;
	font-size:2rem;
}

.price_table {
	width:100%;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;

}

.price_table th {
	border-bottom:solid 1px #000;
	border-left:solid 1px #EAEAEA;
	padding:10px;
	width:20%;
	text-align: center;

}

.price_table td {
	border-bottom:solid 1px #EAEAEA;
	border-left:solid 1px #EAEAEA;
	padding:10px;
	width:20%;
	text-align: center;
	vertical-align: middle;
}

.price_table th:first-child , 
.price_table td:first-child {
	border-left:none;
}

.price_table th:nth-child(2) , 
.price_table td:nth-child(2){
	background:#F7F7F7;
}





.base_btn {
	min-width:80%;
	height:60px;
	line-height:60px;
	padding:0 20px;
	font-size:2.4rem;

}


.base_btn.radio {
	line-height:52px;
}



.submit_btn {
	line-height:60px;
	height:60px;
	width:90%;
	font-size:2.4rem;
}

.inline_btn {
	display: inline-block;
	width:auto;
	height:auto;
	line-height:1;
	background:#00a4df;
	padding: 5px 10px;
	color:#fff;
	box-shadow: 0px 3px 0px #0b6788;
	border-radius:4px;

}

.inline_btn:hover {
	filter: alpha( opacity=80 );
	opacity: 0.8;

}

.btn_area {
	text-align: center;
}



.design_radio input{
	display:none;
}
.design_radio input + span{
	display:inline-block;
	position:relative;
	padding:2px 0 0 35px;
	cursor:pointer;
	min-height:17px;
}

.design_radio input + span:before{
	background:#fafafa;
	border:1px solid #fafafa;
}
.design_radio input + span:before,
.design_radio input + span:after{
	content:'';
	display:block;
	position:absolute;
	top:9px;
	left:0;
	border-radius:50%;
	width:20px;
	height:20px;
}
.design_radio input:checked + span:after{
	top:14px;
	left:5px;
	height:12px;
	width:12px;
	background:#666;
}


.base_btn .design_radio input + span{
	display:inline;
	padding:0 0 0 35px;
}





/* -------------------------------------
	column
---------------------------------------- */
.col_block {
    overflow: hidden;
    letter-spacing: -1em;
    font-size:0;
}

.col_block .item {
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
    font-size:14px;
    vertical-align: top;
    margin-bottom:12.5%;
}


.col_block .item .caption {
    text-align: center;
}

.col02 {
    margin-left:0%;
}

.col03 {
    margin-left:0%;
}

.col02 .item {
    width:100%;
    margin-left:0;
}

.col03 .item {
    width:100%;
    margin-left:0;
}


.col_img_block {
	
}

.col_img_block .img_box {
	width:50%;
	margin:3.125% auto;
}

.col_img_block .text_box {
	width:100%;
}

.col_img_block .left {
	float:none;
}

.col_img_block .right {
	float:none;
	
}


/* -------------------------------------
	ページトップ
---------------------------------------- */
.pagetop{
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;	
	z-index:5;
}
.pagetop a{
	background:#120d0a;
	border-radius:50%;
	color:#fff;
	display:block;
	font-size:2.4rem;
	height:30px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	width:30px;
}



/* -------------------------------------
	top
---------------------------------------- */

.top_nav {
	margin:9.375% 0 9.375% 0px;
	width:100%;
}

.top_nav li {
	width:100%;
	margin:0 0 3.125% 0;

}

.top_nav li:first-child {
	margin:0 0 3.125% 0;
 }


.top_nav .icon_box {
	display: none;
}


.news_area {
	background:#ececec url("../images/bg_dotted.png") repeat 1px 1px ;
	width:90%;
	margin:9.375% auto;
}


.top_identity {
	width:50%;
	margin:3.125% 0 3.125% auto;
}


.price_layout {
	font-size:2.4rem;
}

.price_layout span {
	font-size:6rem;

}
.price_layout em {
	display: inline-block;
	position: relative;
	font-weight: normal;
}

.price_layout sub {
	font-size:1.4rem;

}

.price_layout.cardimage:after {
	display: none;
}



/* -------------------------------------
	order step
---------------------------------------- */

.header_flow ol {
    margin: auto;
    position: relative;
    width: 100%;
    margin:6.125% 0;
}

.header_flow li {
    width:30px;
    height:30px;
    position: relative;
    margin:0 20px 0 0 ;
    padding: 0 ;
}

.header_flow li span {
	display: none;
}

.header_flow li:after {
    content:"";
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 10px solid #aaa;
    position: absolute;
    right:-23px;
    top:9px;
    z-index:5;

}

.header_flow li.active:after {
    border: 6px solid transparent;
    border-left: 10px solid #a3d900;

}


.card_list {
	margin:85px 0 
}

.card_list .title {
	font-size:2rem;
	padding:0 0 2px 0;
	border-bottom:solid 1px #000;
	text-align: left;
	font-weight: normal;
}

.card_list .feature {
	text-align: left;
	font-size: 1.2rem;
	margin:5px 0 10px 0;
}

.card_list .main_card {
	width:80%;
	display: inline-block;
	margin:0 0px 6.25% 0 ;
}

.card_list .sub_card {
	width:80%;
	display: inline-block;
}

.card_list .btn_area {
	margin:20px 0;
	text-align: center;
}

.card_list .icon_list {
	text-align: left;
	margin:5px 0 20px 0; 
 }


.card_list .icon_list li {
	display: inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	border-radius:4px;
	text-align: center;
	font-size:1.2rem;
	margin:0 5px  0 0;
}


.estimate_inner {
	width:100%;
}


.estimate_table td {
	padding:13px 0;
}



.estimate_table td:nth-of-type(1) {
	width:15%;
}


.estimate_table td:nth-of-type(2) {
	width:3%;

}


.estimate_table td:nth-of-type(3) {
	width:15%;

}


.estimate_table td:nth-of-type(4) {
	width:3%;

}


.estimate_table td:nth-of-type(5) {
	width:15%;

}

.estimate_table td:nth-of-type(6) {
	width:20%;
	padding:13px 5px ;

}

.estimate_table .title {
	display: none;
}

.estimate_table .estimate_price {
	display: none;
}


.estimate_table .total_title {
	display: none;
}

.estimate_table .total_price {
		font-size:1.6rem;
		color:#FFFF00;
}

.estimate_table .total_price span {
		font-size:0.8rem;
		color: #fff;

}








/*----------------------------------------*/
}
/*	end case 736px (スマホサイズ ここまで)
----------------------------------------*/





/* -------------------------------------
	case 640px (スマホの小さめのサイズ)   */
@media screen and (max-width: 640px) {
/*----------------------------------------*/
body{
	min-height:1px;	
}
.container{
	max-width:640px;
	width:100%;
	margin:0 auto;	
}

/*----------------------------------------*/
}
/*	end case 640px (スマホの小さめのサイズ ここまで)
----------------------------------------*/

