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

/* reset css
==============================================================*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, form, figure {
        margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
        font-weight: normal;
}
table, td, th, tr, thead, tbody {
        border: none;
}
table th {
        text-align: left;
        font-weight: normal;
}
table {
        border-collapse: collapse;
}
ul, ol {
        list-style: none;
}
a {
        text-decoration: none;
}
a img {
        border: none;
}
img {
        vertical-align: bottom;
}
textarea {
        font-size: 1em;
}
header, footer, section, nav, figure, fugcaption {
        display: block;
}
input[type="submit"], input[type="image"] {
        border: none;
        margin: 0;
}
input[type="button"], input[type="submit"] {
        padding: 0;
        -webkit-appearance: none;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        cursor: pointer;
}
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"], input[type="search"],select {
        padding: 0 10px;
        border: 1px solid #999999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 2px;
        font-size: 15px;
        color: #666;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::-webkit-input-placeholder {
        color:#999999;
        opacity:1;
}
::-moz-placeholder {
        color:#999999;
        opacity:1;
}
:-moz-placeholder {
        color:#999999;
        opacity:1;
}
input:-ms-input-placeholder {
        color:#999999;
        opacity:1;
}
/* template */
html {
        overflow-y: scroll;
}
body {
        color: #333;
        background: #fff;
        font-size: 14px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.6;
        word-break: break-all;
        -webkit-text-size-adjust: 100%;
}
.pc{
    display:none!important;
}
.pc_in{
    display:none!important;
}
.sp{
    display:block!important;
}

a {
        color: #333;
}
/*	clearfix  */
.clearfix:after {
        content: "";
        height: 0px;
        display: block;
        clear: both;
}
#wrapper {
        width:100%;
        margin:0;
}
/* header gloval navi*/
#siteHead {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #e9eff5;
        z-index: 20;
}
.siteHeadIn {
        display:block;
}
.siteHeadL {
        width:100%;
        background:#fff;
        padding-top: 7px;
        text-align:center;
        margin:0 auto;
}
.siteHeadL h1 {
        background: url(../img_sp/top_logo.svg) no-repeat center top;
        background-size: cover;
        padding-top: 24%;
        text-indent: -9999px;
        width: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding-bottom:12px;
}
.siteLogo {
        background:#ffa2b6;
}

.siteHeadR {
        float: right;
        display:none;
}
.siteHeadR li {
        float: left;
        margin-left: 5px;
}
.siteHeadR li a {
        display: block;
        width: 184px;
        height: 32px;
        padding: 10px 0 0;
        background: #004aa0;
        border-radius: 0 0 5px 5px;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
}
.siteHeadR li a::before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 21px;
        margin-right: 8px;
        background: url(../img/ico_siteHead.png) 0 0 no-repeat;
        vertical-align: -5px;
}
.siteHeadR li a:hover {
        background: #0283de;
}
.siteHeadR li a.btnHeadRegist::before {
        background-position: 0 0;
}
.siteHeadR li a.btnHeadOrder::before {
        background-position: -17px 0;
}

h1 { display:none;}

/* gloval navi */
#gNav {
        position: relative;
        display:block;
        z-index: 10;
        width:100%;
        text-align:center;
        color:#fff;
        cursor:pointer;
}
#gNavMenu{
        display:block;
        width:100%;
        margin:0 auto;
        text-align:center;
}
.gNavIn {
        width: 100%;
        text-align:left;
        margin: 0 auto;
        overflow: hidden;
}
.sp_logo {
        width:50%;
        display:inline-block;
        text-align:left;
}
.sp_logo img{
        width:80%;
        text-align:left;
}
.sp_logo a{
        position:absolute;
        top:0%;
        left:2%;
        width:50%;
        text-align:left;
        margin-top:1%;
}
.sp_menu{
    background:#ffa2b6;
    border-bottom: solid 2px #fff;
    width: 100%;
}
.sp_menu_box{
    width:45%;
    display:inline-block;
    vertical-align:middle;
    text-align:right;
}
.sp_menu_box img{
    width:30%;
    display:inline-block;
    margin:3% 0 3% 4%;
}

