@charset "UTF-8";
/*
	Theme Name: alfopromo
	Version: 1.0

*/

/****************************************

          General Setting

*****************************************/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    color: #333;
	font-size: 15px;
    font-family:Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
		background: #FFF;
		z-index: 0;
}
img {max-width: 100%;border:none;height: auto;}
video {max-width: 100%;border:none;height: auto;}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-weight: 900;
	font-size: 15px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	font-family: "Rounded Mplus 1c",Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1 {font-size:230%;}
h2 {font-size:200%;}
h3 {font-size:160%;}
h4 {font-size:140%;}
h5 {font-size:120%;}
h6 {font-size:110%;}

.box h1, .box h2, .box h3, .box h4, .box h5, .box h6{display: block;}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6{	font-family: Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #999;
}
#page #contents_box a {
	color: #00abff;
}
#page #contents_box a:hover {
	color: #333;
}
/****************************************

          WordPress Misc

*****************************************/

#contents_box .aligncenter,
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:768px) {
	#contents_box .alignleft,
	.alignleft {
		float: left;
	}

	#contents_box .alignright,
	.alignright {
		float: right;
	}
	.box .alignleft,
	.box .alignright{
			width:49%;
		}
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          お問合せふぉーむ

*****************************************/
.box div.wpcf7 {
	font-size: 14px;
	padding:10px;
	background: #efefef;
	margin: 0 auto 1em;
}
.box div.wpcf7 .btn-submit{
	text-align: center;
	clear: both;
}

input[type=radio]{width:17px;height:17px;margin:0;vertical-align:-3px;}
.wpcf7-list-item-label {line-height: 25px;font-size: 16px;}
.wpcf7 dl {
width: 100%;
margin-bottom: 20px;
background-color: #FFF;
}
.wpcf7 dt {
position: relative;
margin-bottom: 5px;
vertical-align: middle;
box-sizing: border-box;
}
.wpcf7 dt .label {
display: inline-block;
padding: 1px 4px 2px;
color: #fff;
font-size: 12px;
font-weight: normal;
margin-right: 10px;
border-radius: 2px;
}
.wpcf7 dt .hissu {
background-color: #e11619;
}
.wpcf7 dt .ninni {
background-color: #ccc;
}
.wpcf7 dd {
box-sizing: border-box;
}
.wpcf7 dd .wpcf7-radio .wpcf7-list-item {
display: block;
}
.wpcf7 .wpcf7-text {
width: 100%;
box-sizing: border-box;
padding: 10px;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
transition: 0.3s ease-out;
}
.wpcf7 .wpcf7-text:focus {
background-color: #fff;
border: 1px solid #fff;
border-bottom: 1px solid #dddddd;
}
.wpcf7 .wpcf7-textarea {
width: 100%;
box-sizing: border-box;
padding: 10px;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
transition: 0.3s ease-out;
min-height:240px;
line-height: 1.5;
font-size: 14px;
}
.wpcf7 .wpcf7-textarea:focus {
background-color: #fff;
border: 1px solid #fff;
border-bottom: 1px solid #dddddd;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7c-btn-confirm,
.wpcf7 .wpcf7c-btn-back {
display: inline-block;
margin: 10px auto;
padding: 10px 20px;
background-color: #c4374c;
border: none;
text-align: center;
font-size: 18px;
color: #fff;
font-weight: bold;
border-radius: 20px;
transition: 0.3s ease-out;
}
/* line 373, scss/style.scss */
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7c-btn-confirm:hover,
.wpcf7 .wpcf7c-btn-back:hover {
cursor: pointer;
opacity: 0.6;
}

@media screen and (min-width: 1000px) {
.wpcf7 dl {
display: table;
width: 100%;
border-bottom: 10px solid #EFEFEF;
margin-bottom: 0;
}
.wpcf7 dt {
display: table-cell;
width: 35%;
margin-bottom: 10px;
border-left: 10px solid #ccd9f2;
padding: 20px 60px 20px 10px;
}
.wpcf7 dt .label {
position: absolute;
right: 20px;
margin-right: 0;
}
.wpcf7 dd {
display: table-cell;
width: 65%;
padding: 20px;
}
.wpcf7 .wpcf7-text {
padding: 10px;
}
}
@media (max-width:1000px) {
	.wpcf7 dl {
		padding:20px;
	}
	.wpcf7 dt {
		margin-bottom: 1em;
	}
}

/* ページネーション*/
.pagenation {
	text-align: center;
	margin-top: 50px;
	}
	.pagenation ul {list-style: none;}
	.pagenation ul li {display: inline-block;}
	.pagenation ul li a,
	.pagenation a{
	padding: 10px;
	background: #142244;
	color: #FFF !important;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	line-height: 1;
}
.pagenation ul li a:hover {
	color:#FFF;
	background: #aaa;
}
.active,
.current{
	background: #aaa;
	padding: 10px;
	border-radius: 5px;
}
.pagenation .dots {background: #FFF;color: #999;}

/***** 画像キャプションコードはじまり *****/
.wp-caption {
max-width:100%;
height:auto;
border: 1px solid #ccc;
text-align: center;
background-color: #f8f8f8;
margin:10px 0 20px ;
border-radius: 3px;
padding: 10px;
}
.wp-caption a {
	display: block;
}
.wp-caption img {
margin: 0 !important;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 12px;
padding: 0 ;
margin: 0;
text-align: right;
}
/***** 画像キャプションコード終わり *****/


#work_contents {margin-bottom:3em;}
