@charset "utf-8";
/* CSS Document */
@import "reset.css";

/* font
--------------------------------------------------*/
* {
 font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
 color: #40505b;
 line-height: 150%;
}

img {
 display: inherit;
}

a {
 color: #2c3987;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

html {
 margin: 0 auto;
}

.hover>* {
 -webkit-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}

.hover>*:hover {
 opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}

/* common */

.f_left {
 float: left;
}

.f_right {
 float: right;
}

.center {
 text-align: center;
}

.ibox img {
 width: 100%;
}

/* clear*/
.clear {
 clear: both;
}

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

.clearfix {
 min-height: 1px;
}

* html .clearfix {
 height: 1px;
 /*\*/
 /*/
height: auto;
overflow: hidden;
/**/
}

/*-------------------------------------------
 header
-----------------------------------------------*/
header {
 margin: 0 auto;
 padding: .5rem 1rem;
}

header img.logo {
 max-width: 280px;
}

@media screen and (max-width:1020px) {
 header img.logo {
  left: 1%;
 }
}

/*-------------------------------------------
 CV
-----------------------------------------------*/
.cv {
 width: 1000px;
 margin: 0 auto;
 position: relative;
}

.cv_bg {
 background: url(../img/cart1.jpg) no-repeat center 0;
 position: relative;
 width: 1000px;
 height: 987px;
 margin: 0 auto;
}

.cv_bg .offertxt {
 position: absolute;
 top: 140px;
 left: 90px;
}

.cv_bg .offertel {
 position: absolute;
 top: 540px;
 left: 110px;
}

.cv_pb {
 padding-bottom: 260px;
}

.cv_btn {
 margin: 0 auto;
 width: 794px;
 height: 132px;
 position: absolute;
 top: 703px;
 left: 104px;
}

.cv_btn img {
 animation: anime1 0.5s ease 0s infinite alternate;
 transform-origin: center;
}

@keyframes anime1 {
 from {
  transform: scale(0.96, 0.96);
 }

 to {
  transform: scale(1, 1);
 }
}

.cv_tel {
 font-size: 400%;
 position: absolute;
 left: 52%;
 bottom: 5%;
}

/*-------------------------------------------
 contents
-----------------------------------------------*/
.main {
 background: url(../img/back.jpg) 0 0 / cover;
}

.section00 {
 margin: 0 auto;
}

.section00 img {
 width: 100% ! important;
 min-width: 1000px;
}

.section01 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}


.section02 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section03 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section04 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section05 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section06 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section07 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}

.section08 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
}
.section09 {
 width: 1000px;
 max-width: 1920px;
 margin: 0 auto;
 background: #ffffff;
}

.pcal_cosme_title {
    margin: 1em 0;
    border: solid 1.5px #6b8e23;
    padding: 10px 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 1.5em;
    font-weight: bold;
    color: #6b8e23;
}
#gt p{
	font-size: 1.3em;
}
/*==========================================================================*/
/*                             Footer                                       */
/*==========================================================================*/
.footer {
 font-size: 16px;
}

.f_navi {
 max-width: 1000px;
 margin: 20px auto;
 text-align: center;
}

.outline_bg {
 width: 100%;
 background-color: #2c3987;
}

.outline {
 max-width: 780px;
 margin: 0 auto;
 padding: 20px 0;
}

.outline img {
 /*vertical-align: text-bottom;*/
 display: inline;
}

.outline p,
.outline a {
 color: #fff;
}

.outline .f_left p.f20 {
 font-size: 20px;
 margin: 10px 0 5px;
}

.outline .f_left p.f28 {
 font-size: 28px;
 margin: 10px 0 5px;
}

.outline .f_right {
 border-left: 1px solid #fff;
 padding: 10px 0px 10px 30px;
}

.outline .f_right p.f18 {
 font-size: 18px;
}

.outline .f_right p.f28 {
 font-size: 28px;
}

.copyright_bg {
 width: 100%;
 background-color: #2c3987;
}

.copyright {
 font-size: 12px;
 color: #fff;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 20px;
}