@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: bottom;
}
small {
	font-size:12px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

ol, ul{
  list-style: none;
  padding:0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mr20{
  margin-right: 20px;
}

.ml20{
  margin-left: 20px;
}

.p20{
  padding: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.pb40{
	padding-bottom: 40px;
}

.pb50{
	padding-bottom: 50px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.fsize20{
  font-size: 20px;
}
.fsize18{
  font-size: 18px;
}
.fwbold{
  font-weight: bold;
}

.posi-bottom{
  position: absolute;
  bottom: 0;
}

.fl_l{
  float: left;
}

.fl_r{
  float: right;
}

.bgcolor-b{
  background-color: #00558d;
  color: #fff;
}

body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:16px;
}

.min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.contents {
	margin: 0 auto;
	width: 1000px;
}
header {
	margin: 5px 0 10px;
}

header h1 {
	margin-bottom: 5px;
}

.head-logo {
	float: left;
	margin-right: 10px;
}
.head-logo ul li {
}
.head-logo h1 {
	font-size: 14px;
}
.head-center {
	float: left;
	margin-top: 0px;
}
.head-tel {
	float: right;
}
.head-tel ul li {
	margin-bottom: 10px;
}
.gnavi {
	clear: both;
	background-color: #002657;
}

.gnavi a:link { color: #FFF; text-decoration:none; }
.gnavi a:visited { color: #FFF; }
.gnavi a:hover { color: rgba(255,248,68,1.00)}
.gnavi a:active { color: #FFF; }

#first {
	text-align: left;
	width: 100px;
}

.menu {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 150px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.menu > li a {
    display: block;
    color: #fff;
	font-weight:bold;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 80px;
	width: 180px;
	background-color: rgba(0,38,87,1.00);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
	line-height: 80px;
	font-size:15px;
	padding: 0px 0px 0px 15px;
	text-align:left;
}
#mainview {
	clear:both;
	background-image: url(../images/pori_bg.png);
	background-repeat: repeat;
	padding-top:20px;
}
.media {
	background-color: #a9ddf399;
	padding: 15px 0px;
	background-image: url(../images/dot_bg.png);
	margin-top:15px;
}
.main-catch {
	background-color: #1b396f;
	color: #FFF;
	padding: 30px 0;
}
.left-catch {
	float: left;
	width: 460px;
	border-right: 1px solid #FFF;
	padding-right: 15px;
}
.left-catch h2 {
    font-size: 32px;
    font-weight: bold;
    text-indent: 7px;
}
.left-catch h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 0.5em;
}

.left-catch p {
    text-align: justify;
    padding-left: 0.5em;
    line-height: 1.6em;
}
.right-step {
	padding-left: 15px;
	float: right;
	padding-top: 15px;
}
.main-area {
	width: 680px;
	padding: 50px 0px;
	float: left;
	line-height: 1.7em;
}
.side-bar {
	float: right;
	padding: 50px 0px;
	width: 300px;
}
.side-tel {
	background-image: url(../images/dot_bg.png);
	background-repeat: repeat;
	padding: 10px;
}
.side-inner {
	padding: 15px 10px;
	background-color: #FFF;
}

.side-areamap {
	background-image: url(../images/dot_bg.png);
	background-repeat: repeat;
	padding: 10px;
	margin: 15px 0px;
}

.side-inner ul li {
	margin-top:10px;
}
.point6 {
	margin-top: 20px;
}
.pointbox-left {
	float: left;
	width: 320px;
	margin-top: 20px;
}
.pointbox-right {
	float: right;
	width: 320px;
	margin-top: 20px;
}

.pointbox-left2 {
	float: left;
	width: 320px;
	margin-top: 20px;
	clear: both;
}
.pointbox-right2 {
	float: right;
	width: 320px;
	margin-top: 20px;
}

.point-text {
    margin-top: 10px;
    line-height: 1.5em;
    height: 250px;
    text-align: justify;
}

.point-text2 {
    margin-top: 10px;
    line-height: 1.5em;
    height: 210px;
    text-align: justify;
}
.top-catalog {
	clear: both;
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #DFDDDD;
}
.top-catalog h3 {
	border-bottom: 1px dashed #C6C2C3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.top-catalog ul {
	margin: 15px 0;
}
.top-catalog ul li {
	float: left;
	margin: 0px 8px;
}
.product-bnr {
	margin: 30px 0px;
}
.btm_contact {
	margin: 30px 0;
}
.btm_contact h3 {
	margin-bottom: 20px;
}
.btm_contact table tr th {
	width: 380px;
}
.btm_contact table tr td {
	width: 280px;
	padding-left: 30px;
}
.btm_contact ul li {
	margin-bottom: 5px;
}
.side-bnr {
	padding: 8px;
	border: 8px solid #d4eef9;
	line-height: 1.4em;
	font-size: 14px;
	margin-bottom: 15px;
}

.side-bnr a:link { color: #333;}
.side-bnr a:visited { color: #333; }
.side-bnr a:hover { color: #204B9E;}
.side-bnr a:active { color: #333; }

.side-bnr h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
}
.side-bnr span {
	display: block;
	text-align: right;
}

.side-bnr a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.side-voice {
	background-image: url(../images/dot_bg.png);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 15px;
}
.side-voice h3 {
	margin-bottom: 25px;
}
.side-voice ul li {
	border-bottom: 1px dashed #D7D5D5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear:both;
}

.side-voice ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.side-voice dl dt {
	float: left;
	width:100px;
	height:100px;
}

.side-voice dl dd {
	font-size:14px;
	line-height:1.4em;
	width:150px;
	float:right;
}

/* ボタン */

.button {
	display: block;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	border-radius: 20px;
	margin-top:15px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #59b1eb;
	color: #fff;
}
.button:hover {
	background-color: #333;
}


.button2 {
	width:200px;
	margin:0 auto;
	display:block;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height:40px;
	outline: none;
	border-radius: 20px;
	margin-top:15px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2 {
	background-color: #59b1eb;
	color: #fff;
}
.button2:hover {
	background-color: #259EC2;
}

.button3 {
	width:200px;
	margin:0 auto;
	display:block;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height:40px;
	outline: none;
	border-radius: 10px;
	margin-top:15px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button3 {
	background-color: #59b1eb;
	color: #fff;
}
.button3:hover {
	background-color: #259EC2;
}

.v-title {
	font-weight:bold;
}
.icatch img {
	width: 100px;
	height: 100px;
}
.icatch {

}
.side-news {
	background-color: #00395e;
	padding: 10px 10px 20px;
	margin-bottom: 15px;
}
.side-news h3 {
	padding-bottom:10px;
	text-align: center;
}
.label {
	background-color: #0071bc;
	padding: 4px 10px;
	color: #FFF;
}
.day {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 10px;
}
.news-title-s {
	font-weight: bold;
}

.news-title-s a:link { color: #113C8F; text-decoration:none; font-weight:bold;}
.news-title-s a:visited { color: #113C8F; }
.news-title-s a:hover { color: #2695D6; }
.news-title-s a:active { color: #113C8F; }


.side-news ul li {
	border-bottom: 1px dashed #D1CECE;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.side-news ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
footer {
	border-top: 8px solid #0071bc;
	padding: 30px 0px 0px;
}
.pagetop {
	clear: both;
	text-align: right;
}
.footlogo {
	float: left;
}
.footnav1 {
	float: left;
	padding-left: 100px;
}
.footnav1 h5 {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
	background-image: url(../images/circle_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-top:15px;
}


.footnav1 h5 a:link {
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}

.footnav1 h5 a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}

.footnav1 h5 a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #2EC3E6;
}

.footnav1 h5 a:active {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}

.footnav2 {
	float: right;
}

.footnav2 h5 {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
	background-image: url(../images/circle_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-top:15px;
}

.footnav2 h5 a:link {
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}


.footnav2 h5 a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}

.footnav2 h5 a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #2EC3E6;
}

.footnav2 h5 a:active {
	font-size: 20px;
	font-weight: bold;
	color: #0071bc;
}

.copy {
	margin-top:30px;
	clear: both;
	background-color:#0071bc;
	color:#FFF;
	text-align:center;
	padding: 5px 0px;
}



.fnav a:link { color: #333; text-decoration:none; }
.fnav a:visited { color: #333; }
.fnav a:hover { color: #2695D6; }
.fnav a:active { color: #333; }

footer iframe {
	margin: 10px 0px;
}


.breadcrumb li {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../images/br_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size:13px;
}

.breadcrumb li:last-child {
	background-image:none;
}

.breadcrumb a:link { color: #2695D6; text-decoration:none; font-weight:bold; }
.breadcrumb a:visited { color: #2695D6; }
.breadcrumb a:hover { color: #FAB133; }
.breadcrumb a:active { color: #2695D63; }

.page-title1 {
	background-image: url(../images/pori_bg.png);
	height: 360px;
	margin-top:20px;
}
.page-title1 h2 {
	font-weight: bold;
	font-size: 26px;
	color: #29abe2;
}
.flowbg {
	background-image: url(../images/flow/title_image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}
.page-title-inner {
	width: 500px;
	padding-top: 50px;
}
.step1 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm1.png);
	background-repeat: no-repeat;
	background-position: 475px 30px;
}
.step1 .step-text img {
	padding-right: 10px;
}
.step-text {
	width: 445px;
}

.step-text h4 {
	font-weight: bold;
	font-size: 26px;
	color: #29abe2;
	margin-bottom:20px;
}

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

.step2 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm2.png);
	background-repeat: no-repeat;
	background-position: 475px 30px;
	margin-bottom: 0px;
}

.step3 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm3.png);
	background-repeat: no-repeat;
	background-position: 475px 70px;
}

.step4 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm4.png);
	background-repeat: no-repeat;
	background-position: 475px 20px;
}

.step5 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm5.png);
	background-repeat: no-repeat;
	background-position: 475px 20px;
}

.step6 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm6.png);
	background-repeat: no-repeat;
	background-position: 475px 20px;
}

.step7 {
	padding: 25px;
	background-color: #e5f5fb;
	background-image: url(../images/flow/sm7.png);
	background-repeat: no-repeat;
	background-position: 475px 20px;
}



a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.page-title2 {
	background-image: url(../images/pori_bg2.png);
	height: 360px;
	margin-top: 20px;
}
.page-title2 h2 {
	margin-bottom:30px;
}
.catalogbg {
	background-image: url(../images/catalog/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

.stylebox {
	margin-bottom: 30px;
}
.stylebox h3 {
	margin-bottom: 30px;
}
.style-photo {
	float: left;
	width: 300px;
	margin-bottom:20px;
}
.style-detail {
	float: right;
	width: 350px;
  position: relative;
  height: 450px;
}
.style-detail h4 {
	font-weight: bold;
	font-size: 26px;
	color: #29abe2;
	margin-bottom:10px;
}
.thumnail {
	clear: both;
	padding: 15px;
	background-color: #e7eeef;
}

.thumnail ul {
	text-align:center;
	padding: 10px 0;
}

.thumnail ul li {
	margin: 0 4px;
	display: inline;
}
.thumnail ul li img {
	width: 100px;
	height: 150px;
	padding: 5px;
	background-color: #FFFFFF;
}

.swiper-container {
	position: relative;
	width: 650px;
	height: 210px;
}

.active {
	display: block;
}
.disabled {
	display: none;
}

.style-swiper-button-next, .style-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 31px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 30px 31px;
  -webkit-background-size: 30px 31px;
  background-size: 30px 31px;
  background-position: center;
  background-repeat: no-repeat;
}

.style-swiper-button-prev {
  background-image: url('../images/prev.png');
  left: 10px;
  right: auto;
}
.style-swiper-button-next {
  background-image: url('../images/next.png');
  left: auto;
  right: 10px;
}

.hov img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.page-title3 {
	background-color:#f7f6f4;
	height: 360px;
	margin-top: 20px;
}
.page-title3 h2 {
	font-weight: bold;
	font-size: 26px;
	color: #29abe2;
	margin-bottom:10px;
}
.deliverybg {
	background-image: url(../images/delivery/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}
.titlebar1 {
	padding: 15px;
	background-color: #d4eef9;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.lightblue {
	color: #36B1DA;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.lightblue2 {
	color: #36B1DA;
	font-weight: bold;
	font-size: 24px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:1px solid #C6C6C6;
	margin-top:15px;
}

.lightblue3 {
	color: #36B1DA;
	font-weight: bold;
    font-size: 19px;
}

.counselingbox {
	background-image: url(../images/delivery/counseling.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.planningbox {
	background-image: url(../images/delivery/planning.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.page-title4 {
	background-color:#f7f6f4;
	height: 360px;
	margin-top: 20px;
}

.titlebar2 {
	color: #0071bc;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 20px 0;
	border-bottom: 1px solid #DCDCDC;
}

.titlebar3 {
	padding: 15px;
	background-color: #d4eef9;
	font-weight: bold;
	font-size: 26px;
	margin: 50px 0 20px;
	color: #0071bc;
}
.strongbox1 {
	float: left;
	width: 320px;
	clear: both;
}
.strongbox2 {
	float: right;
	width: 320px;
}
.strongbox1 dl dt {
	color: #0071bc;
	font-weight: bold;
	font-size: 23px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.strongbox1 dl dd {
	margin-bottom: 35px;
}

.strongbox2 dl dt {
	color: #0071bc;
	font-weight: bold;
	font-size: 23px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.strongbox2 dl dd {
	margin-bottom:20px;
}

.page-title5 {
	background-image: url(../images/pori_bg2.png);
	height: 360px;
	margin-top: 20px;
}
.page-title5 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.productsbg {
	background-image: url(../images/products/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

.titlebar5 {
    color: #0071bc;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    background-image: url(../images/circle_icon2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
    padding-top: 3px;
}

table.set1 {
	border-collapse:separate;
	width:100%;
}
table.set1 tr td {
	padding: 15px;
	background-color: #FBF2CD;
	font-size:20px;
	border: 1px solid #FFF;
}

table.set1 tr th {
	background-color: #00558D;
	padding: 15px;
	color: #FFFFFF;
	font-size:20px;
	border: 1px solid #FFF;
}

table.set2 {
	border-collapse:separate;
	width:100%;
}
table.set2 tr td {
	padding: 15px;
	background-color: #FBF2CD;
	font-size:16px;
	border: 1px solid #FFF;
}

table.set2 tr th {
	background-color: #00558D;
	padding: 15px;
	color: #FFFFFF;
	font-size:20px;
	border: 1px solid #FFF;
	vertical-align:middle;
}

.page-title6 {
	background-image: url(../images/pori_bg.png);
	height: 360px;
	margin-top: 20px;
}
.page-title6 h2 {
	margin-bottom: 20px;
}
.sixpointbg {
	background-image: url(../images/sixpoint/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}
.sixpoint {
	padding: 20px;
	background-color: #e5f5fb;
	margin-top: 10px;
	margin-bottom: 30px;
}

.page-title7 {
	background-color:#f6f8f3;
	height: 360px;
	margin-top: 20px;
}
.page-title7 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.voicebg {
	background-image: url(../images/voice/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

.number {
    float: left;
    width: 150px;
}

.pager {
    float: left;
    width: 350px;
}
.pager ul li {
    display: inline;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 14px;
}

.sort {
    float: right;
    width: 140px;
    background-color: #333;
    text-align: center;
	color:#FFF;
	font-size:14px;
	padding: 2px;
}

.page-active {
    background-color: #333;
    color: #FFF;
}

.sort a:link { color: #FFF; text-decoration:none; }
.sort a:visited { color: #FFF; }
.sort a:hover { color: #2695D6; }
.sort a:active { color: #FFF; }

.page-active a:link { color: #FFF; text-decoration:none; }
.page-active a:visited { color: #FFF; }
.page-active a:hover { color: #2695D6; }
.page-active a:active { color: #FFF; }

.voice-box {
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
}

.titlebar6 {
	background-color: #0071BC;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.voice-text {
	width: 450px;
	float:left;
}
.voice-catch {
	float: right;
	width: 180px;
	height: 180px;
}
.caption {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.page-title8 {
	background-color: #F2EDE9;
	height: 360px;
	margin-top: 20px;
}
.page-title8 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.shopbg {
	background-image: url(../images/shop/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

table.set3 {
	border-collapse:separate;
	width:100%;
}
table.set3 tr td {
	padding: 15px;
	background-color: #f7f6f4;
	border: 1px solid #FFF;
}

table.set3 tr th {
	background-color: #00558D;
	padding: 15px;
	color: #FFFFFF;
	border: 1px solid #FFF;
}

.titlebar4 {
	padding: 15px;
	background-color: #d4eef9;
	font-weight: bold;
	font-size: 26px;
	margin: 0px 0 20px;
	color: #0071bc;
}

.page-title9 {
	background-color: #e5f0f0;
	height: 360px;
	margin-top: 20px;
}
.page-title9 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.questionbg {
	background-image: url(../images/question/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

.ac-container {
  max-width: 680px;
  border-top: none;
}
.ac-container label {
	font-size: 22px;
	padding: 15px 20px;
	display: block;
	cursor: pointer;
	color: #FFF;
	background-color: #0071bc;
	margin-bottom: 30px;
	background-image: url(../images/question/arrow.png);
	background-repeat: no-repeat;
	background-position: 640px center;
}
.ac-container input {
  display: none;
}
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.ac-container input:checked ~ article {
  height: 250px;
}

.ac-container span {
	color: #0071bc;
	font-size:26px;
	font-weight:bold;
}

.ac-container label span {
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	padding-right:10px;
}

.page-title10 {
	background-color: #f1f1f1;
	height: 360px;
	margin-top: 20px;
}
.page-title10 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.contactbg {
	background-image: url(../images/contact/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

table.set4 tr td {
	padding:0 3px;
}

.main-area1000 {
    padding-bottom: 80px;
    width: 1000px;
    margin: 0 auto;
}


table.set5 {
	border-collapse: collapse;
	width:100%;
	border-spacing: 0;
}
table.set5 tr td {
	padding: 15px;
	background-color: #f7f6f4;
	vertical-align:middle;
	border-bottom: 5px solid #FFF;
}

table.set5 tr th {
	background-color: #29abe2;
	padding: 15px;
	color: #FFFFFF;
	width: 30%;
	border: 5px solid #FFF;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
}

.set5 span:not(.horizontal-item) {
	background-color:#E71115;
	color:#FFF;
	display:inline-block;
	padding: 0px 8px;
	font-size:14px;
	border-radius: 4px;
}

/* ---↓フォーム周りstart--- */

.privacyarea {
	background-color: #F7F6F4;
	border: 1px solid #ECEAE5;
	padding: 30px 50px;
	text-align: left;
	border-radius: 4px;
	margin-bottom: 20px;
	height: 130px;
	overflow-y: scroll;
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 30px;
}

.privacyarea h3 {
	font-weight:bold;
	color:#29ABE2;
	text-align:center;
	font-size:22px;
	margin-bottom:20px;
}

.privacyarea h4 {
	font-weight:bold;
	margin:10px 0;
}

input[type="text"], input[type="email"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius:4px;
	width:95%;
	font-size:16px;
	padding:8px;
}

input[type="text"]:focus, input[type="email"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}

.inputsize {
	height:30px;
}

#age {
	height:30px;
	width:20%;
	margin-right:10px;
}

#postnumber {
	width: 40%;
}

#pref {
	height:30px;
}

#add1 {
	height:30px;
}

#add2 {
	height:30px;
}

input:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color:#ffffff;
background-image:-webkit-linear-gradient(top, #ffffff 0%, #F1F1F1 100%);
background-image:linear-gradient(top, #ffffff 0%, #F1F1F1 100%);
border:1px solid #c0c0c0;
color:#333;
border-radius:4px;
}

.select-wrap select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
width:200%;/* fallback non calc support */
width:-webkit-calc(100% + 5em);
margin:0;
padding:11px 35px 11px 11px;
padding:.6875rem 2.1875rem .6875rem .6875rem;
background:transparent;
border:0;
outline:none;
font-size:16px;
line-height:1.5;
}


.down {
  position: relative;
  display: inline-block;
}

.down::before{
	content: '';
	width: 6px;
	height: 6px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 2px solid #5E6162;
	border-right: 2px solid #5E6162;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

#datepicker {
	margin-right:5px;
	width:80%;
	height:30px;
}

#datepicker2 {
	margin-right:5px;
	width:80%;
	height:30px;
}

#datepicker3 {
	margin-right:5px;
	width:80%;
	height:30px;
}

/* チェックボタン */
.custom01 input[type="checkbox"] {
	display: none;
}
.custom01 label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 30px;
	cursor: pointer;
	margin-right: 1.5em;
}
.custom01 label::before {
	position: absolute;
	content: '';
	top: 45%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: #fff;
	border: 2px solid #ccc;
}
.custom01 input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 6px;
	width: 16px;
	height: 8px;
	border-left: 3px solid #3498db;
	border-bottom: 3px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.privacyarea a:link { color: #333; }
.privacyarea a:visited { color: #333; }
.privacyarea a:hover { color: #2695D6; }
.privacyarea a:active { color: #333; }

/* ---↑フォーム周りend--- */

.page-title11 {
	background-color: #9ac6d2;
	height: 360px;
	margin-top: 20px;
}
.page-title11 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.counselingbg {
	background-image: url(../images/counseling/title-image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 360px;
}

table.set6 {
	margin:30px 0px;
	width:100%;
}
table.set6 tr td {
	padding-left:20px;
}

table.set6 tr th {

}

.page-title12 {
	background-color: #e8f3f4;
	height: 360px;
	margin-top: 20px;
}
.page-title12 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
}
.requestbg {
	background-image: url(../images/request/title-image.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
}

.page-title13 {
	background-color: #ebf4fd;
	height: 170px;
	margin-top: 20px;
}

.page-title13 h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
	vertical-align: middle;
}

.page-title13 h2 span {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #00395E;
	vertical-align: top;
	margin-left:30px;
}

.news-box {
	clear: both;
	margin-bottom: 30px;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 10px;
}
.news-catch {
	float: left;
	width: 150px;
	height: 150px;
}
.news-text {
	float: right;
	width: 500px;
}

.news-title {
	font-weight:bold;
	font-size:18px;
}

.news a:link { color: #113C8F; text-decoration:none; font-weight:bold;}
.news a:visited { color: #113C8F; }
.news a:hover { color: #2695D6; }
.news a:active { color: #113C8F; }

.side-post {
	background-image: url(../images/dot_bg.png);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 15px;
}

.side-post h4 {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom:5px;
	margin-bottom:5px;
}

.side-inner2 {
	padding: 15px 10px;
	background-color: #FFF;
}

.side-inner2 ul li {
	border-bottom: 1px dashed #D6D6D6;
	padding-bottom:8px;
	margin-bottom:10px;
}

.side-inner2 ul li:last-child {
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.side-inner2 a:link { color: #113C8F; text-decoration:none; font-weight:bold;}
.side-inner2 a:visited { color: #113C8F; }
.side-inner2 a:hover { color: #2695D6; }
.side-inner2 a:active { color: #113C8F; }

.titlebar7 {
    color: #0071bc;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
	margin-top:15px;
	line-height: 1.5em;
}
.postarea {
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #DCDCDC;
}

.day2 {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: right;
	font-weight:bold;
	color:#0693D2;
}

.postarea img {
	width:100%;
	height:auto;
}



/*確認画面へ進むボタン用*/
.mw_wp_form_input input.submit{
	background:url(../images/contact/btn4.png) no-repeat;
	width:420px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.mw_wp_form_confirm input.submit{
	/*送信ボタン用*/
	background:url(../images/contact/btn5.png) no-repeat;
	width:301px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.back_button{
	/*戻るボタン用*/
	background:url(../images/contact/btn6.png) no-repeat;
	width:301px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.custom01 input[type="checkbox"] {
	display: inline-block;
}
.custom01 label::before {
	display: none;
}

.comment {
	font-size: 13px;
	color:#e93e10;
}

.ac_menu label {
	font-size: 22px;
	padding:  15px 40px 15px 20px;
	display: block;
	margin: 10px 0;
	color: #fff;
	background-color: #0071BC;
	cursor: pointer;
	background-image: url(../images/question/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.ac_menu input[type="checkbox"].bellows{
    display: none;
}

.ac_menu ul {
    transition: 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
    padding: 5px;
}

.ac_menu input[type="checkbox"].bellows + ul{
    max-height: 0;
	transition: 0.5s;
    overflow: hidden;
	padding:0;
	margin-top: 30px;
}

.ac_menu input[type="checkbox"].bellows:checked + ul{
    max-height: 50em;
	transition: 0.5s;
	margin-top:30px;
	padding-bottom: 30px;
}

.ac_menu label span {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    float: left;
}

.ac_menu ul span {
    color: #0071bc;
    font-size: 26px;
    font-weight: bold;
	display:block;
	margin-bottom:10px;
}

#pr {
	padding-left:80px;
	padding-right:50px;
}

/* 2016.11.17 カツラ制作の流れ */

.making h4 {
	margin-bottom: 20px;
}

.making .stepbox {
	margin-top: 30px;
}

.making .stepbox h5 {
	margin-bottom: 20px;
}

.making .stepbox .img {
	width: 340px;
	float: left;
}

.making .stepbox .txt {
	width: 330px;
	float: right;
}

.making h4.mt30 {
	margin-top: 30px;
}

.catalogbg.making {
    background-image: url(../images/catalog/making_title-image.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 360px;
}

/* 2017.2.8 医療用かつらについて */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*クリアフィックス*/
.cf:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.medical_mv {
	margin-top: 20px;
    position:relative;
    overflow:hidden;
    width:100%;
    height:360px;
	background-image: url(../images/pori_bg2.png);
}

.medical_mv img {
    position:absolute;
    left:50%;
    width:1697px;
    height:360px;
    margin-left:-848px;
}

#medical section {
	margin-bottom: 40px;
}

#medical h3 {
	margin-bottom: 20px;
}

#medical h4 {
	font-size: 24px;
	color: #00395e;
	font-weight: bold;
	border-bottom: 2px solid #00395e;
	margin-bottom: 20px;
	line-height: 2;
}

#medical h5 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}

#medical p {
	margin-bottom: 10px;
}

#medical .fw_b {
	font-weight: bold;
}

#medical a {
	color: #0db6fc;
	font-weight: bold;
}

#medical a:hover {
	color: #0db6fc;
}

#medical #medical01 .img {
	margin-bottom: 10px;
}

#medical #medical02 .cf p {
	width: 48%;
	float: left;
}

#medical #medical02 .cf p:first-child {
	margin-right: 10px;
}

#medical #medical02 table {
	width: 90%;
	margin: 0 auto;
}

#medical #medical02 table th {
	background: #00395e;
	color: #fff;
	border: 5px solid #fff;
	font-weight: bold;
	width: 30%;
	padding: 5px;
}

#medical #medical02 table td {
	background: #fffadc;
	color: #00395e;
	border: 2px solid #fff;
	font-weight: bold;
	width: 70%;
	padding: 5px 0 5px 20px;
}

#medical #medical02 .pink {
	color: #e20035;
	text-align: center;
}

#medical #medical03 .karte .img {
	width: 219px;
	margin-right: 10px;
}

#medical #medical03 .karte .txt {
	width: 450px;
	height: 200px;
	padding: 20px;
	color: #00395e;
	background: #fedfa8;
	font-weight: bold;
}

#medical #medical03 .karte .img,
#medical #medical03 .karte .txt {
	float: left;
}

#medical #medical03 .mt20 {
	margin-top: 20px;
}

#medical #medical03 .bottom_img {
	margin-top: 30px;
}

/* 2017.2.14 NtureTopの特長 記事追加 */

.strong_msg img {
	float: right;
	margin-left: 10px;
}

/* 2017.2.14 選ばれる理由 */

.line-height_short {
	line-height: 2.5;
}

/* 2017.2.14 お問い合わせ 文言追加 */

h4.contents_h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px;
	color: #0071bc;
}

/* 2017.2.15 TOP 選ばれる理由 */

div.pointbox-left .point-text {
    height: auto;
}

div.pointbox-left .point-text a {
    color: #0db6fc;
    font-weight: bold;
    text-decoration: underline;
}

div.pointbox-left .point-text a:hover {
    color: #0db6fc;
}

/* 2017.2.15 商品情報 */

.goto_medical {
	text-align: center;
	margin-top: 20px;
}

.goto_medical a {
	text-decoration: none;
	desplay: inline-block;
	background: #0071bc;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.goto_medical a:hover {
	opacity: 0.75;
}
