@charset "utf-8";

/* reset
================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,main,nav,section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

/* Setting */
html {

}


input,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
body {
	font-size: 16px;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #47516A;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

* html body { /* for IE6 */
	font-size: small;
}
	
*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	/**font-family: 'A-OTF-MaruFoProN';
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;**/
}

*:active, *:focus {
	outline: none;
}






/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #47516A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity:0.7;
}
/* iphoneのデフォルトstyleを無効*/
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
    -moz-appearance: none;
    appearance: none;
}
select {
    appearance: none;
}
.white{
	color: #FFFFFF;
	font-weight: bold;
}
.red{
	color: #8F111B;
	font-weight: bold;
}
.red-b{
	color: #ff0000;
	font-weight:bold;
}
.orange{
	color: #FFB584;
}
.orange-b{
	color: #FFB584;
	font-weight:bold;
}
.blue{
	color: #0000ff;
}
.blue-b{
	color: #0000ff;
	font-weight:bold;
}
.green{
	color: #009900;
}
#main p {
	line-height: 200%;
	display: block;
	overflow: hidden;
}
/**WordPress用**/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.pcnone {
	display:none !important;
}
.spnone {
	display:block !important;
}
.senone {
	
}
.seone {
	display:none !important;
}
/*=================================================

header

==============================*/

.topmg{
	margin-top: 125px;
}
#conteiner {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-position: center top;
	min-width:1050px;
	border-bottom: solid 2px #9BF1F3;
}
#main {
	padding-top: 0px;
	
}


/*=================================================

header

==============================*/
#header-out {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    height: 125px;
    background-color: #fff;
    width: 100%;
    /**box-shadow: 0 0px 20px #999;**/
    z-index: 4;
    position: fixed;
    top: 0px;
	
  
}
#header-out .topttl{
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
}

#header {
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	padding-top: 20px;
}


#header .logo {
    display: block;
    height: auto;
    width: 163px;
	padding-top: 10px;
}
#header .logo a img {
	height: auto;
	width: 100%;
	
}
#header .logo a {
	
}
#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}


#header .tell {
	width: 180;
	margin-right: 10px;
	margin-left: 10px;
}
#header .ster {
	width: 145px;
	margin-right: 10px;
}
#header .register {
	width: 115px;
}

#header .tell_sp img,
#header .ster_sp img,
#header .register_sp img{
	max-width: 100%;
}

#header .tell_sp,
#header .ster_sp,
#header .register_sp{
	display: none;
}



/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/


#gNavi {
    margin-bottom: 0px;
    width: 400px;
    z-index: 6;
	
}
#gNavi.fixd_head {
	position:fixed;
	width: 100%;
	 
}
#gNavi ul {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 10px;
}
#gNavi ul li {
	box-sizing: border-box;
	font-size: 12px;
	height: 54px;
	line-height: 54px;
	padding: 0 10px;
	text-align: center;
	border-right: solid 1px #CBCBCB;
	
}
#gNavi ul li:last-child {
	border-right: none;
}


#gNavi li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #47516A;
	
}
#gNavi li a span {
	/**display: none;**/
	
}
#gNavi li img {
	
	
}
#gNavi li a:hover {
	color: #ccc;
}
#gNavi li .this {
	color: #41bed7;
}

#slide-header {
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}


/*=================================================

footer

==============================*/
#footer-out {
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 1050px;
	background-color: #47516A;
	
}

footer {
	width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #47516A;
}


footer a {
	color: #001129;
}
footer .copy {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
footer .copy a {
	color: #001129;
}




/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 4;
}

#go-top a {
	display: block;
	width: 70px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 70px;
	width: 60px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 60px auto;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	min-width: 1050px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	
}
#breadCrumb ul {
	width: 1050px;
	margin:0 auto;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}
#breadCrumb ul li {
	display: inline;
	padding-right: 5px;
	font-size: 12px;
	color: #47516A;
}

#breadCrumb ul li a {
	color: #47516A;
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}


#f-btn {
	position: fixed;
	z-index: 2;
	top: 150px;
	right: 0px;
	padding-bottom: 0px;
	margin: auto;
	width: 80px;
}

#f-btn ul {	
	
}
#f-btn ul li {
	margin-bottom: 10px;
	border-radius: 5px 0px 0px 5px;
	box-shadow: 0 0px 10px #999;
	width: 80px;
	overflow: hidden;
}
#f-btn ul li:nth-of-type(1) {
	
}
#f-btn ul li:nth-of-type(1) .box1 {
	background-color: #47516A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#f-btn ul li:nth-of-type(1) .box1 p {
	/**writing-mode: vertical-rl;
	color: #fff;
	text-align: center;
	background-image: url(../img/icon_watch.png);
	background-position: center top 5px;
	background-repeat: no-repeat;
	padding-top: 35px;
	min-width: 22px;
	margin: 0px auto;**/
}
#f-btn ul li:nth-of-type(1) .box1 p span {
	display: none;
}
#f-btn ul li:nth-of-type(1) .box2 {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#f-btn ul li:nth-of-type(1) .box2 p {
	color: #565656;
	text-align: center;
	font-weight: bold;
}
#f-btn ul li:nth-of-type(1) .box2 p span,
#f-btn ul li:nth-of-type(1) .box2 p span a{
	color: #FF78A8;
	font-size: 25px;
	
}
#f-btn ul li:nth-of-type(2) {
	
}
#f-btn ul li:nth-of-type(2) .box1 {
	background-color: #9BF1F3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#f-btn ul li:nth-of-type(2) .box1 p {
	/**writing-mode: vertical-rl;
	color: #47516A;
	text-align: center;
	background-image: url(../img/icon_ster.png);
	background-position: center top 5px;
	background-repeat: no-repeat;
	padding-top: 35px;
	min-width: 29px;
	margin: 0px auto;**/
}
#f-btn ul li:nth-of-type(2) .box1 p span {
	display: none;
}
#f-btn ul li:nth-of-type(2) .box2 {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#f-btn ul li:nth-of-type(2) .box2 p {
	color: #565656;
	text-align: center;
	font-weight: bold;
}
#f-btn ul li:nth-of-type(2) .box2 p span,
#f-btn ul li:nth-of-type(2) .box2 p span a{
	color: #FF78A8;
	font-size: 25px;
	
}
#f-btn ul li img {
	max-width:100%;
	display: block;
	margin: 0 auto;
	
}