/*
#gNav:before {
        font-family: FontAwesome;
        content: "メニュー　\f0c9";
        display: block;
        width:100px;
        height:100px;
        background:#f00;
        background: url(../images/sp_menu.png) 0 0 no-repeat;
        font-weight:bold;
}
*/
#gNav ul {
        display:none;
        line-height: 10%;
        /*最初は消しておく*/
}
#gNav li {
        display:inline-block;
        border-bottom: solid 2px #fff;
        width:50%;
        text-indent:-9999px;
        box-sizing:border-box;
        margin:0;
        padding:0;
}
#gNav li:nth-child(1) a{
  background: url(../images/sp_gnavi01.png) #ffa2b6 center center no-repeat;
  background-size: contain;
  border-right: solid 2px #fff;
}
#gNav li:nth-child(2) a{
  background: url(../images/sp_gnavi02.png) #ffa2b6 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(3) a{
  background: url(../images/sp_gnavi03.png) #ffa2b6 center center no-repeat;
  background-size: contain;
  border-right: solid 2px #fff;
}
#gNav li:nth-child(4) a{
  background: url(../images/sp_gnavi04.png) #ffa2b6 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(5) a{
  background: url(../images/sp_gnavi05.png) #ffa2b6 center center no-repeat;
  background-size: contain;
  border-right: solid 2px #fff;
}
#gNav li:nth-child(6) a{
  background: url(../images/sp_gnavi06.png) #ffa2b6 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(1) a:hover {
  background: url(../images/sp_gnavi01.png) #fd8ba3 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(2) a:hover {
  background: url(../images/sp_gnavi02.png) #fd8ba3 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(3) a:hover {
  background: url(../images/sp_gnavi03.png) #fd8ba3 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(4) a:hover {
  background: url(../images/sp_gnavi04.png) #fd8ba3 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(5) a:hover {
  background: url(../images/sp_gnavi05.png) #fd8ba3 center center no-repeat;
  background-size: contain;
}
#gNav li:nth-child(6) a:hover {
  background: url(../images/sp_gnavi06.png) #fd8ba3 center center no-repeat;
  background-size: contain;<D-d>
}
#gNav li a {
        position: relative;
        display: block;
        text-align: left;
        font-weight: bold;
        color: #000;
        top: 0px;
        height:0;
        padding-top:30%;
        background-size: contain;
}
/* PAGE PARTS
/* ボタン要素 ------------------- */
.btnArea {/* margin-topは各要素ごとに決めています */
        text-align: center;
}
.btnArea a,
.btnArea input{
        display: block;
        position: relative;
        padding: 17px 35px 16px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        font-weight: normal;
        font-size: 1.1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
}
.btnDouble{
        width: 590px;
        margin:30px auto 0;
        overflow:hidden;
}
.btnDouble li{
        float:left;
}
.btnDouble li:first-child{
        margin-right:18px;
}
.btnAnchor a{
        display:inline-block;
        position:relative;
        border:#004aa0 solid 1px;
        box-sizing:border-box;
        background:#ffffff;
        width: 100%;
        text-align:center;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color:#004aa0;
        font-size: 13px;
        padding:5px 0;
}
.btnAnchor a:hover{
        color:#0283de;
        border:#0283de solid 1px;
}

/* 横幅・構成 */
.btnSingle {
        margin: 0 auto;
        width:85%;
}
.btnDoubleS{
        width: 140px;
}
.btnDoubleL{
        width: 430px;
}
/* 色 */
.btnWhite {
        background: #fff;
        color: #004aa0;
}
.btnWhite:hover {
        background: #0283de;
        color: #fff;
}
.btnBlue {
        background: #004aa0;
        color: #fff;
}
.btnBlue:hover {
        background: #0283de;
        color: #fff;
}
.btnGray {
        background: #a0a0a0;
        color: #fff;
}
.btnGray:hover {
        background: #c4c4c4;
        color: #fff;
}
.btnRed {
        background: #d44343;
        color: #fff;
}
.btnRed:hover {
        background: #d75b5b;
        color: #fff;
}
/* ボタンアイコン位置 */
.btnArea .arwBlueRightL:after, .btnArea .arwWhiteRightL:after {
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -11px;
}
.btnArea .arwBlueLeftL:after, .btnArea .arwWhiteLeftL:after {
        position: absolute;
        top: 50%;
}
/* INDEX PAGE */
/* スクロール キービジュアル */
#indexContaine＃{
        position:relative;
}
.indexKvArea {
        text-align: center;
        background: #FFF;
        /*margin-top: 16%;*/
}
.indexKv {
    margin: 0 auto;
    overflow:hidden;
    padding:10px 0;
    zoom:0.7;
}
.indexKv img {
        width: 100%;
        margin-left:0%;
}
#loopslider {
    margin: 0 auto;
    width: 1440px;
    height: 313px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    padding:0px 10px 0 0;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
