@charset "utf-8";

/* ----- base ----- */

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wrapper {
	/*width: 90%;*/
	margin: 0 auto;
	position: relative;
}

header {
	width: 100%;
	z-index: 10000;
	position: relative;
}

.logo {
	padding: 7px 0;
}
/*
a:link { color:#000;}
a:hover { color: #000;}
a:visited { color: #000;}
a:active { color: #000;}
*/
a { text-decoration: none;}

/* ----- style ----- */

.align-r { text-align: right;}
.align-l { text-align: left;}
.center {
	text-align: center;
	margin: 0 auto;
}

.valign-cener { vertical-align: middle;}

.float-l { float: left;}
.float-r { float: right;}

.tbl { display: table; table-layout:fixed;}
.tbl-c { display: table-cell;}

.p-fix { position: fixed;}

/* ----- space ----- */

.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mb-5 { margin-bottom: 5px;}
.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}
.mb-40 { margin-bottom: 40px;}

.p-2 { padding: 2px;}
.p-4 { padding: 4px;}
.p-8 { padding: 8px;}

.p-8_5p { padding: 8px 5%;}
.p-10_5 { padding: 10px 5px;}

.p-tb-5 { padding: 5px 0;}
.p-tb-10 { padding: 10px 0;}
.p-tb-20 { padding: 20px 0;}

.pt-68 { padding-top: 68px;}

.p-lr-5 { padding: 0 5px;}

/* ----- width height ----- */

.wid-1 { width: 5%;}
.wid-10 { width: 10%;}
.wid-20 { width: 20%;}
.wid-30 { width: 30%;}
.wid-40 { width: 40%;}
.wid-47 { width: 47%;}
.wid-48 { width: 48%;}
.wid-50 { width: 50%;}
.wid-55 { width: 55%;}
.wid-60 { width: 60%;}
.wid-70 { width: 70%;}
.wid-80 { width: 80%;}
.wid-90 { width: 90%;}
.wid-100 { width: 100%;}

.h2em { min-height: 2.3em;}

/* ----- bg ----- */