#f-btn ul li:first-child {
	
}
#f-btn ul li a {
	
}
#f-btn ul li a img:hover {
	opacity:0.8;
}



/*=================================================

conteiner

==============================*/


p .imgright {
	float: right;
	width:40%;
	margin-left: 10px;
	margin-bottom: 10px;
}
p .imgleft {
	float: left;
	width:40%;
	margin-right: 10px;
	margin-bottom: 10px;
}
p .img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
p .img100-l {
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

p .f-img01 {
	width:50%;
}

#mainvl {
	background-image: url(../img/mainvl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 467px;
	min-width: 1050px;
	z-index: 0;
	margin-bottom: 20px;
}

#mainvl img {
	display:none;
}





#main section.links,
#main div.links {
	margin-top: -125px;
	padding-top: 125px;
	
}



section .s_inner {
	width:1050px;
	min-width:1050px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
section .s_inner2 {
	width: 1050px;
	min-width:1050px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}




/*============================
slick
============================*/

.slider {
width: 90%;
margin: 0 auto 0;
}

.slick-slide img {
width: 100%;
height: auto;
}
.header_slider,
.case_slider{
width: 100%;
}
.header_slider .slick-slide{
margin: 5px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 46px;
    width: 46px;
    margin-top: -18px;
    color: #9BF1F3;
    line-height: 46px !important;
    cursor: pointer;
    z-index: 1;
    /**background: #806500;**/
    border-radius: 50%;
    font-size: 46px !important;
    text-align: center;
}
.slider-prev {
  left: 6%;
}
.slider-next {
  right: 6%;
}


header .slick-prev{
    left: 6%;
    right: auto;
}
header .slick-next{
    right: 6%;
    left: auto;
}

header .slick-prev:before,
.case .slick-prev:before{
    content: "\f104";

}
header .slick-next:before,
.case .slick-next:before{
	content: "\f105";
}

header .slick-prev:before, header .slick-next:before{
	font-family: FontAwesome;
	color: #333;
}
/*============================
.case
============================*/
.case {
	padding-bottom: 20px;
	min-width: 1050px;
    
}

.case_inner.inner{
	padding-top: 30px;
    max-width: 100%;
	background-image: url(../img/bg_popular_area.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1050px;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}
.pt2 .case_inner.inner{
	padding-top: 30px;
    max-width: 100%;
	background-image: url(../img/bg_subttl02_2.png),url(../img/bg_search_area02.png);
	background-repeat: no-repeat,repeat;
	background-position: center top,center top;
	min-width: 1050px;
	padding-bottom: 20px;
	background-color: #9BF1F3;
}
.pt3 .case_inner.inner{
	padding-top: 30px;
    max-width: 100%;
	background-image: url(../img/bg_subttl02.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1050px;
	padding-bottom: 20px;
	background-color: #fff;
}


.case_slider,
.case_slider2{
    padding: 10px 0;
}

.case_slider .slick-slide,
.case_slider2 .slick-slide{
margin: 5px 15px;
}


.case_slider .slick-prev:before, .case_slider .slick-next:before,
.mb_case_slider .slick-prev:before, .mb_case_slider .slick-next:before{
	font-family: FontAwesome;
}

.case_slider .slick-prev,
.case_slider .slick-next{
    transform: scale( 2.6 , 6.1 );
}

.case .slick-prev{
    left: 24%;
    right: auto;
}

.case .slick-next {
    right: 24%;
    left: auto;
}

/**スライダーコンテンツ**/
div .items {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fff;
	border-radius: 10px;
  box-shadow: 0 0px 6px #999;
}


div .items img {
	max-width:100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div .items ul {
	padding-top: 5px;
}
div .items ul li {
	display: inline-block;
	background: url(../img/icon_check.png) left 3px center no-repeat #F5F5F5;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 5px;
	margin: 3px;
	font-size: 12px;
}
div .items table {
	margin-bottom: 10px;
}
div .items table th {
	width: 45px;
	padding: 5px !important;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 10px;
}
div .items table th img {
	width:24px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div .items table td {
	padding: 5px;
	font-size: 14px;
}
div .items .btn {
background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
}
div .items .btn:hover {
	opacity:0.8;
	text-decoration:none;
}

div .items2 {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  box-shadow: 0 0px 6px #999;
}
div .items2 .date{
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
div .items2 .cate{
	color: #3DDDED;
	margin-bottom: 10px;
	display: block;
}


/**スライダーコンテンツここまで**/



/***フォーム***/

#main table.contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
#main table.contact tr th {
	text-align: left;
	font-weight: normal;
	padding: 10px;
	vertical-align: middle;
	width: 350px;
	
}
#main table.contact tr td {
	padding: 10px;
}
#main table.contact.pt2 tr th {
	text-align: left;
	font-weight: normal;
	padding: 10px;
	vertical-align: middle;
	width: 100%;
	display: block;
	box-sizing: border-box;
	
}
#main table.contact.pt2 tr td {
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
#main .contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
#main .contact tr:first-child {
	/**border-top-style: none;**/
}
#main .contact tr th div {
	background-color: #47516A;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}
#main .contact tr th div .red {
	color: #FFB483;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	line-height:40px;
}
#main .contact tr td .pd2 {
	padding-top: 10px;
	display:block;
}
#main .contact tr th .pdd {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .contact tr td ul {
}
#main .contact tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main table.contact tr td .pt01 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
#main table.contact tr td .pt02 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 30%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
#main .contact tr td .pt5 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 25%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing:border-box;
}
#main .contact tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}

#main table.contact tr td textarea {
	font-size: 16px;
	color: #a09e9e;
	min-height: 100px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}