/*key visual bottom*/
.kv_bottom_obi{
    background: url(../images/top_head_bottom_bg.png) #fd8ba3 0 0 repeat;
    background-size:contain;
    width:100%;
    padding-bottom:38.5%;
    display:block;
}
.kv_bottom_cap{
    position:absolute;
    text-align:center;
    margin:0 auto;
    display:block;
    background: url(../images/sp_head_bottom_cap.png)  0 0 repeat;
    background-size:cover;
    padding-top:26%;
    width:92%;
    margin:4%;
}
/* topinfo_box3 */
.info_box3{
    background: url(../images/top_main_dot.png) 0 0 repeat;
    text-align:center;
}

/* topinfo_box3 */
.about_box{
    text-align:center;
}

.info_box3 p{
    width:90%;
    margin:0 auto;
    text-align:left;
    color:#767676;
    padding-top:5%;
    line-height:1.6rem;
    font-size:1.0rem;
    padding-bottom:5%;
}
.hero_wrap{
    margin:0 auto;
}
.hero_wrap img{
    width:100%;
}
.hero1,.hero2,.hero3{
    display:inline-block;
    width:90%;
    background:#fff;
    padding:5%;
    border:solid 1px #e7e7e7;
    border-radius:8%;
    box-sizing:border-box;
    margin-bottom:5%;
}
.hero1 span ,.hero2 span ,.hero3 span{
    margin-top:3%;
    display:block;
    color:#767676;
    font-size:0.8rem;
    text-align:left;
}
/*pick up member list*/
.title_cap{
    display:block;
    color:#ffa2b6;
    font-size:1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pmember_list{
    padding-top:7%;
    background: url(../images/model_bg.png) 0 0 repeat; 
    text-align:center;
}
.pmember_list h2{
    font-size:1.0rem;
    color:#767676;
    padding:2% 0 0.5%;
    margin:2%;
}
.pmember_list ul {
    display:inline-block;
    padding:2% 0;
    zoom: 0.7;
}
.pmember_list li {
    display:inline-block;
    margin:2%;
}

/*member list*/

.member_list_bg{
    background: url(../images/member_list_bg.png) 0 0 repeat; 
}

.member_list{
    padding-top:5%;
    text-align:center;
}
.member_list h2{
    font-size:1.0rem;
    color:#767676;
    padding:5% 0;
}
.member_list ul {
    display:inline-block;
    padding:2% 0;
    zoom: 0.7;
}
.tab-panel{
    min-height:500px;
}
.member_list li {
    display:inline-block;
    margin:2%;
}
.member_list ul.tab-menu {
    padding:0;
    margin:0;
}
.member_list .tab-menu li {
    display:inline-block;
    margin:0.5% 0;
}
.member_list .select_btn {
    display:inline-block;
    border:solid 3px #ffa2b6;
    background:#fff;
    color: #ffa2b6;
    font-size:1.0rem;
    font-weight:normal;
    margin:1%;
    line-height:2.5rem;
    border-radius:8px;
    width:10rem;
    height:10%;
    box-sizing:border-box;
}
.member_list .select_btn_active {
    display:inline-block;
    border:solid 3px #ffa2b6;
    background:#ffa2b6;
    color: #fff;
    font-size:1.0rem;
    font-weight:normal;
    margin:1%;
    line-height:2.5rem;
    border-radius:8px;
    width:10rem;
    height:10%;
    box-sizing:border-box;
}
/* cast_box3 */
.casting{
    background:#bee6ff;
    padding:8%;
    text-align:center;
}
.casting h2{
    font-size:1.0rem;
    color:#767676;
    padding:5% 0;
}
.cast_box4{
    text-align:center;
}
.cast_info_arrow{
    display:inline-block;
    width: 100%;
    padding:4%;
    text-align: center;
    box-sizing: border-box;
    text-align:center;
}
.cast_info_arrow{
    margin-right:0;
}

.cast_info_box{
    display:inline-block;
    width:90%;
    background:#fff;
    padding:20px 10px;
    border:solid 1px #e7e7e7;
    border-radius:10px;
    box-sizing:border-box;
    margin-bottom:2px;
    vertical-align: top;
}
.cast_info_box p{
    color:#46b7ff;
    font-size:1.2rem;
}
.cast_info_box span{
    border-top:solid 1px #46b7ff;
    margin-top:4px;
    padding-top:8px;
    display:block;
    color:#767676;
    font-size:0.8rem;
    text-align:left;
}
/*bottom links*/
.bottom_link_box{
    background: url(../images/top_main_dot.png) 0 0 repeat;
    text-align:center;
    margin-bottom:4%;
}
.bottom_link_box .flex{
        width: 85%;
        margin: 0 auto;
}
.bottom_content_wrap{
    display:inline-block;
    text-align:center;
}
.bottom_link_box .flogo{
    width:auto;
    text-align:center;
    display:inline-block;
    box-sizing:border-box;
    margin-top:5%;
}
.bottom_link_box .flogo span{
    margin-top:5%;
    text-align:center;
    color:#584a3b;
    font-size: 0.8rem;
}
.bottom_link_box .flogo img{
    margin-bottom:5px;
    width:50%;
}
.bottom_link_box ul{
    text-align:left;
    box-sizing:border-box;
    margin-top:5%;
    width:90%;
}
.bottom_link_box ul li a{
    line-height:1.2rem;
}
.bottom_link_box ul li{
    background: url(../images/footer_arrow_icon.png) 0px 7px no-repeat;
    text-indent:1.0rem;
    font-size:0.7rem;
    line-height:1.6rem;
    color:#000;
}
/* .bottom_link_box ul li:nth-of-type(2){
        width:50%;
}
.bottom_link_box ul li:nth-of-type(4){
        width:50%;
}
.bottom_link_box ul li:nth-of-type(6){
        width:50%;
}
.bottom_link_box ul li:nth-of-type(8){
        width:50%;
}
.bottom_link_box ul li:nth-of-type(9){
        width:100%;
} */
/* siteFoot*/
#siteFoot {
	background: #ffa2b6;
  height:45px;
  line-height:45px;
}
.siteFootCopy {
	margin-top: 2%;
	text-align: center;
	font-size: 0.8rem;
  color:#fff;
}
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 11;
}
.pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/btn_pagetop.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
}
.pageTop a:hover {
	background-position: 0 -50px;
}

