@charset "shift_jis";
/*
各設定
*/

/* ================================================================================
 明度の調節（lighten / darken）
 彩度の調節（ saturate / desaturate ）
透明度の調節
$bg-color: transparentize( $base-color, 0.8 );
$bg-color: rgba( $base-color, 0.2 );
================================================================================  */
/*
base color palette
http://www.colourlovers.com/palette/3293028/Christmas_Time
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* **************************************************
	old ie design
************************************************** */
#ieAttention {
  font-size: 14px;
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #aadbe8;
  margin: 10px;
  padding: 10px;
  position: relative; }

.ie {
  margin: 0;
  padding: 0;
  font-size: 100%; }

div.ie {
  position: relative; }

div.ie > button {
  position: absolute;
  top: 0px;
  right: 0px; }

dt.ie {
  padding-bottom: 10px;
  font-weight: bold; }

b.ie {
  padding-right: 15px;
  padding-bottom: 5px; }

a.ie {
  padding: 0px 5px;
  text-decoration: underline;
  color: #04405e;
  font-weight: bold; }

a.ie:hover {
  color: #b3058d; }

.ieAttention-close {
  font-size: 13px;
  color: #777;
  padding: 5px 10px;
  background-color: #eee;
  border: 1px solid #ccc; }

/* **************************************************
	共通
************************************************** */
* {
  outline: none !important; }

label {
  font-weight: normal;
  font-weight: 300; }

figure {
  display: block;
  margin: 0; }

i {
  font-style: normal; }

iframe {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); }
*::selection {
  background-color: #d4dcd6;
  color: #FFF; }

*::-moz-selection {
  background-color: #d4dcd6;
  color: #FFF; }
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  display: table;
  line-height: 0px;
  content: ""; }

/* **************************************************
 ボタン デフォルト
************************************************** */
.btn-base {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  line-height: 1em;
  font-size: inherit;
  color: #FFF;
  background-color: #0070C9;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear; }

.btn-base:hover,
.btn-base:focus,
.btn-base:active {
  color: #FFF;
  text-decoration: none;
  background-color: #00457d; }

/* **************************************************
 display ディスプレイ
************************************************** */
.disp-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.disp-d {
  display: block !important; }

.disp-t {
  display: table; }

.disp-tc {
  display: table-cell; }

.absolute {
  position: absolute;
  top: 0;
  left: 0; }

.relative {
  position: relative;
  top: 0;
  left: 0; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

/* **************************************************
	テキスト色 各種
************************************************** */
.c_d_red {
  color: #CC0000; }

.c_d_green {
  color: #3FA932; }

/* **************************************************
	テキスト段組 文字間
************************************************** */
.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.ls0 {
  letter-spacing: 0px !important; }

.ls1 {
  letter-spacing: -1px !important; }

.ls2 {
  letter-spacing: -2px !important; }

.ls3 {
  letter-spacing: -3px !important; }

.ls4 {
  letter-spacing: -4px !important; }

.ls5 {
  letter-spacing: -5px !important; }

.lh-1 {
  line-height: 1em; }

.lh {
  line-height: 1.1em; }

.lh12 {
  line-height: 1.2em; }

.lh15 {
  line-height: 1.5em; }

.br15em {
  line-height: 1.5em; }

.br2em {
  line-height: 2em; }

.br3em {
  line-height: 3em; }

.br30px {
  line-height: 30px; }

.br40px {
  line-height: 40px; }

.br-pc {
  display: block; }

@media (max-width: 768px) {
  .br-pc {
    display: inline; } }
.br-sp {
  display: inline; }

@media (max-width: 768px) {
  .br-sp {
    display: block; } }
.nakaten {
  display: inline-block;
  margin: 0 -0.2em; }

.ws-normal {
  white-space: normal; }

.ws-nowrap {
  white-space: nowrap; }

.fs-italic {
  font-style: italic !important; }

.fw-normal {
  font-weight: normal !important; }

.fw-bold {
  font-weight: bold !important; }

.fs70 {
  font-size: 70% !important; }

.fs80 {
  font-size: 80% !important; }

.fs90 {
  font-size: 90% !important; }

.fs110 {
  font-size: 110% !important; }

.fs120 {
  font-size: 120% !important; }

.fs130 {
  font-size: 130% !important; }

.fs140 {
  font-size: 140% !important; }

.fs150 {
  font-size: 150% !important; }

.fs10px {
  font-size: 10px !important; }

.fs11px {
  font-size: 11px !important; }

.fs12px {
  font-size: 12px !important; }

.fs13px {
  font-size: 13px !important; }

.fs14px {
  font-size: 14px !important; }

.fs15px {
  font-size: 15px !important; }

.fs16px {
  font-size: 16px !important; }

.fs17px {
  font-size: 17px !important; }

.fs18px {
  font-size: 18px !important; }

.fs19px {
  font-size: 19px !important; }

.fs20px {
  font-size: 20px !important; }

.fs22px {
  font-size: 30px !important; }

/* **************************************************
	余白共通　マージン
************************************************** */
.mg0 {
  margin: 0 !important; }

.mgt0 {
  margin-top: 0px !important; }

.mgt5 {
  margin-top: 5px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgt60 {
  margin-top: 60px !important; }

.mgt70 {
  margin-top: 70px !important; }

.mgt80 {
  margin-top: 80px !important; }

.mgt90 {
  margin-top: 90px !important; }

.mgt100 {
  margin-top: 100px !important; }

.mgt-5 {
  margin-top: -5px !important; }

.mgt-10 {
  margin-top: -10px !important; }

.mgt-15 {
  margin-top: -15px !important; }

.mgt-20 {
  margin-top: -20px !important; }

.mgt-25 {
  margin-top: -25px !important; }

.mgt-30 {
  margin-top: -30px !important; }

.mgt-35 {
  margin-top: -35px !important; }

.mgt-40 {
  margin-top: -40px !important; }

.mgl0 {
  margin-left: 0px !important; }

.mgl5 {
  margin-left: 5px !important; }

.mgl10 {
  margin-left: 10px !important; }

.mgl15 {
  margin-left: 15px !important; }

.mgl20 {
  margin-left: 20px !important; }

.mgl30 {
  margin-left: 30px !important; }

.mgl40 {
  margin-left: 40px !important; }

.mgl50 {
  margin-left: 50px !important; }

.mgl60 {
  margin-left: 60px !important; }

.mgl70 {
  margin-left: 70px !important; }

.mgl80 {
  margin-left: 80px !important; }

.mgl90 {
  margin-left: 90px !important; }

.mgl100 {
  margin-left: 100px !important; }

.mgl-5 {
  margin-left: -5px !important; }

.mgl-10 {
  margin-left: -10px !important; }

.mgl-15 {
  margin-left: -15px !important; }

.mgl-20 {
  margin-left: -20px !important; }

.mgl-25 {
  margin-left: -25px !important; }

.mgl-30 {
  margin-left: -30px !important; }

.mgl-35 {
  margin-left: -35px !important; }

.mgl-40 {
  margin-left: -40px !important; }

.mgr0 {
  margin-right: 0px !important; }

.mgr5 {
  margin-right: 5px !important; }

.mgr10 {
  margin-right: 10px !important; }

.mgr15 {
  margin-right: 15px !important; }

.mgr20 {
  margin-right: 20px !important; }

.mgr30 {
  margin-right: 30px !important; }

.mgr40 {
  margin-right: 40px !important; }

.mgr50 {
  margin-right: 50px !important; }

.mgr60 {
  margin-right: 60px !important; }

.mgr70 {
  margin-right: 70px !important; }

.mgr80 {
  margin-right: 80px !important; }

.mgr90 {
  margin-right: 90px !important; }

.mgr100 {
  margin-right: 100px !important; }

.mgr-5 {
  margin-right: -5px !important; }

.mgr-10 {
  margin-right: -10px !important; }

.mgr-15 {
  margin-right: -15px !important; }

.mgr-20 {
  margin-right: -20px !important; }

.mgr-25 {
  margin-right: -25px !important; }

.mgr-30 {
  margin-right: -30px !important; }

.mgr-35 {
  margin-right: -35px !important; }

.mgr-40 {
  margin-right: -40px !important; }

.mgb0 {
  margin-bottom: 0px !important; }

.mgb5 {
  margin-bottom: 5px !important; }

.mgb6 {
  margin-bottom: 6px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.mgb15 {
  margin-bottom: 10px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.mgb40 {
  margin-bottom: 40px !important; }

.mgb50 {
  margin-bottom: 50px !important; }

.mgb60 {
  margin-bottom: 60px !important; }

.mgb70 {
  margin-bottom: 70px !important; }

.mgb80 {
  margin-bottom: 80px !important; }

.mgb90 {
  margin-bottom: 90px !important; }

.mgb100 {
  margin-bottom: 100px !important; }

.mgb-5 {
  margin-bottom: -5px !important; }

.mgb-10 {
  margin-bottom: -10px !important; }

.mgb-15 {
  margin-bottom: -15px !important; }

.mgb-20 {
  margin-bottom: -20px !important; }

/* **************************************************
	余白共通　パッディング
************************************************** */
.pd0 {
  padding: 0 !important; }

.pdt0 {
  padding-top: 0px !important; }

.pdt5 {
  padding-top: 5px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pdt40 {
  padding-top: 40px !important; }

.pdt50 {
  padding-top: 50px !important; }

.pdt60 {
  padding-top: 60px !important; }

.pdt70 {
  padding-top: 70px !important; }

.pdt80 {
  padding-top: 80px !important; }

.pdt90 {
  padding-top: 90px !important; }

.pdt100 {
  padding-top: 100px !important; }

.pdl0 {
  padding-left: 0px !important; }

.pdl5 {
  padding-left: 5px !important; }

.pdl10 {
  padding-left: 10px !important; }

.pdl15 {
  padding-left: 15px !important; }

.pdl20 {
  padding-left: 20px !important; }

.pdl30 {
  padding-left: 30px !important; }

.pdl40 {
  padding-left: 40px !important; }

.pdl50 {
  padding-left: 50px !important; }

.pdl60 {
  padding-left: 60px !important; }

.pdl70 {
  padding-left: 70px !important; }

.pdl80 {
  padding-left: 80px !important; }

.pdl90 {
  padding-left: 90px !important; }

.pdl100 {
  padding-left: 100px !important; }

.pdr0 {
  padding-right: 0px !important; }

.pdr5 {
  padding-right: 5px !important; }

.pdr10 {
  padding-right: 10px !important; }

.pdr15 {
  padding-right: 15px !important; }

.pdr20 {
  padding-right: 20px !important; }

.pdr30 {
  padding-right: 30px !important; }

.pdr40 {
  padding-right: 40px !important; }

.pdr50 {
  padding-right: 50px !important; }

.pdr60 {
  padding-right: 60px !important; }

.pdr70 {
  padding-right: 70px !important; }

.pdr80 {
  padding-right: 80px !important; }

.pdr90 {
  padding-right: 90px !important; }

.pdr100 {
  padding-right: 100px !important; }

.pdb0 {
  padding-bottom: 0px !important; }

.pdb5 {
  padding-bottom: 5px !important; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdb15 {
  padding-bottom: 15px !important; }

.pdb20 {
  padding-bottom: 20px !important; }

.pdb30 {
  padding-bottom: 30px !important; }

.pdb40 {
  padding-bottom: 40px !important; }

.pdb50 {
  padding-bottom: 50px !important; }

.pdb60 {
  padding-bottom: 60px !important; }

.pdb70 {
  padding-bottom: 70px !important; }

.pdb80 {
  padding-bottom: 80px !important; }

.pdb90 {
  padding-bottom: 90px !important; }

.pdb100 {
  padding-bottom: 100px !important; }

/* **************************************************
 form
************************************************** */
/*
入力形式
input[type="datetime"]
input[type="datetime-local"]
input[type="date"]
input[type="month"]
input[type="time"]
input[type="week"]
input[type="url"]
input[type="color"]
*/
.flat input[type="text"], .flat input[type="text"]:hover, .flat input[type="text"]:focus, .flat input[type="text"]:active,
.flat input[type="password"], .flat input[type="password"]:hover, .flat input[type="password"]:focus, .flat input[type="password"]:active,
.flat input[type="email"], .flat input[type="email"]:hover, .flat input[type="email"]:focus, .flat input[type="email"]:active,
.flat input[type="tel"], .flat input[type="tel"]:hover, .flat input[type="tel"]:focus, .flat input[type="tel"]:active,
.flat input[type="number"], .flat input[type="number"]:hover, .flat input[type="number"]:focus, .flat input[type="number"]:active,
.flat select,
.flat select:hover,
.flat select:active,
.flat select:focus,
.flat textarea,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }

input[type=text]::selection,
input[type=password]::selection,
input[type="email"]::selection,
input[type="tel"]::selection,
input[type="number"]::selection,
textarea::selection {
  /*color: #555555 !important;*/
  background-color: #d4dcd6 !important;}

input[type=text]::-moz-selection,
input[type=password]::-moz-selection,
input[type="email"]::-moz-selection,
input[type="tel"]::-moz-selection,
input[type="number"]::-moz-selection,
textarea::-moz-selection {
  /*color: #555555 !important;*/
  background-color: #d4dcd6 !important; }

.flat input[type="text"],
.flat input[type="password"],
.flat input[type="email"],
.flat input[type="tel"],
.flat input[type="number"],
.flat textarea {
  border: 2px solid #ccc;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.flat input[type="text"] {
  line-height: 2em; }

.flat textarea {
  line-height: 1.4em;
  padding: 5px; }

.flat input[type="text"]:hover,
.flat input[type="text"]:focus,
.flat input[type="text"]:active,
.flat input[type="password"]:hover,
.flat input[type="password"]:focus,
.flat input[type="password"]:active,
.flat input[type="email"]:hover,
.flat input[type="email"]:focus,
.flat input[type="email"]:active,
.flat input[type="tel"]:hover,
.flat input[type="tel"]:focus,
.flat input[type="tel"]:active,
.flat input[type="number"]:hover,
.flat input[type="number"]:focus,
.flat input[type="number"]:active,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  border: 2px solid #FF6666; }

.flat select {
  display: inline-block;
  position: relative;
  border: 2px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  padding-left: 5px;
  color: #555555;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxNzQwOUIyN0MzMzExRTM5MDg4RTA0NEFEMTY3RkE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxNzQwOUIzN0MzMzExRTM5MDg4RTA0NEFEMTY3RkE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUEyM0E2RjU3QzMyMTFFMzkwODhFMDQ0QUQxNjdGQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUEyM0E2RjY3QzMyMTFFMzkwODhFMDQ0QUQxNjdGQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7yNpRUAAAA60lEQVR42mL8//8/AzJgZGRE4Wd01IoLfvyz4D0/S8KMiuaXyHLoesH68RlY1VDN8//nv2NApi4QX2ZkZ7Jqa2j9gs9AJgYcAGrYNqhhIKAL4oPEGfAArAZuXOTDDNS8FMi0RZOyBYmD5Ik28N6Ta4wnruvOBzL9cOjxA8mD1BFl4Oypi7uBVCwDfhALVUdapBACJEUKuYAFXaCysrIHSBUTobcXiEsIurC9vR2kaCkBw5amZseWEp1sLDQvxwOpTTgM2wSSV5LR+k+0gf5xW/4Cc0U0kHkYTeowSBwkj8vpVM96jNQuHAACDACG0nsq+kmFEwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.flat select:hover,
.flat select:active,
.flat select:focus {
  background-color: #FF6666;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxNzQwOUI2N0MzMzExRTM5MDg4RTA0NEFEMTY3RkE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxNzQwOUI3N0MzMzExRTM5MDg4RTA0NEFEMTY3RkE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzE3NDA5QjQ3QzMzMTFFMzkwODhFMDQ0QUQxNjdGQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzE3NDA5QjU3QzMzMTFFMzkwODhFMDQ0QUQxNjdGQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6O/uTLAAAAlklEQVR42mL4//8/AzJGB0AxcSDeDqKxyGFgBnwGAvn8QHzpPwSAaH6yDQSyuYD44H9UAOJzkWwgkGYG4o3/sQOQODPRBt57co0RSC/+jx8shqojbCAQ9/wnDvRgM5ARPSIYGRkZiAXYUgUTA5UBExZbifYyTmdjiWXqRQrVkw2BhH2YrIRNk6yHpEkSWjhIElM4AAQYAK4ffpUgMbk4AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right center;
  border: 2px solid #FF6666;
  color: #FFFFFF; }

.flat option {
  color: #000;
  background-color: #FFFFFF; }

.flat input[type="radio"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 18px;
  background: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: inherit; }

.flat input[type="radio"]:hover,
.flat input[type="radio"]:focus,
.flat input[type="radio"]:active {
  border: 2px solid #FF6666;
  opacity: 1; }

.flat input[type="checkbox"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  margin: 0px 3px 0 0;
  position: relative;
  vertical-align: inherit; }

.flat input[type="checkbox"]:hover,
.flat input[type="checkbox"]:focus {
  border: 2px solid #ccc; }

.flat label {
  font-weight: normal;
  cursor: pointer; }

.flat label.label-file {
  font-weight: normal;
  position: relative;
  background-color: #FF1E7A;
  color: #fff;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.flat label.label-file:hover {
  background-color: #B5386A; }

.flat input[type="file"].none-file {
  position: absolute;
  width: 300px;
  top: 30px;
  opacity: 0;
  background-color: red; }

.flat label.flat-label:hover input[type="radio"]:active,
.flat label.flat-label:hover input[type="radio"]:checked,
.flat input[type="radio"]:active,
.flat input[type="radio"]:checked,
.flat label.flat-label:hover input[type="checkbox"]:active,
.flat label.flat-label:hover input[type="checkbox"]:checked,
.flat input[type="checkbox"]:active,
.flat input[type="checkbox"]:checked {
  background-color: #FF6666;
  border: 2px solid #FF6666; }

/* **************************************************
	各種エフェクト
************************************************** */
a,
a:hover,
a:before,
a:after,
a > div,
a:hover > div,
a > div:before,
a:hover > div:before,
a > div:after,
a:hover > div:after,
button,
button:before,
button:after,
.register-h2,
.register-label > span,
.register-text,
.register-select,
.test {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }

.transition-1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.transition-2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.transition-3 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* **************************************************
	回転する
************************************************** */
@-webkit-keyframes RotateAria {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
/*!
 * oblurlay v0.1.1
 *
 * Licensed under MIT
 * Author : blivesta
 *
 */
.oblurlay-upper {
  height: 70px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: #ccc; }

.oblurlay-contents {
  position: relative;
  height: 70px; }

.oblurlay-contents-clone {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .9; }

.oblurlay-svg {
  height: 70px; }

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

 メインビジュアル

================================================================================  */
.main-visual,
.main-visual-bg {
  box-sizing: content-box; }

.main-visual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 900px;
  /*
  font-size: 12px;
  */
  font-size: 13px;
  background-color: transparent;
  background-image: url("/image/pcm/assets/images/main_visual.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; }

.main-visual-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 900px;
  margin: -380px 0 0 -550px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.main-visual-upper {
  position: relative;
  width: 520px;
  /*height: 640px;*/
  margin: 0 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden; }

.main-visual-upper.loginform{
	height: 650px;
}
.main-visual-lower {
  position: relative;
  width: 520px;
  height: 100px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden; }

.main-visual-register {
  position: relative;
  top: 0;
  left: 0;
  /*height: 640px;*/
  margin: 0;
padding: 0 0 10px;
  background-color: rgba(233, 233, 233, 0.75);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); }

.main-visual-register.loginform{
	height: auto;
	padding-bottom: 20px;
}
.main-visual-outh {
  position: relative;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 245, 0.55) 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); }

.main-visual-h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 51%;
  bottom: 30%;
  width: 50%;
  max-width: 580px;
  min-width: 500px; }

.main-visual-h1 > span {
  position: relative;
  display: block;
  white-space: nowrap;
  /*
  font-family: 'Lato', 'Mplus 1p';
  font-weight: 100;
  */
  font-family: YuGothic,"游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 50px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 40px white, 0 0 50px white, 0 0 60px white, 0 0 70px white, 0 0 80px white;
  color: #FC5185;
}

.main-visual-h1 > span:last-child {
  text-align: right; }

.main-visual-circle {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 180px;
  height: 196px;
  background-color: #FC5185;
  background: url(/image/pcm/assets/images/badge.png?a) no-repeat; }

.badgetxt-wrap {
  width: 134px;
  height: 103px;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0 auto; }

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

 登録フォーム

================================================================================  */
.register-header {
  margin: 10px 10px 20px;
  padding: 10px 0 0 0; }

.register-h2 {
  position: relative;
  width: 49%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 15px;
  color: #e6e6e6;
  background-color: #BBB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center; }

.registration > .register-h2:first-child {
  float: left; }

.registration > .register-h2:last-child {
  float: right; }

.register-h2.active {
  color: #fff;
  background: #5cacde; }

.register-h2.passive {
  cursor: pointer; }

.register-h2.passive:hover {
  color: #fff;
  background-color: #a5cae2; }

.register-h2 > div {
  display: table-cell;
  width: 500px;
  height: 50px;
  vertical-align: middle; }

.register-form,
.login-form {
  margin: 0; }

.register-form * {
  margin: 0;
  padding: 0;
  line-height: 6px; }

.login-form {
  display: none;
  height: auto;
  margin: 0 20px; }

.login-form.modal_reg{
	display: block;
}

.register-form {
  margin: 0; }

.register-ul {
  margin: 0 30px; }

.register-ul > li {
  position: relative; }

.register-ul > li:last-child {
  position: relative;
  height: auto; }

.register-ul > li > div.left {
  position: absolute;
  top: 0px;
  left: 0;
  width: 9em;
  white-space: nowrap; }

.register-ul > li > div.left:after {
  content: '必須';
  position: relative;
  top: 0px;
  display: inline-block;
  padding: 3px 4px;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 1px;
  background-color: #f6a4bd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

.register-ul > li > div.left > span.disp-ib {
  letter-spacing: .3em; }

.register-ul > li > div.left > span.disp-ib.short {
  letter-spacing: -.1em;
  margin: 0 3px 0 0; }

.register-ul > li > div.left > span.disp-ib.long {
  letter-spacing: 1em;
  margin: 0 -.7em 0 0; }

.register-ul > li > div.left > div.hint {
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 90%;
  line-height: 1em;
  color: #364F6B; }

.register-ul > li > div.right {
  margin: 0 0 0 9em; }

.register-varidate {
  padding: 2px 0 0 5px;
  height: 20px;
  line-height: 1em;
  overflow: hidden;
  color: red; }

.register-label {
  position: relative;
  display: inline-block;
  line-height: 1em;
  overflow: hidden;
  margin: 0 5px 5px 0;
  cursor: pointer; }

.register-label > input {
  position: absolute;
  top: -20px;
  left: -20px; }

.register-label > span {
  position: relative;
  display: block;
  padding: 10px 12px 10px 10px;
  /*color: #696969;*/
  color: #000;
  font-weight:500;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em; }

.register-label > span > i {
  opacity: 1; }

.register-label:hover > span {
  color: #fff;
  background-color: #F4A249; }

.register-label:hover > span.male {
  background-color: #F4A249; }

.register-label input:checked + span {
  background-color: #f23557;
  color: white; }

.register-label input:checked + span.male {
  background-color: #2D5EA8; }

.register-label input:checked + span > i {
  opacity: 1; }

.alert-text {
	display:none;
	color:#f00;
	margin: 0 0 5px;
}

.login-text,
.register-text {
  width: 300px;
  height: 30px;
  color: #000;
  text-indent: .3em;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}



input.login-text::-webkit-input-placeholder {
    color: #888 !important;
}
input.login-text:-ms-input-placeholder {
    color: #888 !important;
}
input.login-text::-moz-placeholder {
    color: #888 !important;
    opacity: 1;
}
input.register-text::-webkit-input-placeholder {
    color: #888 !important;
}
input.register-text:-ms-input-placeholder {
    color: #888 !important;
}
input.register-text::-moz-placeholder {
    color: #888 !important;
    opacity: 1;
}
/*
.login-text :placeholder-shown,
.register-text :placeholder-shown {
  color: #AAA; }
.login-text ::-webkit-input-placeholder,
.register-text ::-webkit-input-placeholder {
  color: #AAA; }
.login-text :-moz-placeholder,
.register-text :-moz-placeholder {
  color: #AAA;
  opacity: 1; }
.login-text ::-moz-placeholder,
.register-text ::-moz-placeholder {
  color: #AAA;
  opacity: 1; }
.login-text :-ms-input-placeholder,
.register-text :-ms-input-placeholder {
  color: #AAA; }
*/

.login-label {
  display: block;
  overflow: hidden; }

.login-ul {
  text-align: left;
  padding: 0px 0 0 0; }

.login-li > div:first-child {
  padding: 0 0 5px; }

.login-li > div:last-child {
  padding: 0 0 15px; }

.login-li:first-child > div:last-child {
  padding: 0 0 20px; }

.login-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 15px; }

.login-label > span {
  position: relative;
  display: inline-block;
  line-height: 1em;
  font-size: 12px;
  padding: 8px 0 15px; }

.login-label > input {
  position: absolute;
  top: 0px;
  right: 100%; }

.login-label > span > i {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1em; }

.login-label > span > i:before,
.login-label > span > i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #CCC; }

.login-label > span > i:before {
  content: '\f0c8';
  color: #fff; }

.login-label > span > i:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '\f096';
  display: block;
  font-size: 16px;
  line-height: 1em; }

.login-label input:checked + span > i:after {
  content: '\f046';
  color: #2CAB42; }

.login-btn {
  width: 200px;
  padding: 1em 2em; }

.login-ul-sub {
  margin: 0 0 40px 0; }

.login-ul-sub > li {
  float: left;
  width: 13em;
  padding: 0 0 5px 5px;
  white-space: nowrap; }

.login-ul-sub > li i {
  margin: 0 3px 0 0; }

.login-h3 {
  margin: 0 0 10px 0;
  padding: 0 0px 5px;
  line-height: 1.4em;
  border-bottom: 1px solid #364F6B; }

.login-h3 > span {
  text-align: left;
  font-size: 14px;
  line-height: 1.1em;
  color: #364F6B; }

.login-p {
  margin: 0 0 15px;
  color: #933E40;
  font-size: 11px; }

.login-outh-ul {
  margin: 0 20px; }

.login-outh-ul > li {
  float: left;
  width: 25%;
  height: 90px; }

.login-outh-ul > li > a {
  display: block;
  margin: 0 5px;
  height: 90px;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
  background-color: #5cacde;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.login-outh-ul > li > a:hover {
  color: #247ab0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5); }

.login-outh-ul > li > a > img {
  display: block;
  margin: 10px auto 5px; }

.login-outh-ul > li > a > span {
  text-align: center;
  line-height: 1.1em; }

.login-text:hover,
.register-text:hover {
  border: 2px solid #F4A249; }

.login-text:focus,
.login-text:active,
.register-text:focus,
.register-text:active {
  border: 2px solid #F4A249; }

.register-text.short {
  width: 160px; }

.register-select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 160px;
  height: 30px;
  border: none;
  text-indent: .1em;
  /*
    color: #595959;
  */
  color: #000000;
  font-weight:500;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAyMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2NjYzt9LmJ7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGU+c2VsZWN0LWJnPC90aXRsZT48cG9seWdvbiBjbGFzcz0iYSIgcG9pbnRzPSI1IDEgMCA5IDEwIDkgNSAxIi8+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iNSAxOSAxMCAxMSAwIDExIDUgMTkiLz48cmVjdCBjbGFzcz0iYiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIwIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
line-height: 14px; }

.register-select:hover,
.register-select:active,
.register-select:focus {
  color: #fff;
  background-color: #F4A249;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAyMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9LmJ7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGU+c2VsZWN0LWJnPC90aXRsZT48cG9seWdvbiBjbGFzcz0iYSIgcG9pbnRzPSI1IDEgMCA5IDEwIDkgNSAxIi8+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iNSAxOSAxMCAxMSAwIDExIDUgMTkiLz48cmVjdCBjbGFzcz0iYiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIwIi8+PC9zdmc+"); }

.register-select:hover {
  background-color: #F4A249; }

.register-alert {
  margin: 0 0 20px;
  padding: 0px 0px;
  font-size: 14px;
  text-align: center; }

.register-alert > p {
  line-height: 20px; }

.register-button-box {
  margin: 0 25px;
  text-align: center; }

.register-button {
	padding: 20px 0;
	line-height: 1em;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: normal;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;*/
	/*position: absolute;
	bottom: 20px;*/
 }

.register-button2 {
	padding: 20px 0;
	line-height: 1em;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: normal;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;*/
}


.register-button:hover {
  color: #fff;
  background-color: #d2154f; }

.register-dl {
  margin: 0 20px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.register-dt {
  float: left;
  width: 45%;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.3em;
  font-weight: normal; }

.register-dt > div {
  position: relative;
  height: 42px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #364F6B; }

.register-dt > div > img {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block; }

.register-dt > div > span {
  display: table-cell;
  padding: 0 0 0 50px;
  height: 42px;
  vertical-align: middle; }

.register-dt > span {
  margin: 0 -10px 0 0;
  padding: 7px 0 0 0;
  font-size: 11px;
  line-height: 1.2em; }

.register-dd {
  float: left;
  width: 55%; }

.register-dd > ul {
  margin: 5px 0 0 10px;
  height: 90px; }

.register-dd > ul > li {
  float: left;
  width: 50%;
  height: 45px; }

.register-dd > ul > li > a {
  display: block;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.register-dd > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5cacde; }

.register-dd > ul > li > a > div {
  position: relative;
  padding: 0px 0 0 45px; }

.register-dd > ul > li > a > div > img {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block; }

.register-dd > ul > li > a > div span {
  display: table-cell;
  height: 45px;
  padding: 0 5px 0 0;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.1em; }

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

 ページ内ナビゲーション

================================================================================  */
.page-nav {
  display: none;
  position: fixed;
  right: 5px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9999; }

.page-nav > ul {
  margin: 0; }

.page-nav > ul > li {
  position: relative;
  width: 25px;
  height: 30px; }

.page-nav > ul > li > button {
  position: relative;
  width: 25px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 1; }

.page-nav > ul > li > button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #CCC;
  border: 1px solid rgba(200, 200, 200, 0.7);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.page-nav > ul > li > button:hover:before {
  background-color: #fff;
  border: 1px solid #797979; }

.page-nav > ul > li > button.active:before {
  background-color: #797979;
  border: 1px solid #797979; }

.page-nav > ul > li > button + .pagenav-title {
  position: absolute;
  display: inline-block;
  top: 50%;
  height: 2em;
  padding: 0px 10px;
  white-space: nowrap;
  color: #fff;
  background-color: #393939;
  line-height: 2em;
  font-size: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  opacity: 0.0;
  right: 0px;
  margin: -1em 0 0 0;
  z-index: 0; }

.page-nav > ul > li > button + .pagenav-title:before {
  border-left: 4px solid #393939;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  margin-top: -4px;
  position: absolute;
  right: -4px;
  top: 50%; }

.page-nav > ul > li > button:hover + .pagenav-title {
  opacity: 1;
  right: 35px; }

html, body {
  font-size: 16px;
  /*
    font-weight: 300;
    font-family: 'Lato', 'Rounded Mplus 1c', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-Serif;
    color: #555555;
  */
  font-weight: 500;
  font-family: YuGothic,"游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  line-height: 200%;
  background-color: #FFFFFF;
}

.body {
  position: relative; }

.html.edge {
  overflow: hidden; }

.body.edge {
  overflow: auto; }

.body-fixed {
  position: fixed;
  width: 100%; }

.layout {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-width: 1120px;
  overflow: hidden;
  padding: 0 0 600px 0; }
.layout2 {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-width: 1120px;
  overflow: hidden;
  padding: 0 0 100px 0; }

.contents-wrap {
  position: relative;
  background-color: #FFFFFF;
  z-index: 1; }

.contents {
  position: relative;
  min-height: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.contents:nth-child(odd) {
  background-color: #5cb5e0; }

/* 派生ページ */
.wrapper {
  margin: 0px 0 0 0;
  padding: 0 0 100px 0; }

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

 ヘッダー

================================================================================  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  min-width: 1120px;
  margin: 0;
  padding: 0;
  z-index: 5000;
  background-color: #FFFFFF;
  background-color: white; }

.header:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #FFFFFF;
  background-image: url("/image/pcm/assets/images/header_bg.png");
  background-repeat: repeat-x; }

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1; }

.header .logo > a,
.header .logo > a:hover {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0 10px 0 20px;
  text-decoration: none;
  color: #FB89AC; }

.logo_main {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #FB89AC;
}


.main-nav {
  position: absolute;
  top: 0px;
  right: 15px;
  width: auto;
  height: 50px;
  z-index: 0; }

.main-nav > ul {
  width: 100%;
  height: 40px; }

.main-nav.fixed > ul {
  display: inline-block; }

.main-nav-li {
  float: left;
  height: 50px;
  border-right: 1px solid #F5F5F5; }

.main-nav-li:hover {
  border-right: 1px solid #FFF; }

.main-nav-li.last,
.main-nav-li.last:hover {
  border: none; }

.main-nav-li > a,
.main-nav-li > a:hover {
  position: relative;
  display: block;
  color: #555555;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear; }

.main-nav-li > a > div {
  position: relative;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 0;
  padding: 0 2em;
  z-index: 1; }

.main-nav-li > a:hover {
  color: #FFF; }

.main-nav-li > a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5cacde;
  z-index: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.main-nav-li > a:hover:before {
  top: 0; }

.main-nav.fixed a {
  color: #FFF; }

.main-nav-li > button.main-nav-button {
  position: relative;
  top: 5px;
  display: block;
  height: 38px;
  margin: 0px 8px 0 5px;
  padding: 0;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #fc5185;
  border: none;
  -moz-box-shadow: 3px 3px 0px #e30448;
  -webkit-box-shadow: 3px 3px 0px #e30448;
  -o-box-shadow: 3px 3px 0px #e30448;
  -ms-box-shadow: 3px 3px 0px #e30448;
  box-shadow: 3px 3px 0px #e30448; }

.main-nav-li > button.main-nav-button:hover {
  background-color: #d2154f;
  -moz-box-shadow: 0px 0px 0px #e30448;
  -webkit-box-shadow: 0px 0px 0px #e30448;
  -o-box-shadow: 0px 0px 0px #e30448;
  -ms-box-shadow: 0px 0px 0px #e30448;
  box-shadow: 0px 0px 0px #e30448; }

.main-nav-li > button.main-nav-button > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  height: 38px;
  line-height: 1em; }

.main-nav-li > button.main-nav-button > div > span {
  padding: 0 2px; }

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

 フッター

================================================================================  */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 600px;
  margin: 0px 0 0px 0;
  color: #FFFFFF;
  background-color: #5cacde;
  font-size: 14px;
  line-height: 1.5em; }

.footer-ul {
  margin: 0 0 25px 0;
  padding: 0px 0 0; }

.footer-li {
  margin: 0 0 .3em 0; }

.footer-li > a {
  display: block;
  position: relative;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }

.footer-li > a:hover {
  color: #FCE38A; }

.footer-li > a:before,
.footer-li > a.sphone:before,
.footer-li > a.sphone:after {
  content: "\f0da";
  position: absolute;
  top: 0px;
  left: -10px;
  font-family: 'FontAwesome';
  color: #FCE38A; }

.footer-li > a.sphone:before,
.footer-li > a.sphone:after {
  content: "\f179";
  font-size: 17px;
  top: -3px;
  left: -12px; }

.footer-li > a.sphone:after {
  content: "\f17b";
  left: 3px; }

.footer-li > a.sphone {
  padding: 0 0 0 15px; }

.footer-li > a.gara {
  padding: 0 0 0 5px; }

.footer-li > a.gara:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 15px;
  height: 20px;
  background-color: transparent;
  background-image: url("/image/pcm/assets/images/gara.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.footer-copyright {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  padding: 0 50px 0;
  background-color: #393939;
  background-image: url("/image/pcm/assets/images/footer-copyright-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  border: none; }

.footer-copyright-left {
  position: relative;
  float: left; }

.footer-copyright-right {
  float: right; }

.footer-copyright-right > ul {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  line-height: 1em;
  padding: 0 60px 0 0; }

.footer-copyright-right > ul > li {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
  white-space: nowrap; }

.footer-copyright-right > ul > li > a,
.footer-copyright-right > ul > li > button {
  display: block;
  padding: 0;
  border: none;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.footer-copyright-right > ul > li > a:hover {
  text-decoration: none; }

.footer-copyright-right > ul > li > a > i {
  display: table-cell;
  width: 100px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px; }

.footer-copyright-right > ul > li > a.top > i {
  height: 55px; }

.footer-copyright-right > ul > li > a.twitter {
  background-color: #2796DD; }

.footer-copyright-right > ul > li > a.facebook {
  background-color: #4469B0; }

.footer-copyright-right > ul > li > .top {
  width: 55px;
  height: 55px;
  background-color: #555;
  display: block;
  position: fixed;
  right: 50px;
  bottom: 25px;
  opacity: 0;
  z-index: 9999; }

.footer-copyright-right > ul > li > .top.fadein {
  opacity: 1; }

.footer-copyright-right > ul > li > a.twitter:hover {
  background-color: #1c79b5; }

.footer-copyright-right > ul > li > a.facebook:hover {
  background-color: #36538b; }

.footer-copyright-right > ul > li > .top:hover {
  background-color: #000000; }

.footer-copyright-img {
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  opacity: 0.4; }

.footer-copyright-ul {
  display: inline-block;
  margin: 15px 0 5px 155px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: left; }

.footer-copyright-ul > li {
  margin: 0 0 5px 0;
  line-height: 1em;
  font-size: 10px; }

.footer-copyright-p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  white-space: nowrap;
  font-size: 10px; }

.footer-copyright-p > a {
  color: #FFFFFF; }

.facebook-h3 {
  margin: 0;
  padding: 10px 0 0;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1em;
  font-family: 'Lato', 'Rounded Mplus 1c'; }

.footer .facebookwrap {
  background-color: #3E5B96; }

.footer img.facebook {
  border: 10px solid #3E5B96; }

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

 フォント

================================================================================  */
.font-btn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: block;
  padding: 5px 10px;
  color: #FFF;
  line-height: 1em;
  background-color: #777;
  border: none;
  font-size: 12px;
  z-index: 9999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.font-btn:hover {
  background-color: #000; }

.fontconf-gb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  transition: all 0.3 linear; }

.fontconf-box {
  display: none;
  z-index: 9998;
  background-color: #FFF;
  position: fixed;
  width: 600px;
  bottom: 35px;
  right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  transition: all 0.3 linear; }

.fontconf-box * {
  font-size: 14px !important;
  line-height: 1em !important; }

.fontconf-inner {
  padding: 20px; }

.fontconf-box li {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 5px 0 0; }

.fontconf-box li label {
  cursor: pointer; }

.fontconf-box li input[name=fontweight],
.fontconf-box li input[name=fontfamily] {
  display: inline-block;
  margin: 0 5px 0 0; }

.fontconf-fs,
.fontconf-lh {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  background-color: #DDD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 26px; }

.fontconf-fs > span,
.fontconf-lh > span {
  display: table-cell;
  width: 30px;
  height: 26px;
  text-align: center;
  vertical-align: middle; }

.fontconf-fs:hover,
.fontconf-lh:hover {
  background-color: #999; }

.fontconf-size {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px !important; }

.fontconf-close {
  display: block;
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background-color: #F0F0F0; }

.fontconf-close:hover {
  background-color: #CCC; }

p {
  line-height: 1.8em;
  margin-bottom: 20px; }

.facebook-box {
  width: 100%;
  padding: 10px 0;
  min-height: 300px; }

.top-h1 {
  margin: 0;
  padding: 80px 0 50px;
  font-family: 'Lato', 'Rounded Mplus 1c';
  font-weight: 500;
  font-size: 35px;
  font-size: 1.7875rem;
  color: #5cacde;
  text-align: center;
  line-height:1.1; }

.top-h1 .h1-upper-line {
  display: block;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 1.875rem; }

.top-h1 .txtwrap {
  display: inline-block;
  position: relative; }
  .top-h1 .txtwrap:before, .top-h1 .txtwrap:after {
    content: '';
    width: 150px;
    height: 7px;
    border-top: 1px solid #5cacde;
    border-bottom: 1px solid #5cacde;
    position: absolute;
    bottom: 13px;
    right: 118%; }
  .top-h1 .txtwrap:after {
    left: 118%; }

.top-p-wrap {
  padding: 0 0 60px; }

.top-p {
  text-align: center;
  margin: 0;
  line-height: 2em; }

.topbtn-base {
  display: inline-block;
  padding: 15px 100px;
  border: 1px solid #288fdf;
  background: #fff;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px 0px 0px #288fdf;
  -moz-box-shadow: 4px 4px 0px 0px #288fdf;
  -webkit-box-shadow: 4px 4px 0px 0px #288fdf;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: inherit;
  color: #111;
  transition: all 0.2s linear; }
  .topbtn-base:hover, .topbtn-base:focus, .topbtn-base:active {
    text-decoration: none;
    background-color: #054593;
    border-color: #054593;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .topbtn-base:before {
    content: '\f105';
    width: 25px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-size: 1.5625rem; }

.color-blue {
  color: #5cacde; }

.first.contents {
  min-height: 650px;
  padding: 90px 0 0;
  background: #fff;
  position: relative; }

.bg-blue-line {
  width: 100%;
  height: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #5cacde url(/image/pcm/assets/images/bg-blue.jpg) right bottom no-repeat; }

.first .top-h1 {
  padding: 0;
  margin: 0 0 70px 60px;
  color: #555555;
  position: relative;
  text-align: left; }

.contents.first .top-h1:before {
  content: '';
  /*width: 173px;*/
  width:187px;
  height: 31px;
  background: url(/image/pcm/assets/images/whatpcmax.png) no-repeat;
  position: absolute;
  left: 0;
  top: 140%; }

.first .about-box {
  max-width: 560px;
  padding: 40px 160px 100px 60px;
  background: #e1f6fe;
  position: relative; }
  .first .about-box:after {
    content: '';
    width: 571px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(/image/pcm/assets/images/aboutbox-shadow.png) no-repeat; }
  @media only screen and (min-width: 769px){
    .first .about-box {
        padding:20px 110px 100px 20px
    }
  }
  @media only screen and (min-width: 1120px){
    .first .about-box {
        padding: 40px 160px 100px 60px;

    }
  }


.first .coupleimg-wrap {
  text-align: right;
  display: inline-block;
  width: 400px;
  height: 430px;
  position: absolute;
  right: 0;
  top: 0; }

.first .text-wrap {
  position: relative; }

.first .text-wrap:before {
  content: '';
  width: 127px;
  height: 219px;
  position: absolute;
  left: 100%;
  top: -73px;
  background: url(/image/pcm/assets/images/lovechan.png) no-repeat; }

.first .text-wrap p span {
  padding: 0 0 5px;
  line-height: 250%;
  border-bottom: 2px dotted #fff;
  color: #555; }

.first .topbtn-base {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 60px;
  bottom: 45px; }

  .first .topbtn-base .small-txt {
    display: block;
    padding-bottom: 7px;
    line-height: 1em;
    /*
    font-size: 11px;
    font-size: 0.6875rem;
    */
    font-size: 13px;
    letter-spacing: 2px;
    color: #1e8de2;
}

.first2.contents {
	 min-height: 540px;
	background: #fffdf2 url(//pcmax.jp/image/pcm/assets/images/bg-second.jpg) no-repeat center 0;
	/*background-size: auto 1030px;*/
	background-size: auto 1190px;

}

.chara-balloon {
  max-width: 275px;
  padding: 20px 30px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #48d7a8;
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 5px 0px #b8b8b8;
  -moz-box-shadow: 0px 2px 5px 0px #b8b8b8;
  -webkit-box-shadow: 0px 2px 5px 0px #b8b8b8;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem; }

.chara-balloon:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 15px solid transparent;
  border-top: 15px solid #48d7a8; }

.chara-li:nth-child(1) .chara-balloon {
  left: 84px;
  top: 0; }

.chara-li:nth-child(2) .chara-balloon {
  margin: 0 auto;
  background: #fd7d8c; }
  .chara-li:nth-child(2) .chara-balloon:before {
    border-top-color: #fd7d8c; }

.chara-li:nth-child(3) .chara-balloon {
  background: #828aed; }
  .chara-li:nth-child(3) .chara-balloon:before {
    border-top-color: #828aed; }

.chara-balloon i {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 2.25rem;
  display: block;
  color: rgba(255, 255, 255, 0.5); }

.second.contents {
  background: #5cacde url(/image/pcm/assets/images/bg-blue.jpg) repeat-y right bottom; }

.second .container {
  padding: 100px 0; }

.second-h1-wrap {
  padding: 20px 0 30px;
  background: #fff;
  position: relative; }
  .second-h1-wrap:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 54px;
    background: url(/image/pcm/assets/images/curve.png?a) no-repeat bottom center; }

.board-box {
  min-height: 330px;
  padding: 50px 70px 50px 90px;
  margin-bottom: 90px;
  background-color: rgba(245, 249, 252, 0.8);
  position: relative; }
  .board-box:before {
    content: '';
    width: 297px;
    height: 286px;
    position: absolute;
    right: 90%;
    top: 0;
    background: url(/image/pcm/assets/images/board01.png) no-repeat; }

.board-box.offer:after {
  content: '';
  width: 62px;
  height: 88px;
  position: absolute;
  top: 100%;
  right: 400px;
  background: url(/image/pcm/assets/images/dotted.png) no-repeat; }

.board-box.search {
  margin: 0;
  padding: 50px 90px 50px 70px; }

.board-box.search:before {
  left: 90%;
  background: url(/image/pcm/assets/images/board02.png) no-repeat; }

.board-box .topbtn-base:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 15px;
  background: url(/image/pcm/assets/images/icon-board01-blue.png) no-repeat; }

.board-box.search .topbtn-base:after {
  background: url(/image/pcm/assets/images/icon-board02-blue.png) no-repeat; }

.board-h2 {
  margin: 0;
  padding: 0 0 30px 60px;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  color: #222; }
  .board-h2:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -10px;
    background-color: #ff6f9e;
    background-image: url(/image/pcm/assets/images/icon-board01.png);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem; }

.search .board-h2:before {
  background-image: url(/image/pcm/assets/images/icon-board02.png); }

.board-box-p {
  margin: 0 0 20px;
  line-height: 2em; }

.contents.third {
  min-height: 1050px;
  position: relative;
  padding-bottom: 200px; }
  .contents.third:before {
    content: '';
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5cacde url(/image/pcm/assets/images/bg-blue.jpg) right bottom no-repeat; }

.contents.third .top-h1 {
  padding-top: 110px; }

.support-li {
  text-align: center;
  margin: 80px 0 150px; }

.support-li img {
  margin: 0 auto;
  margin-bottom: 20px; }

.privacy-box {
  padding: 40px 40px 40px 230px;
  margin: 0 auto;
  background: #f9f9f9;
  border: 2px solid #5cacde;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative; }
  .privacy-box:before {
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(/image/pcm/assets/images/japhic.png?0509) no-repeat; }

.privacy-h2 {
  margin: 0 0 20px;
  color: #5cacde;
  font-size: 22px;
  font-size: 1.375rem; }

.privacy-p {
  line-height: 2em; }

.contents.taiken {
  background: #FFFFFF;
  position: relative; }
  .contents.taiken:before {
    content: '';
    width: auto;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: 0 auto;
    background: url(/image/pcm/assets/images/curve-top.png) no-repeat bottom center; }

.taiken-h1-wrap {
  padding: 0 0 80px;
  position: relative; }

.taiken-space {
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #c2edff url(/image/pcm/assets/images/stripe-white.png); }

.taiken-box {
  display: block;
  margin: 10px;
  background: #fff;
  position: relative;
  border-bottom: 3px solid rgba(92, 172, 222, 0.6); }
  .taiken-box .ribon {
    display: inline-block;
    height: 30px;
    padding: 0 10px 0 15px;
    line-height: 30px;
    letter-spacing: 1px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    .taiken-box .ribon:before, .taiken-box .ribon:after {
      position: absolute;
      content: ''; }
    .taiken-box .ribon:before {
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 10px transparent;
      border-right: solid 10px #c94a52; }
    .taiken-box .ribon:after {
      top: 0;
      left: 100%;
      width: 14px;
      height: 30px; }
    .taiken-box .ribon.kosai {
      background: #ff709e; }
    .taiken-box .ribon.kekkon {
      background: #ff757c; }
    .taiken-box .ribon.kosai:after {
      background: url(/image/pcm/assets/images/ribon-pink.png) no-repeat; }
    .taiken-box .ribon.kekkon:after {
      background: url(/image/pcm/assets/images/ribon-red.png) no-repeat; }
  .taiken-box .img-wrap {
    display: block;
    height: 140px;
    overflow: hidden;
    background: #fff;
    position: relative;
    background-size: cover;
    background-position: center center; }
  .taiken-box .txt-dl {
    padding: 15px 15px 0; }
    .taiken-box .txt-dl dt {
      padding: 0 0 10px;
      color: #5cacde;
      white-space: nowrap;
      overflow: hidden; }

    .taiken-box .txt-dl dd {
      height: 4em;
      overflow: hidden;
      /*
      font-size: 12px;
      font-size: 0.75rem;
      */
      font-size: 13px;
      color: #555555;
      text-align: justify;
      text-justify: inter-ideograph; }

  .taiken-box:hover {
    text-decoration: none; }
    .taiken-box:hover .img-wrap {
      opacity: .6; }

.contents.report {
  padding-top: 0px;
  min-height: 830px; }

.top-repo-ul {
  max-height: 210px;
  overflow: hidden; }

#repo-slider li {
  float: left;
  padding: 20px 30px 0;
  height: 210px;
  overflow: hidden; }

.top-report-box {
	/*background: #fbc248;*/
  background: #ffa000;
  display: inline-block;
  width: 250px;
  padding: 25px 20px 40px;
  position: relative;
  color: #fff; }
  .top-report-box:hover {
    /*color: #555555;*/
		color: #8e3b20;
    text-decoration: none;}
  .top-report-box .top-report-num {
		/*border: 2px solid #fbc248;
		color: #fbc248;*/
		border: 2px solid #ffa000;
		color: #ffa000;
		display: block;
    line-height: 2em;
    position: absolute;
    font-size: 13px;
    font-size: 0.8125rem;
    top: -15px;
    left: 0;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
  .top-report-box .top-report-sex {
    position: relative; }
	/*
	.top-report-box .top-report-sex:before {
		content: '';
		position: absolute;
		right: 0;
		bottom: -2em;
		width: 3em;
		height: 1em;
		font-family: 'FontAwesome';
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1em; }
	*/
	.top-report-box .top-report-sex {
		content: '';
		position: absolute;
		right: 20px;
		bottom: 0.5em;
		width: 8em;
		height: 1em;
		font-family: 'FontAwesome';
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1em;
		text-align:right;}
  .top-report-box.female .top-report-sex{
    color: #f7616c; }
  .top-report-box.male .top-report-sex {
    color: #368fc9; }
  .top-report-box.female .top-report-sex:before {
    content: '\f221';
    color: #f7616c; }
  .top-report-box.male .top-report-sex:before {
    content: '\f222';
    color: #368fc9; }
  .top-report-box .top-report-dt {
    padding-bottom: 10px; }
  .top-report-box .top-report-dd {
    max-height: 2.6em;
    overflow: hidden;
    /*
    font-size: 13px;
    font-size: 0.8125rem;
    */
    font-size: 14px;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph; }
    .top-report-box .top-report-dd:before {
      /*background: #fbc248;*/
      background: #ffa000;
			content: '…';
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 1em;}

.top-report-box:before {
  /*border-top: 15px solid #fbc248;*/
  border-top: 15px solid #ffa000;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 70px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent; }

.top-report-box.female:after,
.top-report-box.male:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 73px;
  left: 0;
  bottom: -45px;
  background: url(/image/pcm/assets/images/icon-woman.png?a) no-repeat;
  background-size: 60px 73px; }

.top-report-box.male:after {
  background-image: url(/image/pcm/assets/images/icon-man.png?a); }

.topbtn-base.report {
	/*border: 2px solid #fbc248;
  color: #fbc248;*/
	border: 2px solid #ffa000;
  color: #ffa000;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .topbtn-base.report:hover {
    /*background: #fbc248;
    color: #555555;*/
		background: #ffa000;
    color: #8e3b20;
	}

.column.contents {
  padding: 40px 0 130px;
  background: #5cacde url(/image/pcm/assets/images/bg-blue.jpg) repeat-y right bottom; }
  .column.contents .top-h1 .txtwrap:before,
  .column.contents .top-h1 .txtwrap:after {
    border-top-color: #fff;
    border-bottom-color: #fff; }

.column .top-h1,
.column .top-p {
  color: #FFFFFF; }

.top-column-article {
  display: block;
  height: 200px;
  margin: 10px 0 0 10px;
  padding: 10px 15px;
  background: #fff;
  border-top: 4px solid #ff709e;
  text-decoration: none !important; }
  .top-column-article:hover .top-column-title {
    text-decoration: underline; }
  .top-column-article:hover > .top-column-p {
    text-decoration: none; }
  .top-column-article .img-wrap {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center; }
  .top-column-article .top-column-title {
    max-height: 85px;
    overflow: hidden;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 10px 0 15px;
    font-size: 15px;
    color: #555555;
    text-align: justify;
    text-justify: inter-ideograph; }
  .top-column-article .top-column-p {
		/*max-height: 55px;*/
    max-height: 60px;
    line-height: 160%;
    overflow: hidden;
    margin: 13px 0 0;
    padding: 0 5px 0 7px;
    /*
      font-size: 12px;
      font-size: 0.75rem;
    */
    font-size: 13px;
    color: #929292;
    text-align: justify;
    text-justify: inter-ideograph; }

.top-column-li:first-child .img-wrap {
  width: 145px;
  height: 145px;
  margin: 15px 10px 0 0; }
.top-column-li:first-child .top-column-title {
  height: 63px;
  font-size: 16px;
  padding-top: 15px; }
.top-column-li:first-child .top-column-p {
	/*max-height: 75px;*/
  max-height: 80px;
  margin-top: 17px;
  padding: 0 15px; }

.top-column-li:first-child .column-article,
.top-column-li:nth-child(3) .column-article {
  margin-left: 0; }

.top-column-li:first-child .column-article {
  position: relative; }
  .top-column-li:first-child .column-article:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 70px solid #ff709e;
    border-right: 70px solid transparent; }
  .top-column-li:first-child .column-article:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 42px;
    left: 3px;
    top: 3px;
    background: url(/image/pcm/assets/images/pickup.png) no-repeat; }

.column.topbtn-base {
  width: 100%;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.contents.article {
  padding: 100px 0 0;
  position: relative; }

.contents.article:before {
	content: '';
	width: 100%;
	height:300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #5cacde url(/image/pcm/assets/images/bg-blue.jpg) right bottom no-repeat;
	z-index: -1; }

.top-diary-wrap {
  background: #fff;
  border: 2px solid #fff; }

.top-diary-li-inner {
  width: 100%;
  height: auto;
  position: relative;
  border: 2px solid #fff; }
  .top-diary-li-inner:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .top-diary-li-inner .top-diary-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .top-diary-li-inner .top-diary-a .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .top-diary-li-inner .top-diary-a .mask .caption {
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 25px 15px 15px; }
        .top-diary-li-inner .top-diary-a .mask .caption .title-tag {
          display: inline-block;
          margin: 0 0 5px;
          line-height: 1em;
          padding: 2px 10px;
          background: #fff;
          color: #000;
          font-size: 12px;
          font-size: 0.75rem; }
        .top-diary-li-inner .top-diary-a .mask .caption .caption-line {
          display: block;
          width: 100%;
          line-height: 2em;
          border-bottom: 2px dotted #aaa;
          white-space: nowrap;
          overflow: hidden; }
          .top-diary-li-inner .top-diary-a .mask .caption .caption-line i.fa {
            padding-right: 3px; }
  .top-diary-li-inner:hover .mask {
    opacity: 1; }

.contents.partner {
  padding: 180px 0 0;
  background: #fff; }

.ad-wrap {
  position: relative; }
  .ad-wrap:before, .ad-wrap:after {
    content: '';
    position: absolute; }
  .ad-wrap:before {
    width: 90%;
    height: 90%;
    right: -10px;
    top: -10px;
    background: #b7dcf1 url(/image/pcm/assets/images/stripe-white.png); }
  .ad-wrap:after {
    width: 140px;
    height: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    background: url(/image/pcm/assets/images/txt-ad.png) no-repeat; }

.ad-txt-box {
  max-height: 350px;
  color: #fff;
  padding: 20px 30px 100px;
  background: #5cacde;
  position: relative; }
  .ad-txt-box .ad-h1 {
    margin: 0;
    line-height: 1.5em;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0 0 30px 80px; }
  .ad-txt-box .subtitle-circle {
    position: absolute;
    left: -13px;
    top: -20px;
    width: 110px;
    height: 110px;
    padding: 23px 0 0 20px;
    border: 4px solid #5cacde;
    color: #5cacde;
    background: #c2edff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 1.5em;
    /*font-size: 12px;
      font-size: 0.75rem;*/
    font-size: 13px; }
  .ad-txt-box .media-li {
    display: inline-block;
    line-height: 1em;
    padding: 5px 10px;
    background: #48d7a8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 12px;
    font-size: 0.75rem; }
    .ad-txt-box .media-li:nth-child(2) {
      background: #ff709e; }
    .ad-txt-box .media-li:nth-child(3) {
      background: #828aed; }
    .ad-txt-box .media-li:nth-child(4) {
      background: #fbc248; }
    .ad-txt-box .media-li:nth-child(5) {
      background: #5277f0; }
  .ad-txt-box .topbtn-base {
    display: block;
    padding-left: 0;
    padding-right: 0; }

.ad-slide-box {
  width: 100%;
  height: 350px;
  background: #333;
  overflow: hidden; }
  .ad-slide-box .slick-prev {
    display: none !important; }
  .ad-slide-box .slick-next {
    width: 35px;
    height: 60px;
    right: 0;
    background: #5cacde;
    z-index: 1; }
    .ad-slide-box .slick-next:before {
      font-family: 'FontAwesome';
      content: '\f105';
      font-size: 50px;
      font-size: 3.125rem; }
  .ad-slide-box .slide-inner {
    height: 350px;
    color: #fff;
    padding: 20px 50px; }
    .ad-slide-box .slide-inner .ad-slide-h2 {
      padding: 0 0 15px;
      font-size: 18px;
      font-size: 1.125rem;
			margin-top: 20px;
			margin-bottom: 10px; }
    .ad-slide-box .slide-inner .ad-slide-p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.3em; }
    .ad-slide-box .slide-inner.promo, .ad-slide-box .slide-inner.affi {
      background-size: cover; }
    .ad-slide-box .slide-inner.promo {
      background: url(/image/pcm/assets/images/ad-promo.jpg?a) no-repeat; }
    .ad-slide-box .slide-inner.affi {
      background: url(/image/pcm/assets/images/ad-affi.jpg) no-repeat; }

.reg-guide {
  position: relative;
  background: #222; }
  .reg-guide #cm-slider {
    height: 320px;
    overflow: hidden; }
  .reg-guide .guide-li {
    width: 566px;
    height: 320px;
    overflow: hidden;
    display: inline-block;
    opacity: .5; }
  .reg-guide .btn-wrap {
    width: 440px;
    height: 208px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 2; }
    .reg-guide .btn-wrap .reg-guide-btn {
      display: block;
      width: 440px;
      height: 208px;
      margin: 0 auto;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border: 4px solid #fff;
      color: #fff;
      text-decoration: none; }
      .reg-guide .btn-wrap .reg-guide-btn:hover {
        text-decoration: none;
        color: #fff !important; }
        .reg-guide .btn-wrap .reg-guide-btn:hover .reg-txt {
          text-shadow: 3px 3px 0 #5cacde, -1px -1px 0 #5cacde, 1px -1px 0 #5cacde, -1px 1px 0 #5cacde, 1px 1px 0 #5cacde;
          -webkit-transition: .3s;
          transition: .3s; }
        .reg-guide .btn-wrap .reg-guide-btn:hover:after {
          top: 0;
          background-color: rgba(251, 194, 72, 0.7); }
      .reg-guide .btn-wrap .reg-guide-btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        z-index: -1;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .reg-guide .btn-wrap .reg-guide-btn:before {
        content: '';
        position: absolute;
        right: 5px;
        bottom: 10px;
        width: 58px;
        height: 15px;
        background: url(/image/pcm/assets/images/click.png) no-repeat;
        background-size: 58px 15px; }
      .reg-guide .btn-wrap .reg-guide-btn .reg-txt {
        display: inline-block;
        font-size: 38px;
        font-size: 2.375rem;
        padding: 45px 0 20px;
        letter-spacing: 3px; }
      .reg-guide .btn-wrap .reg-guide-btn .reg-sub-txt {
        /*font-size: 12px;
          font-size: 0.75rem;*/
        font-size: 14px;
        line-height: 200%; }

.contents-header {
  overflow: hidden; }

.contents-header.f_contents {
  height: 400px;
  background: url("/image/pcm/assets/images/header-bg3.jpg?b") center center;
  background-size: cover; }

.contents-header.f_experience {
  height: 300px;
  background: url("/image/pcm/assets/images/header-bg.jpg?m") top center no-repeat;
  background-size: cover; }

.contents-header.f_happiness {
  height: 300px;
  background: url("/image/pcm/assets/images/header-bg1.jpg?b") top center no-repeat;
  background-size: cover; }

.contents-header.f_column {
  height: 400px;
  background: #eee url("/image/pcm/assets/images/header-bg2.jpg?b") top left no-repeat;
  background-size: cover; }

.main-area {
  padding: 0 30px 20px; }

.minus-mg {
  margin: 0 -30px; }

.marker {
  background: linear-gradient(transparent 60%, #c2edff 60%); }

.marker-warm {
  background: linear-gradient(transparent 60%, #ffe4e4 60%); }

.color-red {
  color: #ff5d5d; }

.memo-dl {
  margin: 10px 0;
  position: relative; }
  .memo-dl:before {
    content: '\f0c6';
    width: 20px;
    height: 10px;
    position: absolute;
    left: -2px;
    top: -2px;
    font-size: 35px;
    font-size: 2.1875rem;
    color: #5cacde;
    font-family: 'FontAwesome'; }
  .memo-dl dt {
    padding: 15px 0 0 30px;
    color: #5cacde;
    background: #e8f8ff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0; }
  .memo-dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 25px 20px;
    line-height: 200%;
    background: #e8f8ff;
    text-align: justify;
    text-justify: inter-ideograph;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px; }

.btn-base.page {
  margin: 5px 0;
  padding: 12px 40px 12px 30px;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #fff; }
  .btn-base.page:before {
    content: '\f105';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-size: 1.5625rem;
    color: #fff; }

.inpage.reg-guide {
  min-height: 208px;
  background: transparent; }
  .inpage.reg-guide .reg-guide-btn {
    background: #ff709e;
    border-color: #ff709e;
    box-shadow: 4px 4px 0px 0px #D71C55;
    -moz-box-shadow: 4px 4px 0px 0px #D71C55;
    -webkit-box-shadow: 4px 4px 0px 0px #D71C55;
    border: none; }
    .inpage.reg-guide .reg-guide-btn .reg-txt {
      padding: 10px 0; }
    .inpage.reg-guide .reg-guide-btn .reg-sub-txt {
      padding: 30px 0 10px;
      font-size: 14px; }
    .inpage.reg-guide .reg-guide-btn:hover {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background: #D71C55; }
      .inpage.reg-guide .reg-guide-btn:hover .reg-txt {
        text-shadow: none; }

.pagination.basic {
  width: 100%;
  min-height: 100px;
  position: relative; }
  .pagination.basic .page-item {
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px; }
    .pagination.basic .page-item:last-child {
      right: 0;
      left: inherit; }
  .pagination.basic li a {
    border: none; }

.burger-h2 {
  padding: 25px 0;
  margin: 0 0 20px;
  text-align: center;
  border-bottom: 2px solid #5cacde;
  border-top: 2px solid #5cacde;
  color: #5cacde;
  position: relative;
  z-index: 2; }
  .burger-h2:before {
    content: '\f002';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #5cacde;
    font-family: 'FontAwesome'; }
  .burger-h2.board:before {
    content: '\f108'; }
  .burger-h2.prof:before {
    content: '\f007'; }
  .burger-h2.chat:before {
    content: '\f27a'; }
  .burger-h2.diary:before {
    content: '\f02d'; }

.btn-base.column {
  padding: 15px 25px;
  position: relative;
  border-left: 5px solid #0070C9;
  background: #f7f7f7;
  color: #0070C9;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .btn-base.column:hover {
    background: #0070C9;
    color: #fff; }
.btn-base.column i{
	font-size:120%;
	padding-right:10px;
}
.onepoint-h3 i {
  display: inline-block;
  padding: 8px 0 0;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #5cacde;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px; }
  .onepoint-h3 i:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #5cacde; }

.square-mark {
  width: 50px;
  height: auto;
  padding: 10px 0;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  position: relative;
  color: #5cacde;
  float: left; }
  .square-mark:before, .square-mark:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .square-mark:before {
    top: 0;
    left: 0;
    border-left: 2px solid #5cacde;
    border-top: 2px solid #5cacde; }
  .square-mark:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid #5cacde;
    border-bottom: 2px solid #5cacde; }

.f_contents.wrapper {
  padding: 80px 0 0; }

.conpage-img {
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background: url(/image/pcm/assets/images/rainbow.png) no-repeat top center;
  position: relative; }
  .conpage-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.f_safety#wrapper .fsafe-li {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph; }
.f_safety#wrapper .fsafe-h2 {
  padding: 0 0 15px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem; }

.table.bill-table {
  margin: 0; }

.bill-table.table-bordered,
.bill-table.table-bordered > thead > tr > th,
.bill-table.table-bordered > tbody > tr > td,
.bill-table.table-bordered > tbody > tr > th {
  border-color: #fff; }

.bill-h2 {
  color: #5cacde;
  position: relative;
  font-weight: inherit; }

.bill-h3 {
  padding: 40px 0 10px 0; }
  .bill-h3 .txt {
    display: inline-block;
    line-height: 50px; }

.bill-th-tx {
  background: #5cacde;
  color: #fff; }

.bill-th-pt {
  color: #fff;
  text-align: center;
  background: #fbc248; }

.bill-td-tx {
  width: 70%;
  background: #c2edff;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem; }

.bill-td-pt {
  width: 30%;
  text-align: center;
  background: #FDEBC2;
  font-size: 18px;
  font-size: 1.125rem; }

.bill-pay-ul {
  padding: 10px 0 0 20px; }
  .bill-pay-ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 10px; }
    .bill-pay-ul li:before {
      content: '\f0da';
      width: 1em;
      height: 1.5em;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      font-family: 'FontAwesome';
      color: #FD9F28; }

.rate-dl {
  padding: 0 10px; }
  .rate-dl dt {
    padding: 10px 0;
    text-align: center;
    background: #aaa;
    color: #fff; }

.happiness-li {
  text-align: center; }

.happiness {
  display: none; }
  .happiness-li .main-area {
    padding-top: 30px;
    padding-bottom: 50px; }

.hp-report-box {
  display: inline-block;
  width: 100%;
  background: #dceefb;
  color: #555555;
  padding: 25px 30px 40px 30px;
  position: relative; }
  .hp-report-box:hover {
    text-decoration: none; }
    .hp-report-box:hover .btn-base.more {
      background: #0070C9;
      color: #fff; }
  .hp-report-box:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 70px;
    width: 0;
    height: 0;
    border-top: 15px solid #dceefb;
    border-right: 20px solid transparent; }
  .hp-report-box .hp-report-num {
    display: block;
    line-height: 2em;
    position: absolute;
    font-size: 13px;
    font-size: 0.8125rem;
    top: -15px;
    left: 0;
    padding: 0 10px;
    background: #fff;
    border: 2px solid #dceefb;
    color: #c4dbea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
  .hp-report-box .hp-report-sex {
    position: relative; }
    .hp-report-box .hp-report-sex:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -2em;
      width: 3em;
      height: 1em;
      font-family: 'FontAwesome';
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1em; }
  .hp-report-box.female .hp-report-sex:before {
    content: '\f221 女性';
    color: #f7616c; }
  .hp-report-box.male .hp-report-sex:before {
    content: '\f222 男性';
    color: #368fc9; }
  .hp-report-box .hp-report-dt {
    text-align: left;
    padding-bottom: 10px; }
  .hp-report-box .hp-report-dd {
    height: 2.6em;
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph; }
    .hp-report-box .hp-report-dd:before {
      display: none; }
  .hp-report-box .btn-base.more {
    line-height: 1em;
    padding: 5px 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 1px solid #0070C9;
    color: #0070C9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .hp-report-box .btn-base.more:before {
      content: '\f105';
      position: absolute;
      right: 5px;
      top: 5px;
      font-family: 'FontAwesome'; }

.hp-report-box.female:after,
.hp-report-box.male:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 73px;
  left: 0;
  bottom: -45px;
  background: url(/image/pcm/assets/images/icon-woman.png?a) no-repeat;
  background-size: 60px 73px; }

.hp-report-box.male:after {
  background-image: url(/image/pcm/assets/images/icon-man.png?a); }

.f_happiness-report#wrapper .icon-wrap {
  max-width: 200px;
  padding: 20px;
  margin: 0 auto; }

.repo-balloon {
  padding: 50px;
  border: 2px solid #5cacde;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 4px 4px 0px 0px #5cacde;
  -moz-box-shadow: 4px 4px 0px 0px #5cacde;
  -webkit-box-shadow: 4px 4px 0px 0px #5cacde; }
  .repo-balloon:before {
    content: '';
    position: absolute;
    left: -11px;
    top: 100px;
    width: 20px;
    height: 20px;
    border-left: solid 2px #5cacde;
    border-bottom: solid 2px #5cacde;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
  .repo-balloon:after {
    content: '';
    width: 100px;
    height: 122px;
    position: absolute;
    right: 110%;
    top: 50px;
    background: url(/image/pcm/assets/images/icon-woman.png) no-repeat center center;
    background-size: 100px 122px; }
  .repo-balloon.male:after {
    background-image: url(/image/pcm/assets/images/icon-man.png); }
  .repo-balloon .title {
    margin: 0; }
  .repo-balloon .personal-info {
    color: #888; }
    .repo-balloon .personal-info .area,
    .repo-balloon .personal-info .sex {
      border-left: 1px solid #aaa; }
    .repo-balloon .personal-info .area {
      padding: 0 10px; }
    .repo-balloon .personal-info .sex {
      padding: 0 10px 0 25px;
      position: relative; }
  .repo-balloon.female .sex {
    color: #ff709e; }
  .repo-balloon.male .sex {
    color: #828aed; }
  .repo-balloon.female .sex:before, .repo-balloon.male .sex:before {
    content: '\f221';
    position: absolute;
    left: 10px;
    top: -5px;
    font-family: 'FontAwesome'; }
  .repo-balloon.male .sex:before {
    content: '\f222'; }

.comment-wrap {
  margin-top: 50px;
  padding-bottom: 10px;
  background: #ddd; }

.comment-h3 {
  padding: 10px;
  font-size: inherit;
  margin: 0;
  color: #5cacde;
  background: #ddd; }

.comment-box {
  min-height: 63px;
  margin: 0 10px;
  padding: 10px 10px 10px 80px;
  border-bottom: 2px solid #ddd;
  position: relative;
  background: #fff; }
  .comment-box:last-child {
    border: none; }
  .comment-box:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    margin: auto 0;
    background: #ff709e url(/image/pcm/assets/images/icon-woman-white.png?a) no-repeat center center;
    background-size: 30px 37px; }
  .comment-box.male:before {
    background-color: #828aed;
    background-image: url(/image/pcm/assets/images/icon-man-white.png); }
  .comment-box .personal-info {
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1em;
    color: #888; }
    .comment-box .personal-info .area,
    .comment-box .personal-info .sex {
      display: block;
      float: left;
      border-left: 1px solid #aaa; }
    .comment-box .personal-info .area {
      padding: 0 10px; }
    .comment-box .personal-info .sex {
      padding: 0 10px 0 20px;
      position: relative; }
  .comment-box.female .sex {
    color: #ff709e; }
  .comment-box.male .sex {
    color: #828aed; }
  .comment-box.female .sex:before, .comment-box.male .sex:before {
    content: '\f221';
    position: absolute;
    left: 8px;
    top: 0;
    font-family: 'FontAwesome'; }
  .comment-box.male .sex:before {
    content: '\f222'; }
  .comment-box .comment-txt {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5em; }

.response-wrap {
  margin: 50px 0 0; }

.repo-balloon.response {
  background: #fff;
  padding: 30px 50px 50px;
  border-width: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ddd;
  background: #fff; }
  .repo-balloon.response:before {
    left: inherit;
    right: -10px;
    border: none;
    border-right: solid 2px #ddd;
    border-top: solid 2px #ddd;
    background: #fff; }
  .repo-balloon.response:after {
    display: none; }

.repo-more-wrap {
  margin: 80px 0 100px; }

.ex-repo-h4 {
  padding: 5px 0;
  margin: 0 0 40px;
  border-bottom: 1px dotted #ccc;
  font-weight: inherit;
  font-size: 20px;
  font-size: 1.25rem; }

.f_experience#wrapper {
  padding: 60px 0 60px; }

.f_experience#wrapper .taiken-box,
.f_experience_report#wrapper .taiken-box {
  background: #eee;
  margin-bottom: 40px; }

.grayframe-bg {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 80px; }

.grayframe-box {
  background: #fff; }

.photoframe-wrap {
  margin: 40px 30px 0 0;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff; }

.f_experience_report#wrapper .f-ex-txtwrap {
  padding: 40px 40px;
  text-align: justify;
  text-justify: inter-ideograph; }
  .f_experience_report#wrapper .f-ex-txtwrap .title {
    margin: 0;
    padding: 0 0 20px; }
.f_experience_report#wrapper .f-ex-h3 {
  padding: 5px 0;
  margin: 0 0 40px;
  border-bottom: 1px dotted #ccc;
  font-weight: inherit; }
.f_experience_report#wrapper .repo-more-wrap {
  margin: 80px 0 0; }

.checkpoint {
  padding: 0;
  border: 2px solid #81b8da;
  background: #f5f5f5;
  margin: 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .checkpoint .checkpoint-tag {
    display: inline-block;
    background: #81b8da;
    padding: 0px 30px 3px 10px;
    border-radius: 0 0 50px 0;
    -webkit-border-radius: 0 0 50px 0;
    -moz-border-radius: 0 0 50px 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: inherit; }
  .checkpoint .checkpoint-inner {
    padding: 20px 40px 30px;
    font-size: 14px; }

.f_koukoku#wrapper .inner {
  padding: 0 0 60px; }

.bdr-left-h2 {
  margin: 0 0 30px;
  padding-left: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #5cacde;
  font-weight: inherit;
  border-left: 4px solid #5cacde; }

.affi-contact-a {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #555555;
  text-decoration: none;
  background: #f5f5f5; }
  .affi-contact-a:before {
    display: none; }
  .affi-contact-a:hover .txt-wrap {
    color: #fff; }
  .affi-contact-a .txt-wrap {
    min-height: 80px;
    position: relative;
    padding: 0 20px;
    margin-left: 135px;
    text-align: left;
    color: #1072c6; }
    .affi-contact-a .txt-wrap:before {
      content: '\f0e0';
      position: absolute;
      left: -60px;
      top: 20px;
      margin: auto 0;
      font-family: 'FontAwesome';
      font-size: 60px; }

.f_column#wrapper {
  padding: 30px 0 0; }

.f_column-article {
  display: block;
  margin: 0 30px;
  padding: 20px 0 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: justify;
  text-justify: inter-ideograph; }
  .f_column-article .img-wrap {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    float: left;
    background-size: cover;
    background-position: center center; }
    .f_column-article .img-wrap:hover {
      opacity: .7; }
  .f_column-article .column-info {
    text-align: right;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    color: #555555; }
    .f_column-article .column-info .date {
      padding-right: 10px; }
  .f_column-article .f_column-title {
    margin: 10px 0 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em; }
    .f_column-article .f_column-title > a {
      color: #555555; }
  .f_column-article .f_column-p {
    padding: 10px 0;
    color: #888;
    font-size: 14px;
    line-height: 1.7em; }

.pagination > li > a, .pagination > li > span {
  color: #5cacde;
  border-color: #5cacde; }
  .pagination > li > a:hover, .pagination > li > span:hover {
    background: #5cacde;
    color: #fff; }

.column-side-wrap {
  padding: 0 0 0 30px; }
  .column-side-wrap .side-h3 {
    margin: 30px 0 20px;
    padding: 15px 0 15px 10px;
    font-size: inherit;
    overflow: hidden;
    border: 1px solid #5cacde;
    border-bottom: 2px solid #5cacde; }
  .column-side-wrap .side-h3 > span {
    display: inline-block;
    color: #5cacde;
    position: relative; }
  .column-side-wrap .column-sub-li > a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin: 0 0 15px; }
    .column-side-wrap .column-sub-li > a .img-wrap {
      width: 80px;
      height: 80px;
      margin-right: 10px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      overflow: hidden;
      float: left;
      background-size: cover;
      background-position: center center; }
    .column-side-wrap .column-sub-li > a .tx-wrap {
      line-height: 1.5em;
      color: #555555; }
    .column-side-wrap .column-sub-li > a .category {
      font-size: 12px; }
  .column-side-wrap .tag-a {
    display: inline-block;
    line-height: 1em;
    padding: 7px 15px;
    margin: 3px 0;
    color: #555555;
    background: #eee;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-decoration: none;
    white-space: nowrap; }
    .column-side-wrap .tag-a:hover {
      background: #0070C9;
      color: #fff; }
  .column-side-wrap .side-inner {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8em; }
  .column-side-wrap .side-nav-h2,
  .column-side-wrap .side-nav-h3 {
    font-size: 12px;
    font-size: 0.75rem; }
    .column-side-wrap .side-nav-h2 a,
    .column-side-wrap .side-nav-h3 a {
      color: #555555; }
  .column-side-wrap .side-nav-h2 {
    padding: 0 0 0 15px;
    position: relative; }
    .column-side-wrap .side-nav-h2:before {
      content: '\f04d';
      font-family: 'FontAwesome';
      position: absolute;
      left: 0;
      top: 0; }
  .column-side-wrap .side-nav-h3 {
    padding-left: 15px; }

.f_column_page#wrapper {
  padding: 50px 0 0; }

.next-prev-ul {
  margin: 0 0 40px;
  padding: 5px 0 5px 10px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd; }

.next-prev-li i.fa {
  color: #5cacde; }
.next-prev-li .txt {
  display: inline-block;
  padding: 0 20px 0 5px; }

.co-page-h1 {
  margin-bottom: 20px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.5em; }

.co-page-info {
  padding-right: 10px;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  border-bottom: 1px dotted #ddd;
  text-align: right; }
  .co-page-info .date {
    margin-right: 20px; }

.co-page-main {
  padding: 0 20px 80px 10px; }
  .co-page-main h2 {
    margin: 30px 0;
    padding: 20px 0 20px 10px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5em;
    background: #e9f5f7;
    border-left: 5px solid #5cacde; }
  .co-page-main h3 {
    padding: 10px 0;
    border-bottom: 3px solid #5cacde;
    font-size: inherit;
    position: relative; }
    .co-page-main h3:before {
      content: '';
      width: 70%;
      height: 3px;
      position: absolute;
      right: 0;
      bottom: -3px;
      background: #bbe5fb; }
  .co-page-main img {
    padding: 30px; }

.kanren-article {
  display: block;
  margin: 10px;
  padding: 0 0 20px;
  text-decoration: none;
  box-shadow: 0px 0px 13px -4px #666666;
  -moz-box-shadow: 0px 0px 13px -4px #666666;
  -webkit-box-shadow: 0px 0px 13px -4px #666666; }
  .kanren-article:hover {
    background: #f5f5f5; }
    .kanren-article:hover .img-wrap {
      opacity: .7; }
  .kanren-article .img-wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
  .kanren-article .kanren-title {
    display: block;
    padding: 15px 20px;
    color: #555555;
    font-weight: inherit;
    line-height: 1.5em; }
  .kanren-article .kanren-text {
    max-height: 55px;
    overflow: hidden;
    padding: 0 20px 20px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #888;
    line-height: 1.5em; }

.url-box {
  display: inline-block;
  padding: 10px 30px;
  font-size: 23px;
  font-size: 1.4375rem;
  background: #054593;
  color: #fff; }

.square-balloon {
  padding: 20px;
  margin: 0 30px 20px 0;
  background: #eee;
  position: relative; }
  .square-balloon:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #eee; }
  .square-balloon .phone-h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #054593;
    font-size: 20px;
    font-size: 1.25rem; }
  .square-balloon .qr img {
    float: left;
    display: inline-block;
    padding-right: 10px; }

.sitemap-li {
  line-height: 1em;
  padding: 0 0 20px 20px; }
  .sitemap-li:first-child {
    text-indent: -.5em;
    font-weight: bold; }
  .sitemap-li a {
    color: #555555; }

.photoframe-wrap.diary {
  margin: 40px; }

.f_diary-txtwrap {
  padding: 40px; }
  .f_diary-txtwrap .title {
    margin: 0 0 20px; }
  .f_diary-txtwrap .diary-info {
    text-align: right; }

.gender-mark {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  min-width: 1em;
  min-height: 1em; }
  .gender-mark:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    font-family: 'FontAwesome';
    line-height: 1em; }
  .gender-mark.female:before {
    content: '\f221'; }
  .gender-mark.male:before {
    content: '\f222'; }

.textarea {
    width: 400px;
    height: 38px;
    padding: 5px;
    margin: 20px 0 10px;
}
.box_line {
	border: 2px solid #DDD;
}
.circle_line {
	border: solid 1px #DDD;
	border-radius: 2em;
}
.must {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    background-color: #f6a4bd;
    border-radius: 2px;
    left: 5px;
}
.headline {
	position: relative;
	padding: 0 .5em 0 2em;
	border-bottom: 1px solid #ccc;
	margin:0 0 10px 0;
	font-weight:bold;
}
.headline::before,
.headline::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.headline::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
.headline::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
.btn-wid90 {
	width: 90%;
}


/* 17/12/04　タブレット用レイアウト　*/
.layout{
	min-width:0px;
}
.header{
	min-width:0px;
}
.main-visual{
	background-position:center right;
}
.first .coupleimg-wrap{
	width:100%;
	height:100%;
	max-width:400px;
	max-height:430px;
}
/*ヘッダーニュー*/
/*PCページメニュー非表示*/
.main-nav ul.list-unstyled{
	display:block;
}
/*ハンバーガーメニュー表示*/
.main-nav #nav-drawer{
	display:none;
}
.main-nav > button.main-nav-button {
	display:none;
}

@media only screen and (max-width: 1119px){
	.main-visual{
		max-height:900px;
		min-height:900px;
	}
	.main-visual-wrap{
		left:0;
		right:0;
		top:48%;
		margin:-330px auto 0;
	}
	.main-visual-h1{
		top: 8%;
		text-align: left;

		left: 0;
		right: 0;
		margin:0 auto;
		bottom:20px;
		/*
		text-align:center;
		*/
	}
	.main-visual-h1 > span{
		display: inline;
		font-size: 26px;
	}
	.main-visual-circle{
		width:144px;
		height:156px;
		background-size:100%;
	}
	.badgetxt-wrap {
	    width: 107px;
	    height: 82px;
	}
	.chara-li:nth-child(1) .chara-balloon{
		left:0px;
		margin:0 auto;
	}
	.chara-li:nth-child(2) .chara-balloon{
		margin:0 auto;
	}
	.chara-li:nth-child(3) .chara-balloon{
		margin:0 auto;
	}
	.ad-wrap .col-xs-20{
		min-width:220px;
	}
	.ad-txt-box .subtitle-circle {
    left: 0px;
    top: -60px;
	}
	.ad-txt-box{
		padding:50px 10px 100px;
	}
	.ad-txt-box .ad-h1{
		padding:0 0 10px 0px
	}
	.ad-txt-box p{
		margin-bottom:0;
	}
	.topbtn-base{
		/*padding:0 100px;*/
	}
	.first .about-box{
		padding:40px 120px 100px 25px;
	}
	.first .coupleimg-wrap{
		width:110%;
		height:auto;
	}
	.board-box{
		width:100%;
		padding:50px 70px 50px 30%;
	}
	.board-box:before{
		right:60%;
	}
	.board-box.search{
		padding:50px 30% 50px 70px;
	}
	.board-box.search:before{
		left:60%;
	}
	.board-box-p{
		position:relative;
		z-index:100;
		text-shadow:1px 1px 0px #FFFFFF;
	}
}
@media (max-width: 768px){
	.main-visual-circle{
		width: 108px;
		height: 117px;
	}
	.badgetxt-wrap {
		width: 80px;
		height: 62px;
	}
	.ad-txt-box{
		padding:50px 30px 20px;
	}
	.ad-wrap .col-xs-20{
		width:100%;
	}
	.ad-wrap .col-xs-40{
		width:100%;
	}
	.ad-slide-box{
		height:290px;
	}
	.ad-slide-box .slide-inner{
		height:290px;
	}
	.ad-slide-box .slide-inner .ad-slide-h2{
		margin-top:0px;
		padding:0px;
	}
	.ad-slide-box .slide-inner .ad-slide-p{
		line-height:2em;
	}
	/*ヘッダーニュー*/
	/*PCページメニュー非表示*/
	.main-nav ul.list-unstyled{
		display:none;
	}
	/*ハンバーガーメニュー表示*/
	.main-nav #nav-drawer{
		display:inline-block;
		vertical-align:top;
	}
	.main-nav #nav-drawer #nav-content ul.list-unstyled{
		display:block;
	}
	/*ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer {
	  position: relative;
		padding:17px 5px 0px 0px;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}
	/*アイコンのスペース*/
	#nav-open {
	  display: inline-block;
	  width: 30px;
	  height: 22px;
	  vertical-align: middle;
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 3px;/*線の太さ*/
	  width: 25px;/*長さ*/
	  border-radius: 3px;
	  background: #555;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}
	/*閉じる用の薄黒カバー*/
	#nav-close {
	  display: none;/*はじめは隠しておく*/
	  position: fixed;
	  z-index: 99;
	  top: 55px;/*全体に広がるように*/
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 55px;
	  right: 0;
	  z-index: 9999;/*最前面に*/
	  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  max-width: 240px;/*最大幅（調整してください）*/
	  height: 100%;
	  background: #fff;/*背景色*/
	  transition: .3s ease-in-out;/*滑らかに表示*/
	  -webkit-transform: translateX(105%);
	  transform: translateX(105%);/*右に隠しておく*/
		padding:0px;
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*中身を表示（右へスライド）*/
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*メニュー内*/
	#nav-content .main-nav-li{
		float:none;
		border:none;
	}
	#nav-content .main-nav-li > a > div{
		padding:0 0 0 30px;
	}
	#nav-content .main-nav-li > button.main-nav-button{
		margin:0px 8px 0 15px;
	}
	/*下層ページ　ヘッド部分*/
	.main-nav > button.main-nav-button {
	  position: relative;
	  top: 5px;
	  display: inline-block;
	  height: 38px;
	  margin: 0px 10px 0 5px;
	  padding: 0;
	  font-size: 13px;
	  color: #FFFFFF;
	  background-color: #fc5185;
	  border: none;
	  -moz-box-shadow: 3px 3px 0px #e30448;
	  -webkit-box-shadow: 3px 3px 0px #e30448;
	  -o-box-shadow: 3px 3px 0px #e30448;
	  -ms-box-shadow: 3px 3px 0px #e30448;
	  box-shadow: 3px 3px 0px #e30448;
	}
	.main-nav > button.main-nav-button:hover {
	  background-color: #d2154f;
	  -moz-box-shadow: 0px 0px 0px #e30448;
	  -webkit-box-shadow: 0px 0px 0px #e30448;
	  -o-box-shadow: 0px 0px 0px #e30448;
	  -ms-box-shadow: 0px 0px 0px #e30448;
	  box-shadow: 0px 0px 0px #e30448;
	}
	.main-nav > button.main-nav-button > div {
	  display: table-cell;
	  vertical-align: middle;
	  text-align: center;
	  padding: 0 15px;
	  height: 38px;
	  line-height: 1em;
	}
	.main-nav > button.main-nav-button > div > span {
	  padding: 0 2px;
	}
	.contents-header.f_contents{
		min-height:400px;
		height:auto;
	}
	.first.contents{
		padding:65px 0 0;
	}
	.first .top-h1{
		margin:0 0 60px 20px;
	}
	.first .about-box{
		padding:20px 40px 100px 20px;
	}
	.first .text-wrap::before {
		display:none;
	}
	.first .text-wrap p span{
		line-height:200%;
	}
	.first .topbtn-base{
		right:56px;
		padding:10px 30px;
	}
}
@media (max-width: 640px){
	.main-visual-circle{
		top: 60px;
		right: 0px;
		/*right:3px;*/
	}
}

/* =======================
PCMAX年別会員数グラフ 出会いを見つける3ステップ 追加分のCSS
=========================*/
.step-wrap{
	background: #fff;
}
.step-ul{
	width:950px;
	margin:0 auto;
}
.step-li{
	position:relative;
	text-align: center;
}
.step-li:last-child:before{
	display:none;
}
.sphone-mock-wrap{
	width:248px;
	height:446px;
	margin:0 auto;
	position:relative;
}
.shot-img{
	position:absolute;
	left:20px;
	top:56px;
}
.step-txt-box{
	padding:50px 0 10px 10px;
	text-align: left;
	color:#5cabdd;
}
.step-num{
	display:block;
	width:60px;
	height:60px;
	margin-right: 10px;
	float: left;
	text-align: center;
	padding:10px 0 0;
	color:#5cabdd;
	font-size: 30px;
	font-style: italic;
	border:2px solid #5cabdd;
}
.graph-wrap{
	margin:50px auto;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	background:url(//pcmax.jp/image/pcm/assets/images/graph.png) no-repeat;
	width:900px;
	height:505px;
}
.graph-h2{
	padding:0 0 0 40px;
	position:relative;
	color:#5cabdd;
}
.graph-h2:before{
	content:'';
	width:30px;
	height:30px;
	background: #5cabdd;
	position:absolute;
	left:0;
	bottom:0;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.graph-ul{
	position:relative;
}
.graph-li{
	width:130px;
	height:130px;
	position:absolute;
	color:#fff;
	padding:30px 0 0;
	text-align: center;
	line-height: 1.4em;
	font-size: 18px;
	font-size: 1.125rem;
}
.graph-li:nth-child(1){
	left:120px;
	top:190px;
}
.graph-li:nth-child(2){
	left:470px;
	top:95px;
}
.graph-li:nth-child(3){
	left:669px;
	top:-30px;
}
.graph-li .color-yellow span{
	font-size: 33px;
	font-size: 2.0625rem;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}
.color-yellow{
	color:#f9ec34;
}
.youtube-iframe{
	width:100%;
	max-width:854px;
	height:480px;
	padding:80px 0px 50px;
	margin:0 auto;
	box-sizing:content-box;
}
.youtube-iframe iframe{
	height:100%;
}
/* =======================
PCMAX年別会員数グラフ 出会いを見つける3ステップ 追加分のCSS
=========================*/
.afi_regist_pc{
	background-color: rgba(255, 255, 255, 0.70);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #666;
	margin:10px auto;
	padding: 8px;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	color: #404040;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
}
.afi_regist_pc div{
	color:#06ABC8;
	font-size:16px;
	margin-bottom: 8px;
}
.afi_btn_pc{
	background-color: #06ABC8;
	border-radius: 18px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	width: 70%;
	color:#fff;
}
.afi_btn_pc:hover{
	background-color:#50c4d8;
}

/* =======================
今月の特集日記 追加分のCSS
=========================*/
.top-d1 {
	margin: 0;
	padding: 60px 0 30px;
	font-family: 'Lato', 'Rounded Mplus 1c';
	font-weight: 500;
	font-size: 24px;
	color: #5cacde;
	text-align: center;
	line-height: 1.1;
}
.top-diary-article {
	display: block;
	/*height:140px;*/
	height:178px;
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background: #fff;
	border-top:none;
	text-decoration: none !important;
}
.top-diary-article:hover .top-column-title {
	text-decoration: underline;
}
.top-diary-article:hover > .top-column-p {
	text-decoration: none;
}
.top-diary-article .img-wrap {
	width: 95px;
	height: 95px;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	overflow: hidden;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center center;
	/*margin-top:10px;*/
}
.top-diary-article .top-column-title {
	/*max-height: 85px;*/
	height: 85px;
	overflow: hidden;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 10px 0 15px;
	font-size: 15px;
	color: #555555;
	text-align: justify;
	text-justify: inter-ideograph;
}
.top-diary-article .top-column-p {
	max-height: 60px;
	line-height: 160%;
	overflow: hidden;
	margin: 13px 0 0;
	padding: 0 5px 0 7px;
	font-size: 13px;
	color: #929292;
	text-align: justify;
	text-justify: inter-ideograph;
	text-decoration: none;
}
.mg30{
	margin-bottom:30px;
}

div.login-btn { margin-bottom: 16px; }
div.login-btn a { display: block; text-decoration: none; color: white; }