#main .fbtn {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}

#main .fbtn input {
	line-height: 40px;
	background-color: #17375e;
	text-align: center;
	height: 40px;
	width: 170px;
	font-size: 16px;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.fbtn button {
	border: none;
	background-color: transparent;
}
.fbtn #send {
	cursor: pointer;
	
}
.fbtn #send img {
	max-width:100%;
}

#main .contact tr td label {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
}






/**subpage**/

#main .t-center {
	text-align: center;
}
#main .bold {
	font-weight: bold;
}

#main .txt120 {
	font-size: 120%;
}
#main .txt110 {
	font-size: 110%;
}
#main .txt90 {
	font-size: 90%;
}
#main .txt80 {
	font-size: 80%;
}

.subpage .s_inner .form form h3 {
	background-color: #E2E2E2;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#main img.w100 {
	max-width:100%;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*margin left*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/*margin top*/
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
/*margin bottom*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}

/*padding*/
.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}

/*padding right*/
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*padding left*/
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
/*padding top*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/*padding bottom*/
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

#main  p.t_indent {
	text-indent: -16px;
	padding-left: 16px;
}
#main  p.t_indent2 {
	text-indent: -16px;
	padding-left: 16px;
	margin-left:16px;
}










/***ここから***/

#main .btnArea01{
	background-color: #F5F5F5;
}

#main .btnArea01 .s_inner{
	background-color: #F5F5F5;
}

#main .search_area{
	margin-top: -15px;
}

#main .search_area h2{
	min-height: 89px;
	background: url(../img/bg_ttl01.png) center bottom repeat-x;
	min-width: 1050px;
	text-align: center;
	font-weight: bold;
}
#main .search_area h2 span{
min-height: 89px;
	background: url(../img/icon_area.png) left center no-repeat, url(../img/bg_ttl_item01.png) right bottom no-repeat;
	display: inline-block;
	padding-left: 40px;
	padding-right: 70px;
	line-height: 89px;
}


#main .search_box{
	margin-top: -5px;
	background: url(../img/bg_search_area.png) center top no-repeat, url(../img/bg_search_area02.png) center top repeat;
	
}

#main .search_box .search_items{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
padding-top: 30px;
}
#main .search_box .search_items .f_box{
	width: 500px;
	padding-top: 10px;
margin-bottom: 30px;
}
#main .search_box .search_items .f_box h3{
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
#main .search_box .search_items .f_box h3 span{
	display: inline-block;
	background: url(../img/icon_search.png) left 5px center no-repeat;
	background-color: #fff;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:  solid 2px #9BF1F3;
	border-radius: 20px;
	
}
#main .search_box .search_items .f_box .box{
	background-color: #9BF1F3;
	border-radius: 5px;
	box-shadow: 0 0px 10px #999;
	padding: 20px;
}
#main .search_box .search_items .search_list{
	overflow: hidden;
	
}
#main .search_box .search_items .search_list li{
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	width: 105px;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: left;
}

#main .search_box .search_items .search_list li a{
background: url(../img/list01.png) right center no-repeat;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #47516A;
}
#main .search_box .search_items .search_list li.more{
	width: 450px;
}
#main .search_box .search_items .search_list li.more a{
background: url(../img/list02.png) right center no-repeat;
}
#main .search_box .search_items .search_list li.last{
	width: 450px;
}

#main .search_box .search_items .station_btn{
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 450px;
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  border: solid 3px #F5F5F5;
}
#main .search_box .search_items .station_btn a{
background: url(../img/list01.png) right center no-repeat;
	display: block;
	color: #47516A;
	font-weight: bold;
}
#main .search_box .search_items .station_btn a span{
background: url(../img/icon_station.png) left center no-repeat;
	display: inline-block;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#main .search_box .search_items .word_btn{
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 450px;
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  border: solid 3px #F5F5F5;
}
#main .search_box .search_items .word_btn a{
background: url(../img/list01.png) right center no-repeat;
	display: block;
	color: #47516A;
	font-weight: bold;
}
#main .search_box .search_items .word_btn a span{
background: url(../img/icon_word.png) left center no-repeat;
	display: inline-block;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#main .popular{
	
}

#main .popular h2{
	min-height: 89px;
	background: url(../img/bg_search_area02.png) center bottom repeat;
	min-width: 1050px;
	text-align: center;
	font-weight: bold;
}
#main .popular h2 span{
min-height: 89px;
	background: url(../img/bg_ttl_item02.png) left center no-repeat;
	display: inline-block;
	padding-left: 110px;
	line-height: 89px;
}




#main .infoBox{
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main .infoBox .f_box{
	width: 470px;
}

#main .infoBox .f_box .ttl_news{
	min-height: 100px;
	background: url(../img/bg_ttl_item03_2.png) center bottom no-repeat;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#main .infoBox .f_box .ttl_news span{
min-height: 100px;
	background: url(../img/icon_megaphone.png) left center no-repeat, url(../img/bg_ttl_item03.png) right bottom 12px no-repeat;
	display: inline-block;
	padding-left: 42px;
	padding-right: 60px;
	line-height: 100px;
}

#main .infoBox .f_box .ttl_info{
	min-height: 100px;
	background: url(../img/bg_ttl_item03_2.png) center bottom no-repeat;
	margin-bottom: 10px;
	font-weight: bold;
}
#main .infoBox .f_box .ttl_info span{
min-height: 100px;
	background: url(../img/icon_handshake.png) left center no-repeat;
	display: inline-block;
	padding-left: 42px;
	padding-right: 0px;
	margin-left: 80px;
	box-sizing: border-box;
	padding-top: 30px;
	
}


