@charset "UTF-8";

/* ---------------------------------------------------
   File: soukan.css
   Version: 1.0.0
   Update: 2020-08-28
   Author: https://flowlab.co.jp

   (c)2007-2020 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




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

   WIDE DESKTOP LAYOUT

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

/* ====================================================
		Layout
==================================================== */
.contents {
  padding: 0 100px;
}
#main {
    padding-bottom: 0;
  background-color: #fff;
}

/* -------------------------------
		Message
------------------------------- */
#message {
  font-size: 1.02em;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2.4em;
  padding: 150px 0 0 100px;
}




/* ====================================================
		Title
==================================================== */
#message h1 {
  color: #4d4d4d;
  font-size: 80px;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  /*display: inline-block;*/
  padding: 0;
  margin: 0 auto 60px;
  text-align: center;
}
#message h1:before {
  content: '';
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 20px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #808080;
  border-radius: 2px;
}

/* -------------------------------
		Update Month
------------------------------- */
#updateMonth {
  text-align: center;
  color: #808080;
  font-size: 24px;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1em;
  padding-bottom: 70px;
}





/* ====================================================
		Message Contents
==================================================== */
#messageContents div {
  display: inline-block;
  vertical-align: bottom;
}

/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  width: 60%;
  padding-bottom: 55px;
  padding-right: 3.6399%;
}
_::-webkit-full-page-media, _:future, :root #messageContents .txtBox {
  padding-right: 3.35%;
}
#messageContents .txtBox p {
  margin-bottom: 1.5em;
}

/* photoNone */
#messageContents .photoNone {
  width: auto;
  padding-right: 100px;
}
_::-webkit-full-page-media, _:future, :root #messageContents .photoNone {
  padding-right: 0;
}

/* Decoration */
#messageContents .txtBox .txt_c {
  text-align: center;
}
#messageContents .txtBox .txt_r {
  text-align: right;
}
#messageContents .txtBox .txt_indent {
  text-indent: 1em;
}


/* -------------------------------
		Photo
------------------------------- */
#messageContents .photo {
   width: 36%;   
}

/* -------------------------------
		Photo02
------------------------------- */
#messageContents .photo02 {
  width: 100%;  
  
}

Photo03
------------------------------- */
#messageContents .photo03 {
  width: 100%;
 
}

Photo04
------------------------------- */
#messageContents .photo04 {
  width: 100%;
  
}

Photo05
------------------------------- */
#messageContents .photo05 {
  width: 100%;
  
}
/* ====================================================
		Profile
==================================================== */
#profile {
  color: #4d4d4d;
  background: #ededed;
  padding-bottom: 80px;
}
#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 0;
  float: left;
}

/* -------------------------------
		Sign
------------------------------- */
#profile #sign {
  width: 260px;
  padding-top: 50px;
  float: right;
}
#profile #sign img {
  width: 100%;
  height: auto;
}

/* -------------------------------
		Dl
------------------------------- */
#profile dl {
  width: 36%;
  margin-top: 20px;
  letter-spacing: .5px;
  font-size: 1.05em;
  padding-right: 20px;
  float: left;
}
#profile dl dt,
#profile dl dd {
  padding-bottom: 8px;
}
#profile dl dt {
  width: 8em;
  font-weight: 400;
  text-align: right;
  margin-right: 1em;
  float: left;
}
#profile dl dd {
  font-weight: 500;
}

/* profile 2 */
#profile dl.profile2 {
  border-left: 1px solid #dedede;
  padding-left: 50px;
}




/* ====================================================
		Footer
==================================================== */







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

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  
/* ====================================================
		Message Contents
==================================================== */
/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  padding-right: 3.5%;
}
  
/* photoNone */
#messageContents .photoNone {
  width: auto;
  padding-right: 100px;
}
_::-webkit-full-page-media, _:future, :root #messageContents .photoNone {
  padding-right: 0;
}

}



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

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {
  
/* ====================================================
		Layout
==================================================== */
.contents {
  padding: 0 6%;
}
/* -------------------------------
		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
==================================================== */
#profile {
  padding-bottom: 50px;
}

/* -------------------------------
		Dl
------------------------------- */
#profile dl {
  width: 40%;
}
  
  
/* ====================================================
		Footer
==================================================== */


}



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

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {
  
/* ====================================================
		Layout
==================================================== */
.contents {
  padding: 0 6%;
}
  
/* -------------------------------
		Message
------------------------------- */
#message {
  padding: 100px 6% 0;
}
  
  
/* ====================================================
		Title
==================================================== */
#message h1 {
  color: #4d4d4d;
  font-size: 40px;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  /*display: inline-block;*/
  padding: 0;
  margin: 0 auto 25px;
  text-align: center;
}
#message h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 20px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #808080;
  border-radius: 2px;
}

/* -------------------------------
		Update Month
------------------------------- */
#updateMonth {
  text-align: center;
  color: #808080;
  font-size: 16px;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1em;
  padding-bottom: 40px;
}
  
  
/* ====================================================
		Message Contents
==================================================== */
#messageContents div {
  display: block;
  vertical-align: inherit;
}

/* -------------------------------
		Text Box
------------------------------- */
#messageContents .txtBox {
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#messageContents .photo {
  width: 100%;
}
  
  
/* ====================================================
		Profile
==================================================== */
#profile {
  padding-bottom: 50px;
}
  
/* -------------------------------
		Title
------------------------------- */
#profile h2 {
  width: 100%;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 20px;
  float: none;
}

/* -------------------------------
		Sign
------------------------------- */
#profile #sign {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
  float: none;
}
  #profile #sign img {
    width: 66%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

/* -------------------------------
		Dl
------------------------------- */
#profile dl {
  width: 100%;
  margin-top: 0;
  padding-right: 0;
  float: none;
}
#profile dl dt,
#profile dl dd {
  padding-bottom: 8px;
}
#profile dl dt {
  width: 6.7em;
  text-align: right;
  margin-right: 1em;
  float: left;
}
#profile dl dd {
}
#profile dl dd span {
  font-weight: 400;
  font-size: 0.85em;
}

/* profile 1 */
#profile dl.profile1 {
  padding-top: 20px;
}
  
/* profile 2 */
#profile dl.profile2 {
  border-left: none;
  padding-left: 0;
}
  
  
/* ====================================================
		Footer
==================================================== */
  
  
  
}