.bg-cl1 { background-color: #fef2f2;}
.bg-cl2 { background-color: #ffdadb;}
.bg-cl3 { background-color: #ffb5b6;}
.bg-cl4 { background-color: #ff9495;}
.bg-cl5 { background-color: #ff7677;}
.bg-cl6 { background-color: #ff6364;}
.bg-cl7 { background-color: #dd6765;}

.bg-cl8 { background-color: #fedcdd;}
.bg-cl9 { background-color: #fff6f6;}

.bg-point { background-color: #44c495;}
.bg-wh { background-color: #fff;}
.bg-pi { background-color: #ff7677;}

/*.bg-line {
	background: url(../images/ort_bg1.jpg);
}*/

/* ----- text ----- */

.txt-s-min { font-size: 13px;}
.txt-m-min { font-size: 14px;}

.txt-wh { color: #fff;}
.txt-cl6 { color: #ff6364;}

.lh-min { line-height: 120%;}
.lh-120 { line-height: 120%;}


.bold { font-weight: bold;}

/* ----- decoration ----- */

.dropshadow {
	box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.24);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.24);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.24);
}

.kadomaru-4 {
	border-radius: 4px;
}

.line-b {
	border-bottom: 4px #ffb5b6 solid;
}
.line-cl6 {
	border: 2px #ff6364 solid;
}
.line-cl6-lnone {
	border-top: 2px #ff6364 solid;
	border-right: 2px #ff6364 solid;
	border-bottom: 2px #ff6364 solid;
}

/* ----- icon ----- */

/*20150917
.icon {
	width: 1.2em;
	height: 1.2em;
	padding-right: 0.4em;
	display: inline-block;
	vertical-align: text-bottom;
}

.i-search {
	background: url(/smartphone/kyousei/inc/search_include/img/search-icon.png) no-repeat;
	background-size: contain;
}
*/

/* ----- search ----- */

.search-line {
	border-collapse: separate;
	border-spacing: 5px 0;
}

.search-tit {
	height: 28px;
}

.search-box {
	height: 87px;
}

.search-box a {
	color: #ff6364;
	display: block;
}

.search-area {
	line-height: 37px;
	text-align: center;
	vertical-align: middle;
	border: 2px #fff solid;
}

.search-pre-contents {
	display: -webkit-box; /* Android 2~4 */
	-webkit-box-pack: justify; /* Android 2~4 */
	display: -webkit-flex;
	display: -ms-flex;
	display: flex; /*フレキシブルボックス*/
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; /*子要素の折り返し設定*/
	text-align: center; /*センタリングは好みで*/
	margin: 0 5px;
}

.search-pre {
	width: 20%;
	margin: 0 0 5px 0;
	/*font-size: 11px;*/
	line-height: 41px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-flex: 1;
}

.search-way {
	height: 87px;
	background: url(/smartphone/kyousei/inc/search_include/img/ort_search-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.search-way-img {
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 2px;
}

.search-way-txt {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
}

.search-way-txt span {
	font-weight: bold;
	font-size: 13px;
}

.back-btn {
	width: 28px;
}

.bnr {
	width: 278px;
}

/*▽18/5/7追加*/
#breadcrumbs ul{
	margin:5px 10px;
}
#breadcrumbs li{
    border:none;
    display:inline;
    float:none;
    font-size: 85%;
}
#breadcrumbs li a, #breadcrumbs li a:first-of-type{
    background:none;
    display:inherit;
	height: 40px;
	line-height:180%;
	color: #006699;
}
/*△18/5/7追加*/


/* ----- pickup ----- */
.pickup_img {
	position: absolute;
	width: 128px;
}

.pickup_txt {
	min-height: 86px;
	padding: 8px 17px 8px 128px;
}

/* ----- fav ----- */

.fav_contents {
	position: relative;
}

.fav_img {
	width: 60px;
	position: absolute;
	min-height: 60px;
}

.fav_txt {
	padding: 3px 15px 2px 70px;
	min-height: 56px;
}

.fav_yazi {
	width: 15px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 64px;
}

/* ----- menu ----- */


.box{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);

}

.menu-btn {
	width: 55px;
    cursor: pointer;
    z-index: 1;
	content: url(/smartphone/kyousei/inc/search_include/img/menu-btn.jpg);
}

/*==
.close {
	content: url(/smartphone/kyousei/inc/search_include/img/menu-close.jpg);
}
==*/

.menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.menu .menu_yazi {
	margin: 0 5%;
	text-align: right;
	padding-right: 22px;
}

.menu_contents {
	margin: 0 5%;
}

.menu ul {
    vertical-align: middle;
}

.menu li {
	border-left: 3px #ff6364 solid;
	line-height: 40px;
	padding-left: 6px;
	margin: 2px 0;
	font-size: 14px;
	background-image: url(/smartphone/kyousei/inc/search_include/img/menu-in-yazi.png);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 98% 50%;
}

.menu li a {
    display: block;
	color: #ff6364;
}

.open .menu {
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;

}


#contentsmenu li{
 list-style: none;
 overflow:hidden;
 border-bottom:1px solid #CCC;
}

#contentsmenu img{
	float:left;
}

#contentsmenu li a{
 display:block;
 position: relative;
 text-decoration:none;
 width:100%;
}

#contentsmenu li a::after{
 border-right: 4px solid #9E9E9E;
 border-top: 4px solid #9E9E9E;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 10px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 60px;
 width: 10px;
}

.gnavi-menu {
	float: right;
}

.gnavi-menu img {
	width: 40px;
}
.treat-nav li {
	margin-left:38px;
	list-style-type: decimal-leading-zero!important;
}

.treat-nav li a {
	display:block;
	padding:7px;
	color: #FF6364;
	font-weight: bold;
}

.treat-back {
	margin: 0 0 0 auto;
	width:60px;
}
/*190718追加*/
.img-underline{
	border-bottom:solid 4px #FF6364;
}
.centerd{
	text-align:center;
	color:#1F3655;

}
/*出し訳*/
 @media (min-width: 640px) {
	 .txt-a{
		 text-align: center;
		 color:#1F3655;
		 line-height: 120%;
		 min-height: 2.3em;
		 padding:10px 30px;
		 margin: 0 20px;
		 font-size:20px !important;
		 }
 }
 @media (max-width: 639px) {
	 	 .txt-a{
			 text-align: center;
			 color:#1F3655;
			 line-height: 120%;
			 min-height: 2.3em;
			 padding:10px 0;
		 margin:0 20px;
		 font-size:14px !important;
		 }
 }
 .arrow{
     position: relative;
     vertical-align: middle;
     text-decoration: none;
     }

 .arrow::after{
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     margin: auto;
     content: "";
     vertical-align: middle;
	 }
	 .a-right::after{
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FF6364;
    border-right: 2px solid #FF6364;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*20190904追加*/
.tieup-sptop{
	position: relative;
	height: 90px;
	border-bottom: 1px solid #eeece4;
	background-color: #ffffff;

}
a.tieup-sptop-target {
        position: relative;
    padding: 10px 30px 10px 10px;
    display: block;
    height: 70px;
}

.tieup-sptop__left {
    position: absolute;
    left: 10px;
    top: 10px;
	}
	img.tieup-img{
	width: 80%;
	border:solid 1px #FF7D7E;

	}
	.tieup-sptop__right {
	position: relative;
	padding: 0 0 0 80px;
}

p.tieup-sptop__title {
    overflow: hidden;
    padding-bottom: 2px;
    font-weight: bold;
    text-overflow: ellipsis;
    letter-spacing: -.2px;
    white-space: nowrap;
    line-height: 1.1;
    font-size: 1.5rem;
}
.tieup-sptop::before {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FF7D7E;
    border-right: 3px solid #FF7D7E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tieup-sptop::before, .tieup-sptop::after {
    position: absolute;
    top: 40px;
    right: 10px;
    margin: auto;
    content: " ";
    vertical-align: middle;
}