#main .infoBox .newsBox{
	
}
#main .infoBox .newsBox li{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: dotted 1px #E3E3E3;
	padding-bottom: 15px;
}
#main .infoBox .newsBox li .left{
	width: 170px;
	float: left;
}
#main .infoBox .newsBox li .left img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#main .infoBox .newsBox li .right{
	width: 280px;
	float: right;
}
#main .infoBox .newsBox li .right .date{
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#main .infoBox .newsBox li .right .cate{
	color: #3DDDED;
	margin-bottom: 10px;
	display: block;
}
#main .infoBox .textBox{
	background: url(../img/bg_item01.png) right bottom no-repeat #FFF0F1;
	border-radius: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#main .infoBox .textBox p{
	margin-bottom: 10px;
	line-height: 200%;
	font-weight: bold;
}
#main .infoBox .textBox p span{
	border-bottom: dashed 1px #FFA7AF;
}
#main .infoBox .btn {
background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #9BF1F3;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 15px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  margin-bottom: 10px;
  
}
#main .infoBox .btn:hover {
	opacity:0.8;
	text-decoration:none;
}
#main .infoBox .btn2 {
background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 15px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  margin-bottom: 10px;
  
}
#main .infoBox .btn2:hover {
	opacity:0.8;
	text-decoration:none;
}


#main .news{
	padding-top: 20px;
}
#main .news.pt2{
	background: url(../img/bg_search_area02.png) center top repeat #9BF1F3;
}

#main .news h2{
	min-height: 82px;
	min-width: 1050px;
	text-align: center;
	font-weight: bold;
}
#main .news h2 span{
min-height: 82px;
	background: url(../img/bg_ttl_item04.png) left center no-repeat;
	display: inline-block;
	padding-left: 110px;
	line-height: 89px;
}


#main .news .btn {
background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  max-width: 250px;
  margin-bottom: 10px;
}
#main .news .btn:hover {
	opacity:0.8;
	text-decoration:none;
}

#main .popular2{
	padding-top: 20px;
}

#main .popular2 h2{
	min-height: 94px;
	background: url(../img/bg_ttl_item05_2.png) center bottom no-repeat;
	text-align: center;
	min-width: 1050px;
	margin-bottom: 10px;
	font-weight: bold;
}
#main .popular2 h2 span{
min-height: 94px;
	background: url(../img/icon_karute.png) left center no-repeat, url(../img/bg_ttl_item05.png) right bottom 12px no-repeat;
	display: inline-block;
	padding-left: 35px;
	padding-right: 55px;
	line-height: 94px;
}



.popularList{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.popularList div{
	width: 500px;
	box-sizing: border-box;
	padding: 10px;
}
.popularList.pt2 div{
	width: 250px;
	box-sizing: border-box;
	padding: 10px;
}
.popularList h3{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #E3E3E3;
	font-weight: bold;
}
.popularList h4{
	margin-bottom: 10px;
	font-weight: bold;
}
.popularList.pt2 h3{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #E3E3E3;
	font-weight: bold;
	font-size: 11px;
}
.popularList.pt2 h4{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
}
.popularList h3 span{
	border-left: solid 1px #FFB483;
	padding-left: 10px;
}
.popularList ul{
	margin: 10px;
}
.popularList ul li{
	display: inline-block;
	font-size: 14px;
}
.popularList ul li:after{
	content: "/";
  margin-left: .5em;  
  margin-right: .5em;  
}
.popularList ul li:last-child:after{
	content: none;
}
.popularList.pt2 ul li:after{
	content: none;
	margin-left: 0em;  
  margin-right: 0em;
}
.popularList.pt2 ul li{
	background: url(../img/list04.png) left 3px center no-repeat;
  padding-left: 10px;
  font-size: 12px;
}


.policy{
	background-color: #9BF1F3;
}
.policy ul{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.policy ul li{
	width: 525px;
	padding: 8px;
	box-sizing: border-box;
}

.policy ul li div{
	background-color: #fff;
	border: solid 2px #F5F5F5;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.policy ul li div p{
	padding: 5px;
	font-size: 10px;
}
.policy ul li:nth-child(1) div p{
	background: url(../img/icon_privacy.png) left center no-repeat;
	padding-left: 40px;
}
.policy ul li:nth-child(2) div p{
	background: url(../img/icon_medals.png) left center no-repeat;
	padding-left: 40px;
}


.bottom_menu{
	background-color: #EAEAEA;
}
.bottom_menu ul{
	text-align: center;
	padding-top: 5px;
}
.bottom_menu ul li{
	display: inline-block;
	border-right: solid 1px #47516A;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}
.bottom_menu ul li:last-child{
	border-right: none;
}
.bottom_menu ul li a{
	
}

/***subpage***/

#main .subttl01{
	background: url(../img/bg_subttl01.png) center bottom no-repeat #9BF1F3;
	padding-bottom: 14px;
	padding-top: 14px;
}
#main .subttl01.pt2{
	background: url(../img/bg_subttl01_2.png) center bottom no-repeat #9BF1F3;
	padding-bottom: 14px;
	padding-top: 14px;
}
#main .subttl01.pt3{
	background: url(../img/bg_subttl01.png) center bottom no-repeat #9BF1F3;
	padding-bottom: 14px;
	padding-top: 14px;
}
#main .subttl01.pt4{
	background-image: none;
	background-color: #9BF1F3;
	padding-bottom: 14px;
	padding-top: 14px;
}
#main .subttl01.pt5{
	background: url(../img/bg_subttl01_3.png) center bottom no-repeat #fff;
	padding-bottom: 14px;
	padding-top: 14px;
}
#main .subttl01.pt6{
	background: url(../img/bg_subttl01_4.png) center bottom no-repeat #9BF1F3;
	padding-bottom: 14px;
	padding-top: 14px;
}