.pageTop {
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 11;
}
.pageTop a {
        display: none;
}
.pageTop a:hover {
        background-position: 0 -50px;
}
/*smartPhone viewControll*/
.menu_open{
        display:block!important;
}
.menu_close{
        display:none;
}

.fixed{
        position: fixed!important;
        top: 0px;
        left: 0px
        z-index: 9999;
}

/* 下層
==========================================================*/

.contents_sub{
	width:96%;
	margin:0 auto;
    padding-top:5%;
    text-align:center;
}

.nagare, .nagare02 {
	width:98%; margin:0 auto;
    padding-top:3%;
    text-align:center;
}

h2.title_h2{ margin: 0 auto 2%; text-align: center; font-size: 20px; font-weight: bold; color:#ff87a6; display:block; }

h2.title2_h2{ margin: 3% auto 2%; text-align: center; font-size: 20px; font-weight: bold; color:#ff87a6; display:block; }

/*特徴*/
#sec_tokucho #tx_tokucho p{  font-size: 14px; color:#767676; text-align:left; }
#sec_tokucho #tx_tokucho span{  font-size: 14px; color:#ff6990; }
#sec_tokucho ul{ margin-top: 2%; }
#sec_tokucho ul li{ width: 46%; margin-right: 2%; margin-left:2%; text-align: center; float: left; }
#sec_tokucho ul li:last-child{ margin-right: none; }
#sec_tokucho ul li h3{ margin: 2% 0 2%; color: #00ccff; text-align: center; font-size: 16px; font-weight: bold; border: 3px solid #00ccff; border-radius: 5px; background-color:#FFFFFF; padding:3%; }
#sec_tokucho ul li p{  font-size: 14px; text-align: left; color:#666 }

.subttl01 { color:#ffba00; font-size: 26px; margin:20px 0 0 0; text-align: center; }

#sec_tokucho .riyuu { margin-top: 2%; width:96%; margin:0 auto; }
#sec_tokucho .riyuu li{ width: 96%; margin-right: 2%; margin-left:2%; text-align: center; float: none; }
#sec_tokucho .riyuu li:last-child{ margin-right: none; }
#sec_tokucho .riyuu li h3{ margin: 2% auto 1%; color: #ff6990; text-align: center; font-size: 20px; font-weight: bold; border: 1px solid #FFFFFF; border-radius: 3px; background-color:#FFFFFF; }
#sec_tokucho .riyuu li p{  font-size: 16px; text-align: left; color:#767676; }



/*導入事例*/
.nagare { width:90%; }
.nagare ul li { margin:2% 0; text-align:left; font-size:14px; }
.nagare ul li h3 { background-color:#ff6990; border-radius: 3px; color:#FFFFFF; padding:3% 1% 3% 1%; margin:1% 0 1% 0; }
.nagare ul li span { background-color:#FFFFFF;; border-radius: 3px; color:#ff6990; padding:2%; margin:2% 2% 0 0; }



/*機能一覧*/
#tx_tokucho02 p{  font-size: 14px; color:#666; text-align:left; wifth:96%; }
#tx_tokucho02 span{  font-size: 14px; color:#ff6990; }


.nagare02 { width:90%; }
.nagare02 ul li { margin:2% 0; text-align:left; font-size:14px; }
.nagare02 ul li h3 { background-color:#ffba00; border-radius: 3px; color:#FFFFFF; padding:3% 1% 3% 1%; margin:1% 0 1% 0; text-align:left; font-size:14px; }
.nagare02 ul li span { background-color:#FFFFFF; border-radius: 3px; color:#ffba00; padding:2%; margin:2% 2% 0 0;  font-size:14px; text-align:left;}

.entry_main { background-image:url(../entry/images/visual.jpg); background-repeat:repeat; text-align:center; background-size:200%; width:100%; }

.entry_main_in { width:96%; margin:0 auto; }

.entry_box { margin-bottom:2%; }

.title_cap_sub{
	margin:2% 0;
    display:block;
	text-align:center;
    color:#ffa2b6;
    font-size:1.0rem;
}

.title_cap_sub_s{
    display:block;
	text-align:center;
    color:#ffa2b6;
    font-size:0.6rem;
　  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title_cap_sub_s2{
    display:block;
	text-align:center;
    color:#ffa2b6;
    font-size:1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact_box01 { width:96%; margin:3% auto 0 auto; }

.news_box { width:100%; margin:0 auto; }
.news_title_h2 { margin: 0 auto 2%; text-align: center; font-size: 18px; color:#ff87a6; display:block; text-align:left; }
.news_date { text-align:right; border-bottom:1px dashed #ff87a6; margin-bottom:2%; }
.news_text { text-align:left; font-size:14px; margin-bottom:5%; }
.news_box_img {  margin-bottom:5%; }
.news_text_img_l { width:100%; float:none; }
.news_text_img_r { float:none; width:100%; text-align:left; font-size:14px; }

.about_title_h2 { margin: 0 auto 2%; text-align: center; font-size: 18px; color:#ff87a6; display:block; text-align:center; }
.about_title02_h2 { margin: 0 auto 5px; text-align: center; font-size: 18px; color:#7cc985; display:block; text-align:center; }
.about_text { text-align:center; font-size:14px; margin-bottom:5%; color:#767676; }

.about_ttl{
	float:none;
    display:inline-block;
    width:96%;
    height:auto;
    background:#fff;
    padding:2%;
    border:solid 1px #e7e7e7;
    border-radius:10px;
    box-sizing:border-box;
    margin:2% 0 2% 0;
	text-align:left; font-size:14px; color:#767676;
}
.about_ttl span { margin: 0 auto 5px; text-align: center; font-size: 16px; color:#ff87a6; display:block; text-align:center; display:block; }
.about_icon { width:20%; display:block; margin:0 auto; }

.company_box table { width:100%; margin-bottom:3%; }
.company_box table tr { border-bottom:1px dashed #ff87a6; font-size:14px; color:#767676; }
.company_box table tr th { width:96%; padding:2%; display:block; color:#ff87a6;}
.company_box table tr td { text-align:left; padding:2%; display:block; }


.member_ditail { width:100% margin:0 auto; }
.model_list_img_l { width:48%; float:left; margin:1% 1%; }

.prof-table { margin:3% 0; width:100%;}
.prof-table tr  { border-bottom:1px dashed #ff87a6; font-size:14px; color:#767676; }
.prof-table tr th { width:100%; padding:2%; display:block; }
.prof-table tr td { text-align:left; padding:2%;  display:block; }

.contact_btn01 { width:92%; padding:3%; margin:5% 1%; background-color:#7fc7ff; text-align:center; display:block;  border-radius:10px; }
.contact_btn01 a { color:#FFFFFF; text-align:center; font-size:18px; }




/* ▽ marukin ▽ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.hero_wrap_XX{
    width: 96%;
    margin: 0 auto;
}

.contents_sub_XX{
    width: 96%;
    margin: 0 auto;
    padding-top: 5%;
}


/*　トップ、「もっとみるボタン」　*/
p.btn_more{ margin-bottom: 30px; padding: 0 3%; text-align: center; }
p.btn_more a{ display: inline-block; max-width: 100%; width: 400px; padding: 8px 0; background: #ffa2b6; border-radius: 5px; color: #fff; font-size: 14px; text-align: center; }


/*モデル一覧表示*/
/*
.ul_member{ text-align: left; }
.ul_member li{ width: 140px; height: 200px; margin: 4px; background: #f3f3f3; overflow: hidden; vertical-align: middle; }
*/
.ul_member{ margin: 0 0 30px 3%; text-align: left; }
.ul_member li{ width: 31%; margin: 0 1% 10px 0; background: #f3f3f3; overflow: hidden; vertical-align: middle; }


/*お問い合わせフォーム*/
.must{ color: #ff87a6; font-size: 14px; }
.formBox{ width: 98%; margin: 30px auto 50px; }

.formBox table{ width: 100%; border-bottom: 1px solid #ff87a6; }
.formBox table caption{ padding-left: 10px; text-align: left; font-size: 18px; }
.formBox table caption span{ font-size: 14px; }
.formBox table th, .formBox table td{ display: block; width: 90%; padding: 10px 5%; border: 1px solid #ff87a6; font-size: 14px; }
.formBox table th{ background: #fff6f8; border-bottom: none; }
.formBox table td{ border-bottom: none; text-align: left; }

.formBox .caution{ font-size: 12px; color: #dc1444; }

.formBox [type='text'], .formBox [type='email'], .formBox [type='tel'], .formBox [type='number'], .formBox [type='url'], .formBox textarea, .formBox select{ width: 98%; padding: 5px 2% !important; border: 1px solid #ccc; border-radius: 3px; background: #fff; font-size: 14px !important; }
.formBox textarea{ height: 250px; }

.formBox input::-webkit-input-placeholder{ color: #ccc; font-weight: 400; }
.formBox input::-ms-input-placeholder{ color: #ccc; font-weight: 400; }
.formBox input::-moz-placeholder{ color: #ccc; font-weight: 400; }

.formBox .btnBox{ margin-top: 50px; text-align: center; }
.formBox .btnBox .cssBtn{ display: inline-block; padding: 10px 50px; background: #ff87a6; border-radius: 3px; color: #fff; font-size: 14px; }
.formBox .btnBox .cssBtn:hover{ background: #0cf; }

p.thanks{ text-align: center; font-size: 14px; }


/*登録フォーム*/
[name='email2'], [name='email_pc2']{ margin-top: 10px; }
[name='photo']{ display: inline-block; width: 90%; height: 40px; margin-bottom: 5px; padding: 10px 5%; border: 5px dashed #999; background: #f3f3f3; line-height: 1em; }
[name='age']{ width: 170px !important; }
[name='birth_y']{ width: 70px !important; }
[name='birth_m'], [name='birth_d']{ width: 50px !important; }


/*　NEWS共通　*/
/*　カテゴリー表示（共通設定のみ）　*/
.category{ padding: 2px 0; text-align: center; color: #fff; }


/*　（TOPページ表示用）NEWS一覧　*/
#ul_newsList_top{}
#ul_newsList_top li{ width: 48%; height: 400px; margin-right: 4%; overflow: hidden; float: left; }
#ul_newsList_top li:nth-child(2n){ margin-right: 0; }

#ul_newsList_top li *{ font-size: 12px; }
#ul_newsList_top li p{ text-align: left; }
#ul_newsList_top li .category{ display: block; }

#ul_newsList_top li .newsImgBox{ margin-bottom: 3px; }
#ul_newsList_top li .cate_date{ margin-bottom: 5px; color: #949494; text-align: right; }


/*　（NEWSページ）NEWS一覧　*/
#ul_newsList{}
#ul_newsList li{ width: 48%; height: 400px; margin-right: 4%; overflow: hidden; float: left; }
#ul_newsList li:nth-child(2n){ margin-right: 0; }

#ul_newsList li *{ font-size: 12px; }
#ul_newsList li p{ text-align: left; }
#ul_newsList li .category{ display: block; }

#ul_newsList li .newsImgBox{ margin-bottom: 3px; }
#ul_newsList li .cate_date{ margin-bottom: 5px; color: #949494; text-align: right; }


/*　NEWS詳細（ここだけ2カラム）　*/
#newsDetail_l{ width: 100%; margin-bottom: 50px; border-bottom: 1px solid #ccc; float: none; }
    .newsDetailTitle{ margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px dashed #ffa2b6; font-size: 20px; text-align: center; }
    #detail_cate_date{ margin-bottom: 30px; text-align: right; }
    #detail_cate_date .category{ display: inline-block; margin-right: 10px; padding: 0 10px; }

#newsDetail_r{ width: 100%; margin: 0 auto; float: none; }
    .h2NewsLeft{ margin-bottom: 20px; padding-bottom: 5px; font-size: 20px; text-align: center; }

    #h2NewsLeft_info{ border-bottom: 1px dashed #ffa2b6; color: #ffa2b6; }
    #h2NewsLeft_colmun{ border-bottom: 1px dashed #68bdff; color: #68bdff; }

    .ul_newsLeft{ margin-bottom: 40px; }
    .ul_newsLeft li{ margin-bottom: 20px; }
    .ul_newsLeft .newsLeft_l{ width: 37%; float: left; }
    .ul_newsLeft .leftDate{ margin: 3px auto; font-size: 12px; color: #949494; }
    .ul_newsLeft .newsLeft_r{ width: 60%; float: right; }
    .ul_newsLeft .newsLeft_r .newsTitle{ line-height: 1.3em; }
    .ul_newsLeft .newsLeft_r .newsTitle a{ font-size: 10px; }


/* Entry */
img#preview{ width: 100%; }



@media (max-width: 600px) {
    #ul_newsList_top li, #ul_newsList li{ height: 380px; }
}

@media (max-width: 500px) {
    #ul_newsList_top li, #ul_newsList li{ height: 350px; }
}

@media (max-width: 450px) {
    #ul_newsList_top li, #ul_newsList li{ height: 330px; }
}

@media (max-width: 400px) {
    #ul_newsList_top li, #ul_newsList li{ height: 310px; }
}

@media (max-width: 320px) {
    #ul_newsList_top li, #ul_newsList li{ height: 255px; }
}


/*（20221210）プライバシーポリシー */
.privacy_box *{ font-size: 13px; text-align: left; line-height: 1.7em; }
.privacy_box .mgn_b_20{ margin-bottom: 20px; }
.privacy_box .tx_r{ text-align: right; }
.privacy_box dl{}
.privacy_box dl dt{}
.privacy_box dl dd{ margin: 0 0 20px 30px; }
.privacy_box dl dd ul ul{}

.privacy_box dl dd ul.ul_num{ list-style-type: decimal; }
.privacy_box dl dd ul.ul_num > li{ padding-left: 10px; }

.privacy_box dl dd ul.ul_kakko{ margin-left: 2em; }
.privacy_box dl dd ul.ul_kakko li{ counter-increment: cnt; }
.privacy_box dl dd ul.ul_kakko li:before{ margin-left: -2em; content: "（" counter(cnt) "）"; }
/* △ marukin △ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* add 20210202 */
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
}
.flex_center{
    align-items: center;
}
