@charset "utf-8";

/* ---------------------------------------------------
   File: message.css
   Version: 1.0.0
   Update: 2021-02-06
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */




/* ====================================================
		Header
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../message/images/ph_head.jpg") no-repeat right top;
	background-size: 1100px 320px;
}





/* ====================================================
		Message Contents
==================================================== */
#contentsBox {
  padding-top: 100px;
  padding-bottom: 0;
}
#messageContents div {
  display: inline-block;
  vertical-align: bottom;
}

/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  width: 50%;
  padding-bottom: 55px;
  padding-right: 3%;
}
_::-webkit-full-page-media, _:future, :root #messageContents .txtBox {
  padding-right: 3%;
}
#messageContents .txtBox p {
  margin-bottom: 1.5em;
}

/* -------------------------------
		Photo
------------------------------- */
#messageContents .photo {
  width: 46%;
}
#messageContents .photo img {
  width: 100%;
  height: auto;
}




/* ====================================================
		Profile
==================================================== */
#main section#profile {
  color: #4d4d4d;
  background: #ededed;
  padding-bottom: 80px;
  padding-top: 0;
  margin-top: 0;
}
#profile .txtBox {
  font-size: 0.9em;
  line-height: 1.6em;
  clear: both;
}
#profile .txtBox p {
  font-weight: 500;
}

/* -------------------------------
		Title
------------------------------- */
#profile h2 {
  width: 40%;
  color: #4d4d4d;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding: 70px 0 50px;
}

/* -------------------------------
		Sign
------------------------------- */
#profile #sign {
  width: 260px;
  padding: 50px 0 30px;
  float: right;
}
#profile #sign img {
  width: 100%;
  height: auto;
}

/* -------------------------------
		Dl
------------------------------- */
#profile .profile1,
#profile .profile2 {
  width: 49.5%;
  margin-top: 20px;
  letter-spacing: .5px;
  font-size: 1.05em;
}
#profile dl dt,
#profile dl dd {
  padding-bottom: 8px;
}
#profile dl dt {
  width: 32%;
  font-weight: 400;
  text-align: right;
  margin-right: 1em;
}
#profile dl dd {
  width: 64%;
  font-weight: 500;
}

/* profile 2 */
#profile .profile2 {
  border-left: 1px solid #dedede;
}





/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	
/* ====================================================
		Message Contents
==================================================== */
#contentsBox {
  padding-right: 0;
}
  
/* ====================================================
		Profile
==================================================== */
#main section#profile .comBox {
  width: auto;
}
#main section#profile {
  padding-left: 50px;
  padding-right: 50px;
}


  
}
  
  
 


/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {

	
/* ====================================================
		Layout
==================================================== */
.contents {
  padding: 0 6%;
}
  #main {
    padding-bottom: 0;
  }
/* -------------------------------
		Message
------------------------------- */
#message {
  padding: 140px 6% 0;
}
  
/* ====================================================
		Message Contents
==================================================== */
#messageContents div {
  display: block;
  vertical-align: inherit;
}

/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#messageContents .photo {
  width: 100%;
}
  
/* ====================================================
		Profile
==================================================== */
#main section#profile .comBox {
  width: auto;
}
#main section#profile {
  padding-left: 50px;
  padding-right: 50px;
}

/* -------------------------------
		Dl
------------------------------- */
#profile .profile1,
#profile .profile2 {
  width: 100%;
  margin-top: 0;
  letter-spacing: 0;
}
#profile dl dt,
#profile dl dd {
}
#profile dl dt {
  width: 20%;
}
#profile dl dd {
  width: 74%;
}

/* profile 2 */
#profile .profile2 {
  border-left: none;
}




}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {

  
/* ====================================================
		Layout
==================================================== */
.contents {
  padding: 0 6%;
}
#contentsBox {
  padding-top: 60px;
}
  
/* ====================================================
		Header
==================================================== */
  
/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../message/images/ph_head.jpg") no-repeat center top;
	background-size: 757px 220px;
}

  
/* ====================================================
		Message Contents
==================================================== */
#messageContents div {
  display: block;
  vertical-align: inherit;
}

/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#messageContents .photo {
  width: 100%;
}
  
  
/* ====================================================
		Profile
==================================================== */
#main section#profile .comBox {
  width: auto;
}
#main section#profile {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

/* -------------------------------
		Title
------------------------------- */
#profile h2 {
  width: 100%;
  color: #4d4d4d;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
  float: none;
  font-family: 'Bebas Neue', cursive;
}
#profile p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.4rem;
}

/* -------------------------------
		Sign
------------------------------- */
#profile #sign {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
  float: none;
}
  #profile #sign img {
    width: 74%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  
/* -------------------------------
		Dl
------------------------------- */
#profile .profile1,
#profile .profile2 {
  width: 100%;
  margin-top: 0;
  letter-spacing: 0;
}
#profile dl dt,
#profile dl dd {
  font-size: 1.4rem;
  text-align: left;
}
#profile dl dt {
  width: 100%;
  padding-bottom: 5px;
}
#profile dl dd {
  width: 100%;
  font-size: 1.6rem;
  padding-bottom: 20px;
}

/* profile 2 */
#profile .profile2 {
  border-left: none;
}

  
  
  
  
  
}