#main .subttl01 h1{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#main .subttl01 h1 span{
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
}
#main .subttl01.area h1 span{
	background: url(../img/icon_area.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.station h1 span{
	background: url(../img/icon_station.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.keyword h1 span{
	background: url(../img/icon_word2.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.search h1 span{
	background: url(../img/icon_search2.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.p404 h1 span{
	background: url(../img/bg_ttl_item02_.png) left center no-repeat;
	padding-left: 70px;
	min-height: 83px;
	box-sizing: border-box;
	padding-top: 20px;
}
#main .subttl01.about h1 span{
	background: url(../img/icon_about.png) left center no-repeat;
	padding-left: 45px;
}
#main .subttl01.sign-up h1 span{
	background: url(../img/icon_karute3.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.favorite h1 span{
	background: url(../img/icon_ster3.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.news h1 span{
	background: url(../img/icon_megaphone2.png) left center no-repeat;
	padding-left: 50px;
}
#main .subttl01.column h1 span{
	background: url(../img/icon_column.png) left center no-repeat;
	padding-left: 35px;
}
#main .subttl01.category h1 span{
	background: url(../img/icon_category.png) left center no-repeat;
	padding-left: 35px;
}
#main .subttl01.company h1 span{
	background: url(../img/icon_hospital3.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.terms h1 span{
	background: url(../img/icon_column2.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.sitemap h1 span{
	background: url(../img/icon_sitemap.png) left center no-repeat;
	padding-left: 30px;
}
#main .subttl01.contact h1 span{
	background: url(../img/icon_contact.png) left center no-repeat;
	padding-left: 35px;
}


#main .result{
	background-color: #F5F5F5;
	text-align: center;
	
}
#main .result p{
	display: inline-block;
	border-radius: 30px;
	background-color: #fff;
	padding: 5px 25px;
	font-weight: bold;
}
#main .result p span{
	color: #FFB483;
	font-size: 23px;
}

#main .result_item{
	

}

#main .ttl_sub01 {
	text-align: center;
	background: url(../img/icon_hospital.png) center top no-repeat,url(../img/bg_subttl02.png) center bottom no-repeat;
	padding-bottom: 25px;
	padding-top: 35px;
	font-weight: bold;
	margin-top: 20px;
}
#main .ttl_sub01_2 {
	text-align: center;
	background: url(../img/icon_hospital.png) center top no-repeat,url(../img/bg_subttl02.png) center bottom no-repeat;
	padding-bottom: 25px;
	padding-top: 35px;
	font-weight: bold;
	margin-top: 20px;
}
#main .ttl_sub01_3 {
	text-align: center;
	background: url(../img/bg_subttl02.png) center bottom no-repeat;
	padding-bottom: 25px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 19px;
}

#main .subtxt {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .subtxt2 {
	margin: 0 auto 20px auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	max-width: 650px;
}
#main .subtxt3 {
	margin: 0 auto 20px auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	max-width: 500px;
}
#main .subtxt4 {
	margin: 0 auto 20px auto;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
	max-width: 850px;
}
#main .subtxt4 p {
	font-size: 14px;
}
#main .subtxt5 {
	margin: 0 auto 20px auto;
	padding: 15px;
	box-sizing: border-box;
	max-width: 850px;
}
#main .subtxt6 {
	margin: 20px auto 20px auto;
	padding: 15px;
	box-sizing: border-box;
	max-width: 850px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  box-shadow: 0 0px 6px #999;
  border-radius: 20px;
  background-color: #fff;
}

#main .result_box{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 10px;
}
#main .result_box .left{
	width: 260px;
}
#main .result_box .left img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#main .result_box .right{
	width: 740px;
}

#main .result_box .right table{
	width: 100%;
}
#main .result_box .right table th{
	padding: 10px;
	text-align: left;
	background-color: #47516A;
	color: #fff;
	border: solid 1px #47516A;
}
#main .result_box .right table td{
	padding: 10px;
	border: solid 1px #47516A;
}

#main .result_box2{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 10px;
}
#main .result_box2 .left{
	width: 470px;
}
#main .result_box2 .left img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#main .result_box2 .right{
	width: 530px;
}

#main .result_box2 .right table{
	width: 100%;
}
#main .result_box2 .right table th{
	padding: 10px;
	text-align: left;
	background-color: #47516A;
	color: #fff;
	border: solid 1px #47516A;
}
#main .result_box2 .right table td{
	padding: 10px;
	border: solid 1px #47516A;
}

#main .result_bttoms{
	
}
#main .result_bttoms ul {
	padding-top: 5px;
}
#main .result_bttoms ul li {
	display: inline-block;
	background: url(../img/icon_check.png) left 3px center no-repeat #F5F5F5;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 5px;
	margin: 5px;
	font-size: 15px;
}


#main .actions{
	background-color: #47516A;
}
#main .actions ul{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
#main .actions ul li{
	width: 480px;
	padding: 8px;
	box-sizing: border-box;
}
#main .actions.pt2 ul li{
	width: 350px;
	padding: 8px;
	box-sizing: border-box;
}

#main .actions ul li a{
	background-color: #fff;
	border: solid 2px #F5F5F5;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	background: url(../img/list05.png) right 15px center no-repeat #fff;
	display: block;
}
#main .actions ul li a span{
	padding: 5px;
	display: inline-block;
	text-align: center;
}
#main .actions ul li.contact a span{
	background: url(../img/icon_phone.png) left center no-repeat;
	padding-left: 40px;
}
#main .actions ul li.keep a span{
	background: url(../img/icon_ster2.png) left center no-repeat;
	padding-left: 40px;
}
#main .actions ul li.other a span{
	background: url(../img/icon_karute2.png) left center no-repeat;
	padding-left: 40px;
}
#main .actions ul li.check a span{
	background: url(../img/icon_check2.png) left center no-repeat;
	padding-left: 40px;
}
#main .actions ul li.hospital a span{
	background: url(../img/icon_hospital.png) left center no-repeat;
	padding-left: 40px;
}

#main .actions2{
background: url(../img/bg_search_area02.png) center top repeat #f4f4f4;
}
#main .actions2 ul{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
#main .actions2 ul li{
	width: 480px;
	padding: 8px;
	box-sizing: border-box;
}

#main .actions2 ul li .btn1{
	display: block;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 20px 12px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
}
#main .actions2 ul li .btn2{
	display: block;
	background-color: #A3A3A3;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 20px 12px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
}


#main .result_case{
	background: url(../img/bg_search_area02.png) center top repeat;
}

