@charset "UTF-8";
/* CSS Document */

/*-------------------------------*/

/*----- mobile  -----------------*/

@media screen and (min-width: 959px){
.mobile {display:none}
    
}

@media screen and (max-width: 959px){
    .header {display:none}
    .main{display:none}
    .bottom{display: none}
    .mobile{
        background-image: url("../images/title-side.jpg");
        background-repeat: repeat-y;
        padding-left: 45px;
        padding-right: 45px;
    }
    .mobile .content section {
  padding:0px 20px;
        
    }
    h2 {
      text-align:center;
    }
    h3 {
  position: relative;
  text-align: center;
   color: dimgray;    
}
h3.wf-kokoro { font-family: "Kokoro"; }
h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
    
.mobile .text {
      background-image:linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
      background-repeat:repeat-y;
      background-size:100% 3.0em;
      line-height:3.0;
       
    } 
     p {
          margin-bottom:3.0em;
        }
.mobile section .breadcrumb {
  padding-left:0;
  margin-left:10px;
}

.mobile section .breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
    font-size: 9px;
}

.mobile section .breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.mobile section .breadcrumb li:last-child:after{
  content: '';
}

.mobile section .breadcrumb li a {
    text-decoration: none;
    color: darksalmon;/*色*/
}

.mobile section .breadcrumb li a:hover {
    text-decoration: underline;
}
    /*ボタン*/
.mobile .btn{
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: double 4px #668ad8;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
    margin: 30px;
}

.mobile .btn:hover{
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
    

}
/*---------------------------------------------*/

a{
    text-decoration: none;
    color: darkolivegreen;
}

.head-left{
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    background-image: url("../images/book/book4_32_r1_c3x.jpg")
}

.head-center{
    display: block;
    float: left;
    width: 170px;
    height: 35px;
    background-image: url("../images/book/book4_32_r1_c1.jpg");
    background-repeat: repeat-x;
}
.head-middle{
    display: block;
    float: left;
    width: 70px;
    height: 35px;
    background-image: url("../images/book/book4_32_r1_c2.jpg");
}
.head-nonble{
    display: block;
    float: left;
    width: 650px;
    height: 35px;
    background-image: url("../images/book/book4_32_r1_c1.jpg");
    background-repeat: repeat-x;
}
.head-right{
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    background-image: url("../images/book/book4_32_r1_c3.jpg");
}
/*
ここから本文
--------------------------------------------------------------
*/


.main .main-left{
    display: block;
    float: left;
    width: 80px;
    height: 2200px;
    background-image: url("../images/book/book4_32_r2_c3x.jpg");
    background-repeat: repeat-y;
    
}

