@charset "UTF-8";
/*===== CSS RESET =====*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
ul, ol {
  list-style: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  max-height: 99999em;
}
img {
  max-height: none;
}
/*===== COMMON =====*/

html, body {
  width: 100%;
  min-height: 100%;
}
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family:"M PLUS Rounded 1c", "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #333;
}
.ft-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W4", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.trans {
  opacity: 1;
}
.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}
.container {
  width: 100%;
  min-width: 1060px;
}
.wrapper {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes banner-top {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes banner-top {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/*===== RESPONSIVE =====*/

.sm {
  display: none !important;
}



.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}



/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*    Base
\*!------------------------------------*/




@media (min-width: 64em) {/*1024px*/
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}



@media (min-width: 75em) {/*1200px*/
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}



/*!------------------------------------*      Navbar
  \*!------------------------------------*/



@media (min-width: 64em) {/*1024px*/
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}



/*!------------------------------------*      Dropdown
  \*!------------------------------------*/



@media (min-width: 64em) {/*1024px*/
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {/*1200px*/
  .drawer-container {
    max-width: 70rem;
  }
}



header {
  overflow: hidden;
}
.main-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  height: 125px;
  background: url(../img/bgd_main_header.png) no-repeat center center;
  position: relative;
}
.main-header:before {
  content: '';
  background: url(../img/bgd_header_left.png) repeat-x top right;
  width: 10000px;
  height: 125px;
  position: absolute;
  right: 100%;
  top: 0;
}
.main-header:after {
  content: '';
  background: url(../img/bgd_header_right.png) repeat-x left top;
  width: 10000px;
  height: 125px;
  position: absolute;
  left: 100%;
  top: 0;
}
.main-header .logo {
  position: relative;
  width: 72.5%;
}
.main-header .navigation {
  width: 27.5%;
}
.main-header .link-logo {
  padding: 58px 0 0 96px;
  display: inline-block;
}
.main-header .link-logo:hover .icon-header {
  background-image: url(../img/icon_logo_hover.png);
}
.main-header .icon-header {
  position: absolute;
  top: 8px;
  left: 8px;
  background: url(../img/icon_logo.png) no-repeat center center;
  width: 50px;
  height: 50px;
  -webkit-transition: background-image ease 0.5s;
  -o-transition: background-image ease 0.5s;
  -moz-transition: background-image ease 0.5s;
  transition: background-image ease 0.5s;
  opacity: 1;
}
.navigation ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 68px;
}
.navigation ul li {
  padding-right: 30px;
}
.navigation ul li a {
  font-size: 18px;
  color: #333333;
}
.navigation ul li:last-child {
  padding-right: 0;
}
.hamburger-menu {
  display: none;
}



footer {
	border-top: 1px solid #7cb0da;
	overflow:hidden;
}
.footer_inside {
	max-width:1060px;
	height:50px;
	margin:30px auto;
	clear:both;
}
.footer_left {
	float:left;
	margin:15px 0 0 10px;
}
.footer_left a {
	font-size:14px;
	padding-right:20px;
	color: #0069B7;
}
.footer_left a:hover {
	color:#666666;
}
.footer_right {
	float:right;
	margin:0 10px  0 0;
}
.footer_right_text {
	max-width:1060px;
		margin:10px auto;
}
.footer_right_text_inside {
	text-align:left;
	font-size:14px;
	padding-right:10px;
	color: #0069B7;
	margin-left:auto;
	width:255px;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.logo-footer {
  width: 236px;
  height: 49px;
  float: right;
}
.footer_right .logo-footer:hover .icon-logo {
  background-image: url(../img/logo_footer_hover.png);
}
.footer_right .icon-logo {
  background: url(../img/logo_footer.png) no-repeat center center;
  -webkit-transition: background-image aese 0.5s;
  -o-transition: background-image aese 0.5s;
  -moz-transition: background-image aese 0.5s;
  transition: background-image aese 0.5s;
  width: 100%;
  height: 100%;
  display: block;
}



.sec-title {
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #7cb0da;
  font-size: 32px;
  color: #0069B7;
  font-weight: bold;
  line-height: 1.25;
}



.desc-title {
  text-align: center;
  font-size: 23px;
  line-height: 2;
}



.sec-banner01 {
  margin-top: 14px;
  height: 450px;
  background: linear-gradient(45deg, #0081D6, #98ECFF);
  background-size: 600% 600%;
  animation: banner-top 5s ease infinite;
}
.ie9 .sec-banner01 {
  background: #98ECFF;
}
.sec-banner01 .caption {
  position: relative;
  height: 100%;
}
.sec-banner01 .caption img {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 49px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-desc01 {
  margin-top: 57px;
  position: relative;
  height: 217px;
  margin-bottom: 57px;
}
.block-desc01 .icon-desc01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.block-desc01 .content-desc01 {
  padding-top: 28px;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
}
.block-desc01 .content-desc01 p {
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
}



.sec-about {
  margin-bottom: 57px;
}
.sec-about .list-about {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-about .list-about .item {
  padding: 0 25px;
}
.sec-about .list-about .item:first-child {
  padding-left: 0;
}
.sec-about .list-about .item:last-child {
  padding-right: 0;
}
.sec-about .list-about .title {
  padding-top: 9px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0569B7;
}



.sec-contact {
  margin-bottom: 50px;
}
.sec-contact .list-contact {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-contact .list-contact .item {
  padding: 0 25px;
}
.sec-contact .list-contact .item:first-child {
  padding-left: 0;
}
.sec-contact .list-contact .item:last-child {
  padding-right: 0;
}



.bnr_recruit {
	width:280px;
	margin:0 auto 60px;
}



.title_small {
	font-size:14px;
	line-height: 1.5;
	letter-spacing: -0.05em;
}



.contact {
  margin: 53px auto 70px;
  text-align: center;
}



.top_image {
  margin-top: 15px;
  margin:0 auto;
  text-align:center;
}



.sec-cnt-index02 {
  padding-top: 9px;
}
.content-desc {
  padding: 0 30px;
}
.content-desc .content01 {
  padding-bottom: 18px;
}
.content-desc .sec-title {
  margin-top: 38px;
  padding: 0 0 17px 5px;
}
.content-desc .desc01 {
  line-height: 1.75;
  padding-top: 43px;

  padding-top: 26px;
  letter-spacing: 0.02em;
}
.content-desc .desc02 {
  margin-left: 24px;
}
.content-desc .desc02 .list-product {
  margin-top: 36px;
}
.content-desc .title-desc02 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}



.desc03 {
	padding-bottom:60px;
}



.content-desc .desc03 .title-desc02 {
  margin-left: 20px;
}
.content-desc .content02 .title-desc02 {
  margin: 46px 0 0 6px;
  padding-top: 2px;
  position: relative;
}
.content-desc .content02 .title-desc02:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #0069B7;
}
.content-desc .content02 .desc03 .title-desc02 {
  margin: 31px 0 0 20px;
}
.content-desc .content02 .desc03 .content-desc03 {
  margin-left: -5px;
}
.content-desc .content-desc03 p {
  line-height: 1.75;
  padding-top: 27px;
}
.content-desc .content-desc03 p:first-child {
  padding-top: 14px;
}
.list-product .item {
  margin-bottom: 25px;
  width: 100%;
}
.list-product .item .content-product {
  float: left;
  width: 660px;
}
.list-product .item .content-product .desc {
  line-height: 1.75;
  padding-top: 11px;
}
.list-product .item .thumb-product {
  float: right;
  width: 263px;
}
.list-product .item:last-child {
  margin-bottom: 0;
}
.list-product .item .title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.list-product .item .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #0069B7;
  border-radius: 100%;
}



.aomaru-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  position: relative;
    margin-left: 17px;
}
.aomaru-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #0069B7;
  border-radius: 100%;
}
.apply {
margin: 24px auto;
}
.apply ul {
display: flex;
justify-content: center;
margin-top: 12px;
}
.apply ul li {
width: 320px;
margin: 12px 36px;
}
.apply_dotline {
border-bottom: 1px dashed #0069B7;
margin: 0 auto 24px;
}
@media (max-width: 460px) {
.apply ul {
display: block;
}
.apply ul li {
margin: 40px auto;
}
}



.index2-page .contact {
  margin: 43px auto;
}



.sec-cnt-index03 .text-pink {
  color: #e4007f;
  word-break: break-all;
}
.sec-cnt-index03 .content-desc .desc01 {
  padding-top: 26px;
  overflow: hidden;
  text-align: justify;
}
.sec-cnt-index03 .desc02 {
  margin: 17px 0 0 0;
  padding-right: 9px;
  width: 100%;
  font-weight: 600;
  text-align: right;
}
.sec-cnt-index03 .desc02 .author {
  padding-right: 0;
  font-size: 16px;
  line-height: 1;
}
.sec-cnt-index03 .desc02 .sign {
  padding-top: 10px;
  font-size: 29px;
  line-height: 1;
}
.sec-view-maps .sec-title {
  margin-top: 1px;
}



.company_profile {
	width:1000px;
	height:341px;
	margin-top:15px;
	background:url(../company/img/company_profile_pc.jpg) left top no-repeat;
}
.section_company li {
  padding-top: 14px;
}
.section_company li span {
  line-height: 1;
  display: inline-block;
}
.section_company li .name {
  width: 173px;
}
.section_company li .desc {
  width: 82%;
}
.section_company li:first-child {
  padding-top: 0;
}
.section_company01 {
  padding-top: 28px;
}
.icon-square {
  margin-top: 1px;
  margin-right: 1px;
  width: 12px;
  height: 12px;
  background-color: #0069b7;
  display: inline-block;
}
.maps {
  margin-top: 22px;
  width: 100%;
  line-height: 0;
}
.section_company02 {
  padding-top: 45px;
}
.section_company03, .section_company04 {
  margin-top: 83px;
}
.section_company03 .item span, .section_company04 .item span {
  display: inline-block;
  vertical-align: top;
}
.section_company03 .item .title, .section_company04 .item .title {
  line-height: 1;
}
.section_company03 .item .desc, .section_company04 .item .desc {
  line-height: 2.25;
  margin-top: -10px;
}
.section_company03 .title, .section_company04 .title {
  margin-left: 2px;
}
.section_company04 {
  margin: 43px 0 42px;
}
.section_company04 .list {
  padding-top: 7px;
}
.section_company04 .item {
  margin-top: 33px;
}
.section_company04 .list .item:first-child {
  margin-top: 7px;
}



.sec-banner-index {
  margin-top: 0px;
}
.sec-banner-index .main-banner-index {
  position: relative;
}
.sec-banner-index .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-content-index .list-title {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.sec-content-index .list-title .item {
  padding-right: 45px;
}
.sec-content-index .list-title .item:nth-child(3n) {
  padding-right: 0;
}
.sec-content-index .desc-index {
  margin-top: 47px;
}
.sec-content-index .desc-index01 .sec-title02 {
  width: 100%;
  text-align: center;
}
.sec-content-index .desc-index01 .sec-title02 img {
  margin: 0 auto;
}
.sec-content-index .desc-index01 .desc-title {
  padding-top: 26px;
  font-size: 24px;
  line-height: 1.8;
}
.sec-content-index .desc-index01 .title-2017 {
  margin: 41px 0 9px;
  width: 100%;
  text-align: center;
}
.sec-content-index .desc-index01 .content-news-2016 .title-2017 {
  margin: 77px 0 20px;
}
.sec-content-index .desc-index01 .title-2016 {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}
.sec-content-index .item-news {
  margin-bottom: 24px;
  padding: 18px 15px 26px;
  border: 1px solid #f5c253;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1px;
}
.sec-content-index .item-news.item-news01 {
  padding-top: 16px;
}
.sec-content-index .item-news.item-news01 .title {
  width: 100%;
}
.sec-content-index .content-news-2016 .item-news .title {
  font-size: 20px;
}
.sec-content-index .item-news .title {
  padding-left: 30px;
  position: relative;
}
.sec-content-index .item-news .title .icon-orange {
  display: none;
}
.sec-content-index .item-news .title:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  margin-right: 3px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ed7700;
  display: inline-block;
}
.sec-content-index .item-news .desc {
  padding-left: 30px;
}
.sec-content-index .item-news .list-thumb-news {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
  padding-top: 18px;
}
.sec-content-index .item-news .list-thumb-news .thumb-item {
  margin: 0 13px;
  width: 120px;
  height: 90px;
  border: 4px solid #fff;
  -ms-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
}
.sec-content-index .item-news .list-thumb-news .thumb-item img {
  width: 100%;
  height: 100%;
}
.sec-content-index .item-news .list-thumb-news .thumb-item:first-child {
  margin-left: 0;
}
.sec-content-index .item-news .list-thumb-news .thumb-item:last-child {
  margin-right: 0;
}
.sec-content-index .item-news .list-thumb-news .thumb-item:nth-child(2n+1) {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.sec-content-index .item-news .list-thumb-news .thumb-item:nth-child(2n) {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.content-news-2017, .content-news-2016, .content-news-other {
  width: 900px;
  margin: 0 auto;
}
.content-news-2016 .title-2017 {
  margin: 73px 0 20px;
}
.content-news-2016 .desc-infor {
  margin-bottom: 10px;
  padding-left: 30px;
}
.content-news-2016 .desc-infor span {
  display: inline-block;
  line-height: 1.7;
}
.content-news-2016 .desc-infor li {
  margin-top: 38px;
}
.content-news-2016 .desc-infor li:first-child {
  margin-top: 0;
}
.content-news-2016 .desc-infor span:nth-child(2) {
  width: 400px;
}
.content-news-2016 .desc-infor span:last-child {
  width: 100%;
  display: block;
}
.content-news-other {
  margin: 55px auto 67px;
}
.content-news-other .desc {
  padding: 28px 0 8px;
  font-size: 20px;
  line-height: 1.8;
}
.content-news-other .desc p {
}



.products_summary {
	margin:80px auto 10px ;
	line-height:2;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.products_summary_title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.products_summary_flex {
	margin:30px auto 0;
	display:flex;
	justify-content: space-between;
}

.flex_inside_left {
	width:480px;
	border:solid 1px;
	padding:25px;
}
.flex_inside_right {
	width:480px;
	border:solid 1px;
	padding:25px;
}
.products_summary_inside_title {
	font-size:18px;
	text-align:center;
}



.introduction_solicitationpolicy {
	font-size:23px;
	margin:17px 0 30px 0;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.table_solicitationpolicy {
	line-height:2;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.table_solicitationpolicy th {
	padding:10px;
}
.table_solicitationpolicy td {
	padding-bottom:20px;
}



.sec-title_privacypolicy {
font-size: 22px;
}

.text_privacypolicy {
	margin:17px 0 30px 0;
	line-height:2;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.text_privacypolicy p span {
font-size: 18px;
color: #0069b7;
}



.table_privacypolicy_purpose {
	border:solid 1px;
	padding:20px;
	margin-bottom:30px;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.table_privacypolicy_purpose table th {
	width:32px;
}
.text_privacypolicy_transaction {
	border:solid 1px;
	padding:20px;
	margin-bottom:30px;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.text_privacypolicy_transaction a:hover {
	text-decoration:underline;
}
.table_privacypolicy_inquiry {
	border:solid 1px;
	padding:20px;
	margin-bottom:30px;
	text-align:left;
    transform:rotate(0.03deg);/*for M PLUS Rounded 1c*/
}
.table_privacypolicy_inquiry a:hover {
	text-decoration:underline;
}
.table_privacypolicy_inquiry table th {
	width:140px;
}
.privacypolicydate {
	margin: 0 0 0 auto;
	line-height: 1.5;
	text-align: right;
}
/* Localized */