#main .ttl_sub{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 40px;
}
#main .ttl_sub span{
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	padding: 10px 20px;
	min-width: 300px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 17px;
}
#main .ttl_sub_2{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

#main .ttl_sub02{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}
#main .ttl_sub02 span{
	background: url(../img/icon_karute.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
}
#main .ttl_sub03{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}
#main .ttl_sub03 span{
	background: url(../img/icon_hospital2.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
}
#main .ttl_sub04{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub04 span{
	background: url(../img/icon_karute2.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .ttl_sub05{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 25px;
}
#main .ttl_sub06{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub06 span{
	background: url(../img/icon_area.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub07{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub07 span{
	background: url(../img/icon_license.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub08{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub08 span{
	background: url(../img/icon_human.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub09{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub09 span{
	background: url(../img/icon_hospital.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub10{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub10 span{
	background: url(../img/icon_hospital_kit.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub11{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub11 span{
	background: url(../img/icon_word2.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub12{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub12 span{
	background: url(../img/icon_out.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub13{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub13 span{
	background: url(../img/icon_pen.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub14{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub14 span{
	background: url(../img/icon_calendar.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub15{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub15 span{
	background: url(../img/icon_tel.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .ttl_sub16{
background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 3px #9BF1F3;
	border-radius: 20px;
	width: 300px;
	box-sizing: border-box;
}
#main .ttl_sub16 span{
	background: url(../img/icon_mail.png) left 25px center no-repeat #fff;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#main .result_case .case_item{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
padding: 10px 0px;
margin-bottom: 20px;
}
#main .result_case .case_item li{
	box-shadow: 0 0px 6px #999;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	background-color: #fff;
	width: 250px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#main .result_case .case_item li .add{
	background: url(../img/icon_heart.png) left 10px center no-repeat #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 20px;
	border: solid 2px #47516A;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}
#main .result_case .case_item li .add span{
	
}
#main .result_case .case_item li .cont{
	
}
#main .result_case .case_item li .cont table{
	margin-bottom: 10px;
}
#main .result_case .case_item li .cont table tr{
	border-bottom: solid 1px #47516A;
}
#main .result_case .case_item li .cont table tr:last-child{
	border-bottom: none;
}
#main .result_case .case_item li .cont table tr:first-child{
	border-bottom: none;
}
#main .result_case .case_item li .cont table th{
	padding: 5px;
	font-size: 14px;
}
#main .result_case .case_item li .cont table th.name{
	font-size: 20px;
	padding-bottom: 20px;
}
#main .result_case .case_item li .cont table td{
	padding: 5px;
	font-size: 14px;
}
#main .result_case .case_item li .btn{
	background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
}
#main .result_case .case_item li .btn a{
	display: block;
}

#main .result_case .case_item li .btn:hover {
	opacity:0.8;
	text-decoration:none;
}

#main .btnArea{
	margin-bottom: 20px;
	text-align: center;
}
#main .btnArea a{
	border: solid 2px #47516A;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	background-color: #fff;
	display: inline-block;
}
#main .btnArea a span{
	background: url(../img/list06.png) right center no-repeat;
	padding-right: 25px;
}

#main .btnArea2{
	margin-bottom: 20px;
	text-align: center;
}
#main .btnArea2 a{
	border: solid 2px #FFB483;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	background-color: #FFB483;
	display: inline-block;
}
#main .btnArea2 a span{
	background: url(../img/list06.png) right center no-repeat;
	padding-right: 25px;
}



/**pagination　一覧ページ仕様**/
.pagenation {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 35px;
	width: auto;
}
.pagination h2 {
	display:none;
}
.pagination:after, .pagination div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
	margin: 0;
}
.pagenation li {
	list-style: none outside none;
	margin-left: 3px;
	display: inline-block;
}
.pagenation li:first-child {
	margin-left: 0px;
}
.pagenation li.active {
	background-color: #47516A;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 2px 10px;
	border: solid 1px #e9e9e9;
	display: inline;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.pagenation li.active {
	background-color: #47516A;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 2px 10px;
	border: solid 1px #e9e9e9;
	display: inline-blok;
}	
}
.pagenation li a {
	background: #fff;
	border-radius: 3px;
	color: #47516A;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	border: solid 1px #e9e9e9;
}
.pagenation li a:hover {
	background-color: #47516A;
	color: #fff;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}
/**pagination　一覧ページ仕様**/

#main .details{
	background: url(../img/bg_search_area02.png) center top repeat #f4f4f4;
}
#main .td_details{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main .td_details.pt2{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main .td_details th{
	width: 200px;
	padding: 20px;
	text-align: left;
	background-color: #47516A;
	color: #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #47516A;
	border-left: solid 1px #47516A;
	border-right: solid 1px #47516A;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#main .td_details th.last{
	border-bottom: solid 1px #47516A;
}
#main .td_details td{
	padding: 20px;
	border: solid 1px #47516A;
	background-color: #fff;
}

#main .search_sub{
	background: url(../img/bg_search_area02.png) center top repeat #fff;
}
#main .search_sub2{
	background: url(../img/bg_search_area02.png) center top repeat #f4f4f4;
}
#main .search_sub3{
	background: url(../img/bg_subttl01.png) center bottom no-repeat #9BF1F3;
}
#main .search_sub3_2{
	background: url(../img/bg_subttl01.png) center bottom no-repeat #9BF1F3;
}


#main .search_list01{
	overflow: hidden;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main .search_list01 li{
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	width: 140px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: left;
}

#main .search_list01 li a{
background: url(../img/list01.png) right center no-repeat;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #47516A;
}

#main .search_list02{
	overflow: hidden;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main .search_list02 li{
	background-color: #FFF;
	border: solid 2px #F5F5F5;
	text-align: center;
	padding: 5px;
	width: 200px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: left;
  font-size: 15px;
}

#main .search_list02 li a{
background: url(../img/list01.png) right center no-repeat;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #47516A;
}

#main .search_itemBox{
	border-bottom: dashed 2px #CFCFCF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	
}
.search_itemBox.pt2{
border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#main .search_itemBox:last-child{
	border-bottom: none;
	
}
#main .search_itemBox .box{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 6px #999;
	padding: 20px;
	overflow: hidden;
}
#main .search_itemBox .box .left{
	float: left;
	width: 45%;
	text-align: right;
}
#main .search_itemBox .box .right{
	float: right;
	width: 45%;
}
#main .search_itemBox .box input.inp01,
#main .search_itemBox .box select.inp01{
	width: 300px;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 5px;
	border: solid 1px #808080;
}
#main .search_itemBox .box input.inp01_2,
#main .search_itemBox .box select.inp01_2{
	width: 70%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 5px;
	border: solid 1px #808080;
	margin: 0 auto 10px auto;
	display: block;
}
#main .search_itemBox .box ul{
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 700px;
	margin: 0 auto;
}
#main .search_itemBox .box ul li{
	width: 47%;
	padding: 10px 0px;
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 10px;
}
#main .search_itemBox .box ul li label{
	
}
#main .search_itemBox .box table{
	width: 100%;
	margin-bottom: 20px;
}
#main .search_itemBox .box table th{
	border-bottom: solid 1px #EBEBEB;
	width: 40%;
	padding: 20px;
	text-align: right;
	box-sizing: border-box;
}
#main .search_itemBox .box table td{
	border-bottom: solid 1px #EBEBEB;
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
}