.main .main-center{
    display: block;
    float: left;
    width: 170px;
    height: 2200px;
    background-image: url("../images/f22-2.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}
.main .main-middle{
    display: block;
    float: left;
    width: 70px;
    height: 2200px;
    background-image: url("../images/book/book4_32_r2_c2.jpg");
    background-repeat: repeat-y;
}
.main .main-content{
    display: block;
    float: left;
    width: 650px;
    height: 2200px;
    margin: auto;
        
}
.main .main-right{
    display: block;
    float: left;
    width: 80px;
    height: 2200px;
    background-image: url("../images/book/book4_32_r2_c3.jpg");
    background-repeat: repeat-y;
}



.bottom .bottom-left{
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    background-image: url("../images/book/book4_32_r3_c3x.jpg");
    background-repeat: no-repeat;
}
.bottom .bottom-center{
    display: block;
    float: left;
    width: 170px;
    height: 35px;
    background-image: url("../images/book/book4_32_r3_c1.jpg");
    background-repeat: repeat-x;
}
.bottom .bottom-middle{
    display: block;
    float: left;
    width: 70px;
    height: 35px;
    background-image: url("../images/book/book4_32_r3_c2.jpg");
    background-repeat: no-repeat;
}
.bottom .bottom-content{
    display: block;
    float: left;
    width: 650px;
    height: 35px;
    background-image: url("../images/book/book4_32_r3_c1.jpg");
    background-repeat: repeat-x;
}
.bottom-right{
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    background-image: url("../images/book/book4_32_r3_c3.jpg");
    background-repeat: no-repeat;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ----- 本文 ------*/
p.wf-kokoro { font-family: "Kokoro"; }
h1.wf-kokoro { font-family: "Kokoro"; }
.main .main-content .content{
    width: 600px;
    height: auto;
    margin: auto;
    border: double #8D9E69;
    background-image: url("../images/o43.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}

.main .main-content .content h2{
    margin-left: 10px;
    margin-bottom: 0px;
}
.main .main-content .content h1{
    width: 350px;
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    margin-bottom: 20px;
    color: darkgray;
    border-bottom: double darkgray 5px;
}

.main .main-content .content section {
  margin:0 auto;
  padding:0px;
  width:90%;
  height: auto;
    }
.main .main-content p{
    font-size: 12px;
}
.main .main-content .content .text {
      background-image:linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
      background-repeat:repeat-y;
      background-size:100% 2.4em;
      line-height:38px;
    margin-bottom:2.4em;
        }
.main .main-center p {
	margin: 3em 0 0 1em;
	font-size: 12px;
    color: darkolivegreen;
	font-weight: bold;
}
.main .main-center ul, ol {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}
.main .main-center li {
	margin-top: .5em;
}
.main main-center li:first-child {
	margin-top: 0;
}



.main .main-center .default {
	list-style: disc;
}



/* line */
.main .main-center .sample01 li {
	position: relative;
}
.main .main-center .sample01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}

.content-bottom{
    text-align: center;
    height: 250px;
    margin-top: 30px;
    padding-bottom: 30px;
}

/* ----  パンくずリスト ----*/
.breadcrumb {
  padding-left:0;
  margin-left:10px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
    font-size: 11px;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: lightslategrey;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
/*ボタン*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

*, *::before, *::after {
  box-sizing: border-box;
}



.content span.title {
  margin: 0 auto;
  color: #BBB;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  text-align: center;
  display: block;
}

.basicBox, .swiggleBox, .checkBox {
  width: 130px;
  height: 65px;
  margin: 15px auto;
  color: #E2738A;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}
svg rect, svg path, svg polyline {
  fill: none;
  stroke: #E2738A;
  stroke-width: 1;
}

.content .basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
  stroke: #E2738A;
}

/* Basic Box */
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.content .basicBox:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 245;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

/* Swiggle Box */
svg path {
  stroke-dasharray: 265, 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.swiggleBox:hover svg path {
  stroke-width: 3;
  stroke-dasharray: 0, 350;
  stroke-dashoffset: 20;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

/* Check Box */
.checkBox {
  /* Add Padding Left To Center Text */
}
.checkBox svg {
  /* Presentation Purposes */
  margin-left: -10px;
}
.checkBox svg rect, .checkBox svg polyline {
  fill: none;
  stroke: #E2738A;
  stroke-width: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox:hover svg rect {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox:hover svg polyline {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox svg .button {
  stroke-dasharray: 400px, 0;
}
.checkBox:hover svg .button {
  stroke-dasharray: 0, 400px;
  stroke-dashoffset: 33px;
}
/* Check Mark Effect */
.box, .checkMark {
  opacity: 0;
}
.checkBox:hover .box {
  -webkit-animation: boxDisplay 0.2s forwards;
  -moz-animation: boxDisplay 0.2s forwards;
  -ms-animation: boxDisplay 0.2s forwards;
  -o-animation: boxDisplay 0.2s forwards;
  animation: boxDisplay 0.2s forwards;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.checkBox:hover .checkMark {
  -webkit-animation: checkDisplay 0.2s forwards;
  -moz-animation: checkDisplay 0.2s forwards;
  -ms-animation: checkDisplay 0.2s forwards;
  -o-animation: checkDisplay 0.2s forwards;
  animation: checkDisplay 0.2s forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
/* Check Box Display */
@-webkit-keyframes boxDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes boxDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes boxDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes boxDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes boxDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* Check Mark Display */
@-webkit-keyframes checkDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes checkDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes checkDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes checkDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes checkDisplay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}