.search_itemBox .btn{
background: url(../img/list03.png) right 15px center no-repeat #fff;
	width: 350px;
	margin: 0 auto;
	padding: 10px 0px;
	border: solid 3px #EBEBEB;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #47516A;
	font-size: 18px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  cursor:pointer;
}

.search_itemBox .btn span{
	border: none;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/icon_search_big.png) left center no-repeat #fff;
	display: inline-block;
}

#main .search_itemBox .btn_back{
background: url(../img/list07.png) right 15px center no-repeat #C1C1C1;
	width: 350px;
	margin: 0 auto;
	padding: 10px 0px;
	border: solid 1px #C1C1C1;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  cursor:pointer;
}

#main .subttl_about{
	text-align: center;
	margin-bottom: 20px;
}
#main .subttl_about span{
	background: url(../img/bg_ttl_item02_.png) left center no-repeat;
	padding-left: 70px;
	min-height: 83px;
	box-sizing: border-box;
	padding-top: 20px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
#main .subttl_about span strong{
	background:linear-gradient(transparent 60%, #FFFF7E 0%) ;
	font-size: 20px;
}


#main .subttl_about02{
	min-height: 94px;
	background: url(../img/bg_ttl_item05_2.png) center bottom no-repeat;
	text-align: center;
	min-width: 1050px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 20px;
}
#main .subttl_about02 span{
min-height: 94px;
	background: url(../img/icon_about.png) left center no-repeat, url(../img/bg_ttl_item05.png) right bottom 12px no-repeat;
	display: inline-block;
	padding-left: 45px;
	padding-right: 55px;
	line-height: 94px;
}

#main .subttl_about03{
	min-height: 94px;
	background: url(../img/bg_ttl_item05_2.png) center bottom no-repeat;
	text-align: center;
	min-width: 1050px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 20px;
}
#main .subttl_about03 span{
min-height: 94px;
	background: url(../img/icon_hand.png) left center no-repeat, url(../img/bg_ttl_item05.png) right bottom 12px no-repeat;
	display: inline-block;
	padding-left: 35px;
	padding-right: 55px;
	line-height: 94px;
}

#main ul.point{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}
#main ul.point li{
	width: 300px;
	padding: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#main ul.point li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#main .adds{
	margin-bottom: 20px;
	padding-top: 20px;
}
#main .adds li{
	background-color: #F0F1F3;
	margin-bottom: 15px;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
#main .adds li .left{
	width:390px;
}
#main .adds li .right{
	width: 60px;
}
#main .adds li .left label{
	padding: 10px 0px;
	display: block;
}
#main .adds li .left input{
	
}
#main .adds li .right .btn{
	background-color: #47516A;
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.6);
}
#main .adds li .right .btn:hover{
	text-decoration: none;
	opacity: 0.8;
}

#main .search_itemBox2{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	
}

#main .search_itemBox2 .box{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 6px #999;
	padding: 20px;
	overflow: hidden;
}

#main .sign-up_items{
	
}
#main .sign-up_items label{
border: solid 3px #F0F1F3;
border-radius: 10px;
padding: 10px;
display: block;
margin-bottom: 20px;
box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
	
}
#main .sign-up_items input.item01{
	border: solid 1px #939292;
border-radius: 10px;
padding: 10px;
display: block;
width: 100%;
box-sizing: border-box;
}
#main .sign-up_items input.item02{
	border: solid 1px #939292;
border-radius: 10px;
padding: 10px;
display: inline-block;
width: 80%;
box-sizing: border-box;
}

#main .btnBox{
padding: 15px 5px;
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}

#main .sign-up_items button{
	
}

#main .btn01{
	background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #FFB483;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	width: 400px;
	box-sizing: border-box;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}

#main .btn_reload{
	background: url(../img/list07.png) right 5px center no-repeat;
	background-color: #FF78A9;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #FF78A9;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	width: 400px;
	box-sizing: border-box;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}
#main .btn_reload:hover{
	text-decoration: none;
	opacity: 0.8;
}

#main .btn01_l{
	background: url(../img/list03_2.png) left 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #FFB483;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	width: 40%;
	box-sizing: border-box;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}
#main .btn01_l.pt2{
	background: url(../img/list07_2.png) left 5px center no-repeat;
	background-color: #FFB483;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #FFB483;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	width: 40%;
	box-sizing: border-box;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}

#main .btn01_r{
	background: url(../img/list03.png) right 5px center no-repeat;
	background-color: #FFB483;
	color: #47516A;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #FFB483;
	border-radius: 10px;
	padding: 12px;
	font-size:15px;
	font-weight: bold;
	width: 40%;
	box-sizing: border-box;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}

#main .btn01_l.blank,
#main .btn01_r.blank{
	background-color: #cfcece;
	color: #47516A;
	border: solid 1px #cfcece;
}
#main .btn01_l.pt2.blank{
	color: #FFFFFF;
}

#main .bgBox01{
	background-color: #F0F1F3;
	padding: 10px;
}

#main .news_item{
	
}
#main .news_item li{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
border-bottom: dashed 3px #E3E3E3;
margin-bottom: 20px;
}
#main .news_item li .left{
	width: 260px;
	margin-bottom: 10px;
}
#main .news_item li .right{
	width: 740px;
}
#main .news_item li .left img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#main .news_item li .right p{
	
}
#main .news_item li .date{
	
}
#main .news_item li .cate{
	margin-bottom: 10px;
}

#main .btnArea3{
	margin-bottom: 20px;
	text-align: center;
}
#main .btnArea3 a{
	border: solid 2px #47516A;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	background-color: #47516A;
	color: #fff;
	display: inline-block;
}
#main .btnArea3 a span{
	background: url(../img/list06_2.png) right center no-repeat;
	padding-right: 25px;
}

#main .related {
	padding-top: 20px;
}
#main .related h2{
	min-height: 94px;
	text-align: center;
	background: url(../img/bg_ttl_item05_2.png) center bottom no-repeat;
	min-width: 1050px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .related h2 span{
min-height: 94px;
	background: url(../img/bg_ttl_item06.png) left bottom 12px no-repeat;
	display: inline-block;
	padding-left: 105px;
	padding-right: 5px;
	line-height: 94px;
}

#main .relatedList{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}

#main .relatedList div{
	width:  290px;
	border-right: dashed 1px #E3E3E3;
	box-sizing: border-box;
}

#main .relatedList div table{
	
}

#main .relatedList div table th{
	vertical-align: middle;
	padding: 10px;
	width: 80px;
}
#main .relatedList div table th h3{
	border-left: solid 1px #FFB483;
	padding-left: 10px;
	font-weight: bold;
	display: inline-block;
}
#main .relatedList div table td{
	padding: 10px;
}
#main .relatedList div table td a{
	background: url(../img/list04_2.png) left 2px center no-repeat;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 13px;
}


#main .popular3 h2{
	min-height: 82px;
	text-align: center;
	min-width: 1050px;
	margin-bottom: 0px;
	font-weight: bold;
}

#main .popular3 h2 span{
min-height: 82px;
	background: url(../img/icon_column.png) left center no-repeat, url(../img/bg_ttl_item05.png) right bottom no-repeat;
	display: inline-block;
	padding-left: 35px;
	padding-right: 55px;
	line-height: 82px;
}

#main .sub_ttl01{
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0px;
	border-bottom: solid 1px #C9CCD3;
	font-size: 17px;
}

#main .sub_ttl02{
	font-weight: bold;
	padding: 10px;
	background-color: #47516A;
	color: #fff;
	margin: 10px 0px;
	border-radius: 10px;
	font-size: 17px;
}

#main .list01 {
	margin-bottom: 10px;
}

#main .list01 li{
	margin: 2px 5px;
	display: inline-block;
	font-size: 13px;
}
#main .list01 li a{
	background: url(../img/list04_2.png) left 2px center no-repeat;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

#main .bgBox{
	background: url(../img/bg_search_area02.png) center top repeat #f4f4f4;
	padding: 20px 0px;
}

#main .colum_item01{
	overflow: hidden;
	margin-bottom: 30px;
}
#main .colum_item01 .left{
	float: left;
	width: 170px;
	padding: 5px;
	box-sizing: border-box;
	border: solid 2px #FF7EB3 ;
	border-radius: 10px;
}
#main .colum_item01 .right{
	float: right;
	width: 620px;
}
#main .colum_item01 img,
#main .colum_item02 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#main .colum_item02{
	overflow: hidden;
	margin-bottom: 30px;
}
#main .colum_item02 .left{
	float: left;
	width: 620px;
	
}
#main .colum_item02 .right{
	float: right;
	width: 170px;
	padding: 5px;
	box-sizing: border-box;
	border: solid 2px #00ACE5 ;
	border-radius: 10px;
}


#main .colum_ttl{
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid 1px #455068;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main .colum_ttl span{
	font-size: 16px;
	font-weight: normal;
	display: block;
}

#main .colum_faq01{
	overflow: hidden;
	margin-bottom: 30px;
}
#main .colum_faq01 .left{
	float: left;
	width: 135px;
	
}
#main .colum_faq01 .left p{
	background-color: #FF7EB3;
	color: #fff;
	padding: 5px;
	display: block;
	border-radius: 20px;
	text-align: center;
}
#main .colum_faq01 .right{
	float: right;
	width: 620px;
}
#main .colum_faq01 .right div {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width:  580px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FF7EB3;
  box-sizing: border-box;
  border-radius: 10px;
}

#main .colum_faq01 .right div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

#main .colum_faq01 .right div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #FF7EB3;
  z-index: 1;
}

#main .colum_faq01 img,
#main .colum_faq02 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#main .colum_faq02{
	overflow: hidden;
	margin-bottom: 30px;
}
#main .colum_faq02 .left{
	float: left;
	width: 620px;
	
}
#main .colum_faq02 .left div {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width:  580px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #00ACE5;
  box-sizing: border-box;
  border-radius: 10px;
}

#main .colum_faq02 .left div:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

#main .colum_faq02 .left div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #00ACE5;
  z-index: 1;
}

#main .colum_faq02 .right{
	float: right;
	width: 135px;
	
}
#main .colum_faq02 .right p{
	background-color: #00ACE5;
	color: #fff;
	padding: 5px;
	display: block;
	border-radius: 20px;
	text-align: center;
}

#main .list02 {
	margin: 10px 0px;
	display: block;
	
}

#main .list02 li{
	margin: 2px 5px;
	display: block;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
#main .list02 li a{
	padding: 3px;
	display: inline-block;
	color: #00A4E0;
}
